.fullyProtected.weed-search-card__report::before{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(101%);
    background-image: url(https://pir.sa.gov.au/__data/assets/file/0018/414234/Protected-speciesicon.svg);
}


.limitsAndProtections.weed-search-card__report::before{
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(101%);
    background-image: url(https://pir.sa.gov.au/__data/assets/file/0020/414236/Enquire-speciesicon.svg);
}

.pest-seperator {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #bfbfbf;
    vertical-align: middle;
    border-radius: 450px;
    margin-bottom: 3px;
    margin-right: 5px;
    outline: 8px solid white;
    outline-offset: -4px;
}


.weed-search-card__img-container {
    display: flex;
    flex-direction: column-reverse;
    height:100%;
}

.weed-search-card__img-and-names {
    display: flex;
    flex-direction: column-reverse;
    height:100%;
}

.weed-search-card {
   
   
      justify-content: space-between;
}

.weed-search-card__img {

      background-position: center;
background-size: 100%;

    background-color: #ffffff;
}

.weed-search-card__info {
    
     width: 100%; 
     margin-left: 0; 
}

@media(max-width: 37.5em) {
    
    
    .weed-search-card__img {

  
background-size: contain;


}
    
    .weed-search-card__names-and-info {
   width: 60%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


    .weed-search-card{
        min-height: 0;
    }
    
   .weed-search-card__img {

    background-position: top;

padding-bottom: 56.25%;
    width: 100%;
    position:static;
   
}

.weed-search-card__img-container {
   
    width: 40%;

}



.weed-search-card__report::before {
 
    display: none;
   
}


.weed-search-card__names {
    display: inline-block;
    padding: 0.9375rem;
width: 100%;
     margin-left: 0; 
}

.weed-search-card {
   
    flex-direction: column;
      
}

.weed-search-card__info:not(.mobile) {
   display:none;
    /* width: 60%;*/
    /*margin-left: 40%;*/
    
}

/*.weed-search-card__names-and-info {*/
/*    width: 60%;*/
/*}*/



/*.weed-search-card__img-container{*/
/*    display:flex;*/
/*    flex-direction:row;*/
/*}*/

.weed-search-card__img-and-names {
    display: flex;
    flex-direction: row;
}
}
.alsoKnownAs{
        font-size: 1rem;
}

.weed-search-card__names {
  
    height: auto;
  
}


/*.weed-search-card__names-and-info {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    height: 100%;*/
/*    justify-content: space-between;*/
/*}*/


@media screen and (min-width: 600px){
    
    .weed-search-card__info.mobile {
   display:none;
    /* width: 60%;*/
    /*margin-left: 40%;*/
    
}
    .weed-search-card__img {
   
    min-height: 220px;
    width:100%;
   
}


.weed-search-card__scientific {
    font-size: 1rem;
}
}
