@media print {
    .list-content-box p {
        font-size: 16px;
        color: red;
    }
    .list-content-box-1.title p {
        font-size: 19px;
    }
    .plant-list-container .left-box {
        width: 22%;
    }
    .plant-list-container .right-box {
        width: 78%;
        gap: 00px;
    }
    .plant-list-item {
        gap: 20px;
    }
}
  .save-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 40px 5px 20px;
    background-color: #029943;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    user-select: none;
    position:relative;
}
  .save-label::before{
    /* background: #00856D; */
    border: 2px solid #fff;
    border-radius: 3px;
    transition: background-color 0.5s;
    background-size: 36px 18px;
    content: " ";
    display: inherit;
    position: absolute;
    right: 14px;
    top: 9px;
    height: 18px;
    width: 18px;
    position: absolute;
} 
.save-label:hover {
    background-color: #00785f;
}
 
input.np-checkbox {
    display: none;
}
 
 
 
 
 
.node--type-native-plant .native-plants-plant-details .np-bottom-plant-list {
    z-index: 4;
}
.np-bottom-plant-list {
    display: none;
    z-index: 3;
    font-family: "Gotham Narrow", Verdana, sans-serif;
    background-color: var(--Green, #00856D);
    color: #fff;
    border-top: none;
    border-radius: 16px 16px 0px 0px;
    min-height: 90px;
    -webkit-transition: min-height 0.35s ease;
    -moz-transition: min-height 0.35s ease;
    -o-transition: min-height 0.35s ease;
    transition: min-height 0.35s ease;
}
.np-bottom-plant-list-placeholder, .np-bottom-plant-list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
.np-find-local-support-list.row.row1440 {
    padding: 0 20px;
}
.row.row1440 {
    max-width: 1440px;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1000px;
}
.np-find-local-support-list {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    align-items: flex-start;
}
.np-find-local-support-list .np-bottom-plant-list-info {
    margin: 0 5px 0 5px;
    min-width: 215px;
    width: 20%;
}
 
.np-find-local-support-list .np-bottom-plant-list-info h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.58px;
    font-family: "Gotham Narrow", Verdana, sans-serif;
    color: #fff;
}
.np-find-local-support-list h2 {
    font-size: 25px;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: 300;
}
 
.np-find-local-support-list .np-bottom-plant-list-items {
    width: 80%;
    font-size: 19px;
    line-height: 27px;
    /* height: 31px; */
    overflow-y: hidden;
    display: block;
    text-align: left;
    /* height: 40px; */
    height: auto;
    -webkit-transition: height 0.15s ease;
    -moz-transition: eight 0.15s ease;
    -o-transition: height 0.15s ease;
    transition: height 0.15s ease;
    -ms-overflow-style: none;
    scrollbar-width: none;
     display: flex;
    row-gap: 13px;
    flex-wrap: wrap;
}
 
.np-find-local-support-list .np-bottom-plant-list-items .np-bottom-plant-list-item {
    display: inline-block;
    border: 1px solid white;
    padding: 5px 10px 5px 15px;
    position: relative;
    border-radius: 6px;
    font-family: "Gotham Narrow", Verdana, sans-serif;
    letter-spacing: 1.17px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    min-height: 31px;
}
 
.np-find-local-support-list .np-bottom--button-container {
    margin: 0;
}
 
.np-find-local-support-list .np-bottom--button-container {
    width: 30%;
    max-width: 257px;
    margin: 0 5px 0 5px;
    min-width: 210px;
    gap: 10px;
}
 
.np-find-local-support-list .clear-plants-list .np-bottom--clear-plants-list {
    color: #fff;
    background-color: unset;
    text-decoration: underline;
    font-size: 18px;
    position: relative;
    top: 5px;
    margin: 0;
    border:none;
    padding: 0;
}
 .np-find-local-support-list .clear-plants-list .np-bottom--clear-plants-list:hover{
    text-decoration: none;
 }
.np-find-local-support-list .np-bottom--get-list {
    padding: 6px 14px;
    border-radius: 30px;
    float: right;
    background: transparent;
    border:2px solid #fff;
}
.np-find-local-support-list .np-bottom--get-list:hover{
 background:#F8991C;
 border:none;
}
.np-bottom-plant-list{
    display:none;
}

.tier-1-plant--add-to-list .np-checkbox:checked+label:before .np-bottom-plant-list {
   display: block!Important;
}
.np-checkbox:checked+label:before {
    -webkit-mask-image: url("/wp-content/themes/blueprint-child/images/done_icon.svg");
    background-color: #fff;
    border:none;
}
.icons_dictionary.np_close_icon {
    -webkit-mask-image: url("/wp-content/themes/blueprint-child/images/np_close_icon.svg");
    mask-image: url("/wp-content/themes/blueprint-child/images/np_close_icon.svg");
        display: inline-block;
    background: #fff;
    vertical-align: middle;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 15px 15px;
    mask-size: 15px 15px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.np-bottom-plant-list{
    height: auto;
    min-height: auto;
    padding: 30px 0;
    background: #19633f;
}
.np-bottom-plant-list-inner{
    padding: 30px;
    background-color:#19633f;
    color: #fff;
    border-top: none;
    border-radius: 16px 16px 0px 0px;
    padding: 40px 0px 40px;
    height:auto;
}
/* .np-find-local-support-list{
    top:auto;

} */
.plant-list-entry-title{
    display: flex;
    justify-content: space-between;
}
.plant-list-entry-right .action-buttons{
  margin-top: 20px;;
}


/*  */
.plant-list-container{
    width: 80%;
    margin: auto;
}
.plant-list-container .plant-list{
    background: #fff;
    border: 4px solid #eedfcb;
    border-radius: 40px;
    padding: 20px 30px 18px;
    /* border-radius: 15px; */
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
   margin-bottom: 30px;
}
.plant-list-container .plant-list p{ 
  margin-bottom: 22px;
}
.plant-list-container .left-box{
    width: 15%;
    display: flex;
    gap: 20px;
}
.plant-list-container .right-box{
    width: 85%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    /* align-items: center; */
}
.list-content-box-1.title p{
 font-weight: 650;
 font-size: 25px;
}
.list-content-box:nth-child(1){
    padding-top: 12px;
    width:40%;
}
/* .list-content-box:nth-child(1) h4{
 width:40%;
}
.list-content-box:nth-child(1) p{
 width:60%;
} */
.list-content-box:nth-child(2), .list-content-box:nth-child(3){
    padding-top: 40px;
     width:30%;
}
.list-image-box{
    width:100%;
}
.plant-list-container .list-image-box img{
   /* border-radius: 15px; */
   width: 100%;
   height: 181px;
   object-fit: cover;
}
.plant-list-container .left-box h4, .plant-list-container .right-box h4{
    margin-bottom: 5px;;
    color: #2a8a6d;
     font-weight: 600;
    font-size: 22px;
    /* text-transform: uppercase; */
}
.plant-list-container .right-box h4, .plant-list-container .plant_list_info {
    color: #3aae2a;  
     font-weight: 650;
}
.plant_type h4{
  color:#000!important;
  font-weight: 400!important;
}
.list-content-box p{
    color:#000!important;
    font-size: 22px;
    font-weight: 400;

}
.plant-list-container .left-box h4, .plant-list-container p{
    color: #000;
}
.plant-list-item{
    display: flex;
    gap: 30px;
}
.list-header{
    width: 80%;
    margin: auto;
    margin-bottom: 60px;
    text-align: center;
    margin-top: 60px;
}
.list-header p{
    width: 75%;
    margin: auto;
    font-size: 16px!important;
}
.list-logo-img{
    display: none;
}

.list-header h1 {
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -0.55px;
    color: #000;
}

 .list-header p {
    font-size: 12px;
    color: #000;
    line-height: 1.5;
}
/* .page-template-template-get-my-list-php{
    background: #FFF9F0;
} */
.copy-link-btn{
 background: #FEC348;
 font-weight: 500;
 font-size: 17px;
 padding: 15px 20px;
 border-radius: 30px;
 color: #000;
}
.list-cta{
    margin: 30px;
}
.print-btn{
  font-weight: 500;
 font-size: 17px;
 padding: 13px 25px;
 border-radius: 30px;
 color: #000;
 border: 2px solid #000;
}
.list-cta{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.print-plant-list{
  background: #ff9d38;
  border: 1px solid #ff9d38;
  padding: 6px 24px;
  border-radius: 5px;
}
.print-plant-list:hover{
  background: #ff9d38;
  border-color: #ff9d38;
}
/*.pdf-btn {
    background: transparent;
    border: 1px solid #ff9d38;
    padding: 9px 24px;
    border-radius: 5px;
}*/

.pdf-btn {
    background: #ff9d38;
  border: 1px solid #ff9d38;
  padding: 6px 24px;
  border-radius: 5px;
}
.pdf-btn:hover{
  background: #ff9d38;
  border-color: #ff9d38;
}

.copy-link-btn:hover, .print-btn:hover{
   color: #000;
} 
.list-content-box-1{
    display: flex;
    gap: 20px;
}

p.np-bottom-plant-list-item.ellipsis.arrow_top_icon,p.np-bottom-plant-list-item.show-less,.remove-from-list-cross,h2.icons_dictionary_before {
    cursor: pointer;
}


.np-find-local-support-list .np-bottom-plant-list-info h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.58px;
    font-family: "Gotham Narrow", Verdana, sans-serif;
    color: #fff;
}
.np-find-local-support-list .np-bottom-plant-list-info h2::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
}

/*h2.icons_dictionary_before.arrow_top_icon::before {
  background-image: url(/wp-content/themes/blueprint-child/images/arrow_top_icon.svg); 
  background-size: cover; 
  background-repeat: no-repeat; 
}

h2.icons_dictionary_before.np_close_icon::before {

  background-image: url(/wp-content/themes/blueprint-child/images/arrow_bottom_icon.svg); 
  background-size: cover; 
  background-repeat: no-repeat; 
}*/

.icons_dictionary_before:before {
    content: "";
    margin-right: 5px;
}




/* media query apply here */
@media screen and (max-width:1399px){
 .np-find-local-support-list .np-bottom-plant-list-info {
    width: 23%;
}
}
@media screen and (max-width:1280px){
 .np-find-local-support-list .np-bottom-plant-list-info {
    width: 26%;
}
}
@media screen and (max-width:1024px){
.np-find-local-support-list .np-bottom-plant-list-info {
    width: 40%;
}
.np-find-local-support-list .np-bottom--button-container {
    width: 44%;
}
}

@media screen and (max-width:1024px){
.plant-list-container {
    width: 90%;
}
}
@media screen and (max-width:812px){
.plant-list-container {
    width: 100%;
}
.plant-list-container .left-box {
    width: 20%;
}
.list-header p {
    width: 90%;
}
.list-header {
    width: 90%;
}
}

@media (min-width: 768px) and (max-width: 820px) {
  .list-content-box p{
    font-size: 17px;
  }
  .list-content-box-1.title p {
    font-size: 20px;
}
}
@media screen and (max-width:767px){
.np-find-local-support-list{
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-self: center;
    margin: auto;
    gap: 12px;
}
.np-bottom-plant-list{
  /* min-height:151px; */
}
.np-find-local-support-list .np-bottom-plant-list-info , .np-find-local-support-list .np-bottom-plant-list-items{
  width: 100%;
text-align: center;
}
.np-find-local-support-list .np-bottom--button-container {
    width: 100%;
   max-width: 266px;
}
.plant-list-entry-title {
    flex-direction: column;
}
.plant-list-container{
    width: 100%;
}
.plant-list-item{
  flex-direction: column;
}
.plant-list-container .left-box{
     width: 100%;
}
.plant-list-container .right-box {
    width: 100%;
    flex-direction: column;
}
.list-content-box{
  width: 100%!important;
}
.list-content-box:nth-child(2), .list-content-box:nth-child(3) {
    padding-top: 0px;
}
.list-header p {
    width: 100%;
}
.list-header {
    width: 100%;
}
.list-header h1 {
  font-size: 32px;
  line-height: 40px;
}
}

/*  */
@media screen and (min-width:1650px){
.plant-list-container .plant-list {
    padding: 20px 30px 16px;
}
}