body, footer{
  font-family: Source Sans\ 3,sans-serif !important;
}

.author-bio-section {
  display: none !important;
}

#nav-main>ul li a{
  letter-spacing: 0.04px;
}

span.line-green {
  z-index: 1;
  position: relative;
}

span.line-green:before {
  display: block;
  content: "";
  height: 13px;
  width: 85%;
  background: rgba(134, 194, 176, 1);
  position: absolute;
  right: -1px;
  bottom: 3px;
  z-index: -1;
}

.tx-red {
  color: #EB505F;
}

@media(min-width:1024px) {
  .nav-btn>i {
    display: none;
  }
}
.fas.fa-solid.fa-user{
  color:#b3b3b3;
  margin-right: 3px;
}
.w-28_5{
  width: 7.5rem;
}	
@media(max-width:1200px){
  #mobile-menu{
    position: absolute;
  }
  #mobile-menu .dropdown-menu{
    padding-left: 15px;
  }
  #mobile-menu .dropdown-menu a{
    /* color: white !important; */
    font-weight: 400;
  }
  #mobile-menu .nav-btn.active {
    background-color: #EB505F;
    color: #fff;
  }
}
@media(min-width:1200px){
  #mobile-menu{
    position: relative;
  }
}
.search-container{
  border-color:hsl(240deg 7% 62% / 60%)!important;
}
::placeholder{
  color:#C0C0C0!important;
  font-weight: 300!important;
  opacity: 0.5;
}
form .search input.search-input::placeholder{
  color:#C0C0C0!important;
  font-weight: 400!important;
  font-size: 14px!important;
}

/*.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}*/

.nav-link {
  color: rgba(0,0,0,.5);
}
a.nav-link.text-black.text-nowrap.px-2{
  color: rgba(0,0,0,.9);
}

.text-secondary {
  color: #437e89 !important;
}

@media (min-width: 1536px) {
  .container{
    max-width: 1170px !important;
  }
  .containerredesign {
    max-width: 1440px !important;
  }
}

.post .article-body{
  font-family: 'Inter', Source Sans\ 3,sans-serif !important;
  color: #000;    
}
.post .article-body a{
  color: #c12e2a;
  text-decoration: none;  
}

.post .article-body h3{
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
@media(min-width:768px){
  .post .article-body p{  
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1rem;  
  }
}

.post .article-body .text-title{
  color: #464547 !important;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

.post .article-body .see-more{
  color: #c94c12;
  font-size: 18px;
  font-weight: 600;
  margin-left: 12px;
  text-transform: lowercase;
}

.post .article-body ul{
  list-style: unset;
  margin-left: 40px;
}

.post .article-body text-center{
  text-align: center;
}

.author-detail {
  font-size: 15px;
  margin-bottom: 30px;
}

.author-detail strong {
  border-right: 1px solid #414141;
  margin-right: 12px;
  padding-right: 12px;
}

.post .article-body .share-hover{
  margin-top: 30px;
}

.post .article-body .share-hover a {
  background-color: transparent;
  color: #437e89;
  margin-right: 0;
}

.post .article-body .share-hover a i {
  font-size: 20px;
  padding: 5px;
  border-right: 1px solid #fff;
  height: 26px;
  margin-right: 0 !important;
}

.post .article-body .thmImg {
  margin: 0 auto;
  margin-top: 5px;
}

.author-info-section {
  border-top: 1px solid #C0C0C0;
}

.row-author{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  .author-avatar{
    flex: 0 0 100%;
    max-width: 100%;
    @media(max-width:552px){
      justify-items: center;
    }
  }
  .author-descr{
    flex: 0 0 100%;
    max-width: 100%;  
    padding-left: 15px;
    padding-right: 15px;
    position: relative; 
    margin-top: 15px;
    h4{
      font-size: 1.5rem;
    }        
  }   
  @media (min-width: 552px) {    
    .author-avatar{
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      width: 100%;
    }
    .author-descr{
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
      margin-top: 0;      
    }
  }  
}

.form-article{
  background-color: #e6e6e6;  
  .pbm-native-ad{
    label{
      display: inline-block;
      margin-bottom: .5rem;      
      color: #464547;
    }
    .row-form {      
      flex-wrap: wrap;
    }
    .row {
      display: flex;
      flex-wrap: wrap;    
    }
    #formmessage{
      width: 100%;
    }
    .p-4{
      padding: 1.5rem !important;
    }
    .row-title{
      margin-bottom: 1rem;
    }
    .text-primary{
      color: #c12e2a;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: .5rem;
      font-size: 1.75rem;
      font-family: Source Sans\ 3,sans-serif;
    }
    .form-control {
      background-clip: padding-box;
      background-color: #fff;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      color: #495057;
      display: block;
      font-size: 1rem;
      font-weight: 400;
      height: calc(1.6em + .75rem + 2px);
      line-height: 1.6;
      padding: .375rem .75rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      width: 100%;
    }
    .btn {
      background-color: transparent;
      border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      border-radius: .25rem;
      color: #464547;
      display: inline-block;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.6;
      padding: .375rem .75rem;
      text-align: center;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      vertical-align: middle;
    }
    .btn-primary {
      background-color: #c12e2a;
      border-color: #c12e2a;
      color: #fff;
    }
    .text-white {
      color: #fff !important;
    }
    .privacy-text{
      font-size: unset;
    }
  }
  .col-form {
    flex: 0 0 100%;
    max-width: 100%;
  } 
  .col-form:nth-child(1) {
    padding-right: 15px;
  }
  .col-form:nth-child(2) {
    padding-left: 15px;
  }

  @media (min-width: 992px) {
    .col-form {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
}

.related-articles{
  color: #464547;  
  h2{
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #464547;
    font-size: 1.75rem;
    font-family: Source Sans\ 3,sans-serif;
  }
  a {
    background-color: transparent;
    color: #c12e2a;
    text-decoration: none;
  }
  p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .related-articles-carr{
    padding-bottom: 2rem;
    padding-top: 1rem;
    display: none;  
    @media (min-width: 768px) {
        display: flex;
    } 
  }
  .see-more {
    color: #c94c12;
    font-size: 18px;
    font-weight: 600;
    margin-left: 12px;
    text-transform: lowercase;
  }
  .text-body{
    color: #464547 !important;
  }
  .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
    display: block;  
    @media (min-width: 768px) {                  
        display: none; 
    }
  }  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
}
.hr-articles  {
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid rgba(0,0,0,.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.adoptive-parents{
  .ap-container{
    position: relative;
  }
  .mx-auto {
    margin-left: auto !important;    
    margin-right: auto !important;
  }
  .ap-title{    
    margin-right: 0.5rem !important;
    color: #464547;
    font-family: Source Sans\ 3,sans-serif;
    font-size: 1rem;
    font-weight: bolder;
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
  }
  .text-primary {
    color: #c12e2a !important;
  }
  .text-secondary {
    color: #437e89 !important;
    font-size: 12px;
    margin-right: 1.5rem !important;
  }
  .slide-arrow-1 {
    margin-top: -150px;
    right: 5px;
    position: absolute;
  }
  .ap-images{
    a {
      display: none;
    }
    A:first-child {
      display: block;
    }
    @media (min-width: 768px) { 
      a {
        display: block;
      }   
    }
  }  
}
.news-subscribe{ 
  max-width: 100%;
  @media (min-width: 992px) {    
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;    
  }
  .font-size-small {
    font-size: 14px;
    display: inline-block;
    margin-bottom: .5rem;
    color: #464547;
  }
  .input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  .form-control{
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;    
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.6em + .75rem + 2px);
    line-height: 1.6;
    padding: .375rem .75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 50%;
    margin-right: 10px;
  }
  .form-control::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
  }
  .btn-primary {
    background-color: #c12e2a;
    border-color: #c12e2a;
    color: #fff;    
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;    
    display: inline-block;    
    font-weight: 400;
    line-height: 1.6;
    padding: .375rem .75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-size: 14px;
  }
}

.subtitle-article{
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem !important;
  @media (min-width: 768px) { 
    font-size: 1.7rem!important;
    line-height: 24px !important;
  }
  font-weight: 500!important;
}



h2.gform_title {
  display: none;
}
.gfield{
  color:#464547!important;
}
.gform-theme--foundation .gform_fields{
  row-gap: 8px!important;
}
.gform-body ::placeholder {
  color: #6f7774 !important;
  font-size: 14px;
}
.ginput_container input, .ginput_container select {
  border: 1px solid #ced4da!important;
  border-radius: .25rem;
  color: #495057!important;
  font-size: 1rem;
  height: calc(1.6em + .75rem + 2px);
  padding: .375rem .75rem;
}
.gfield_label {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.gform_footer.top_label {
  justify-content: center;
}
.form-with-forced-colors .gform_button {
  width: -webkit-fill-available;
  background-color: #a22723 !important;
  border-color: #972421;
  color: #fff !important;
  width: 100%;
}
p.author-info-desc.px-0 {
  padding-left: 0 !important;
}
.wp-block-separator {
  border-top: 1px solid!important;
  margin: 20px 0px;
}

div#field_9_1 .gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
 font-weight: bold;
}


div#field_9_3 .gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  font-weight: bold;
 }


 div#gform_fields_11
  {
  @media (max-width: 767px) { 
    flex-wrap: wrap;
    justify-content: center !important;
  }
}


div#field_11_7, div#field_11_10, div#field_11_8, div#field_11_9, fieldset#field_11_4, div#gform_fields_11 div#field_submit {
  @media (max-width: 767px) { 
    /* width: 300px;
    margin: 0 auto; */
   input#gform_submit_button_11 {
    width: 100%;
    /* margin-top: 10px; */
   }
  }
}

div#gform_fields_11 div#field_submit {
  @media (max-width: 767px) { 
    margin-top: 10px;
  }
}

div#field_9_1 label, div#field_9_3 label {
  @media (max-width: 767px) { 

    font-weight: bold !important;
  }
}

form#gform_9 {
  @media (max-width: 767px) { 
    flex-direction: column;
  }
}

form#gform_9 .gform_footer.before {
  @media (max-width: 767px) { 
    justify-content: start !important;
    width: 211px !important;
    margin-top: 10px;
  }
}


div#field_8_10, div#field_8_5, div#field_8_4, div#field_8_6{
  @media (max-width: 767px) { 
    margin-top: 0px !important;
  }
}

form#gform_9 input#gform_submit_button_9 {
  @media (max-width: 767px) { 
    width: 100% !important;
  }
}


form#gform_9 input#gform_submit_button_9 {
  background-color: #c12e2a !important;
}

.text-end{
	padding: 0!important;
	align-items:end !important;
}

.bg-light-gray .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, 
.wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, 
.wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
  margin-top: 0px;
  background-color: #EDEDED;
  padding: 10px;
}

.hl-adpt{
  color: #464547 !important;
}
.hl-adpt p {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #464547 !important;
  font-family: Source Sans\ 3,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.hl-adpt a {
  text-decoration: none;
  color: #C12E2A !important;
  font-family: Source Sans\ 3,sans-serif;
  font-weight: 400;
  text-align: left;
}
.hl-adpt a:hover {
  text-decoration: underline;
}
.hl-adpt strong {
  font-weight: bolder;
}
.hl-adpt h2 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: #464547 !important;
  font-family: Source Sans\ 3,sans-serif;
}
.hl-adpt h3 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: #464547;
  font-family: Source Sans\ 3,sans-serif;
}
.hl-adpt h4 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: #464547;
  font-family: Source Sans\ 3,sans-serif;
}
.hl-adpt h5 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: #464547 !important;
  font-family: Source Sans\ 3,sans-serif;
}
.professional-content-section a {
  color: #437E89 !important;
  font-weight: 600;
}

.article-body figure {
  justify-self: center;
}

.text-orange-links a {
  color: #C94C12!important;
}

.text-orange-links a:hover {
  color: #83310c!important;
}

#ewd-ufaq-jquery-ajax-search .search-field {
  width: 100% !important;
}


@media (max-width: 767px) {
  .ewd-ufaq-faq-category-title::before {
    content: "" !important;
    display: block !important;
    border-top: 1px solid lightgray !important;
  }
}

.ewd-ufaq-faq-div {
  background: #F8F8F8; 
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); 
  border-radius: 10px; 
  padding: 24px !important;
  margin-right: 10px !important;
  margin-top: 24px !important; 
}

.ewd-internal-faq .ewd-ufaq-faq-div {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .ewd-internal-faq .ewd-ufaq-faq-div {
    padding: 16px !important;
  }
}

.ewd-internal-faq .ewd-ufaq-faq-div .ewd-ufaq-clear {
  display: none !important;
}

.ewd-internal-faq .ewd-ufaq-faq-div .ewd-ufaq-faq-body {
  padding-left: 25px;
}

.ewd-internal-faq .ewd-ufaq-faq-div .ewd-ufaq-post-margin {
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

.ewd-internal-faq .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol {
  margin-top: 0px !important;
}

.ewd-ufaq-post-margin {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-right: 6px;
    margin-left: -45px;
}

.customized-list,
 .customized-list ul {
   list-style: disc;
   font-family: 'Inter';
   font-size: 14px;
 }

.customized-list ul {
  margin-left: 20px;
}

@media screen and (min-width: 992px) {
  .customized-list ul {
    margin-left: 24px;
  }
}
 
 .customized-list li::marker,
 .customized-list ul li::marker {
   color: #5AAFBB;
 }
 
 .redesign-swiper .swiper-pagination {
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   bottom: unset !important;
   top: unset !important;
 }
 
 .redesign-swiper .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   background-color: #D9D9D9;
   border-radius: 99px;
   cursor: pointer;
   transition: 0.3s all ease-in-out;
   opacity: 1;
 }
 .redesign-swiper .swiper-pagination-bullet-active {
   background-color: #5AAFBB;
   width: 20px;
 }
 
 .swiper-button-prev,
 .swiper-button-next {
   background: #5AAFBB;
   width: 40px !important;
   height: 40px !important;
   border-radius: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   top: auto !important;
   bottom: 16px !important;
 }
 
 .swiper-button-prev::after {
   background-image: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-left.svg');
 }
 
 .swiper-button-next::after {
   background-image: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-right.svg');
 }
 
 .swiper-button-prev::after,
 .swiper-button-next::after {
   content: "";
   width: 10px;
   height: 10px;
   background-repeat: no-repeat;
   background-size: 10px;
 }
 
 .swiper-button-prev {
   left: 16px !important;
 }
 
 .swiper-button-next {
   right: 16px !important;
 }
 
 @media screen and (min-width: 768px) {
   .swiper-button-next,
   .swiper-button-prev {
     top: 0 !important;
     bottom: 0 !important;
     margin: auto;
   }
 }
 
 @media screen and (min-width: 992px) {
   .swiper-button-prev {
     left: 50px !important;
   }
 
   .swiper-button-next {
     right: 50px !important;
   }
 }

#ewd-ufaq-jquery-ajax-search .search-field {
  margin-left: 0px !important;
}

#ewd-ufaq-ajax-search-submit {
  display: none !important;
}

.ewd-ufaq-post-margin.ewd-ufaq-faq-post {
  font-family: Inter !important;
}

.ewd-ufaq-post-margin.ewd-ufaq-faq-post ul {
  list-style: unset;
} 
.ewd-ufaq-post-margin.ewd-ufaq-faq-post ol {
  list-style: auto;
}

.custom-select {
  font-family: 'Inter';
  padding: 8px 32px;
  font-size: 14px;
  border-radius: 9999px;
  border: 2px solid #E0E0E0;
  font-weight: 600;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="7" viewBox="0 0 10 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.375L5 5.375L9 1.375" stroke="black" stroke-width="1.5"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position-x: calc(100% - 32px);
  background-position-y: center;
}

.custom-select:has(> option[value=""]:checked) {
  color: #E0E0E0;
  letter-spacing: 1px;
  font-weight: 500;
}

.custom-select:has(> option[value=""]:checked) option {
  color: #000;
}


.hero-section .hero_text_border {
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.hero-section .hero_text_border svg {
  max-width: 125px;
}

.hero-section .hero_text_labelle {
  font-family: "La Belle Aurore";
  color: #E4BD81;
  font-size: 46px;
  line-height: 1;
  font-weight: normal;
  padding-right: 4px;
}

@media (min-width: 576px) {
  .hero-section .hero_text_border svg {
    max-width: 170px;
  }

  .hero-section .hero_text_labelle {
    font-size: 60px;
    color: #EDE6D6;
  }
}

@media (min-width: 992px) {
  .hero-section .hero_text_border svg {
    max-width: none;
  }

  .hero-section .hero_text_labelle {
    font-size: 85px;
  }
}

input#input_21_1 {
  border-radius: 50px 0 0 50px;
  border-color: transparent !important;
  padding-left: 35px;
  background-image: url(https://stgadoptioncom.s3.amazonaws.com/wp-content/uploads/2025/03/05172220/Union.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px center;
}

input#gform_submit_button_21 {
  border-radius: 0px 50px 50px 0px;
  position: relative;
  padding-right: 30px;
  background-image: url(https://stgadoptioncom.s3.amazonaws.com/wp-content/uploads/2025/03/05172154/arrow-right-line-1.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 10px center;
  background-color: #EB505F;
  min-width: 100px;
}

#subscribe_mobile_form,
#subscribe_mobile_form .gform_wrapper {
  width: 100%;
}

#subscribe_mobile_form #field_21_1 {
  width: 85%;
}

#subscribe_mobile_form #field_submit {
  width: 15%;
}

div#gform_fields_21 {
  gap: 0;
}

@media (max-width: 640px) {
  div#gform_fields_21 {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  input#gform_submit_button_21 {
      width: 40px; 
      height: 40px;
      padding: 0; 
      text-indent: -9999px; 
      overflow: hidden;
      min-width: 100%;
  }

  input#gform_submit_button_21::after {
      right: 50%;
      transform: translate(50%, -50%);
  }
}

div#gform_confirmation_message_21 {
  color: white !important;
}

.alm-paging-content {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .alm-paging-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .alm-paging-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.75rem 1.5rem;
  }
}

ul.alm-paging {
  width: auto !important;
  display: flex !important;
  justify-content: center !important;
}

ul.alm-paging .next {
  margin-right: 0 !important;
}

ul.alm-paging .num a {
  background-color: transparent;
  border: unset;
  padding: 0;
}

ul.alm-paging .num a:hover {
  background-color: transparent;
  border: unset;
}

ul.alm-paging .prev a,
ul.alm-paging .next a {
  background: #5AAFBB;
  margin: 0 10px;
}

ul.alm-paging .prev a:hover,
ul.alm-paging .next a:hover {
  background: #173F54;
}

ul.alm-paging .prev.disabled a,
ul.alm-paging .next.disabled a {
  background: #C0C0C0;
}

ul.alm-paging .prev a span,
ul.alm-paging .next a span {
  display: none;
}

ul.alm-paging .prev a::before,
ul.alm-paging .next a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

ul.alm-paging .prev a::before {
  background: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-left.svg') no-repeat center center;
}

ul.alm-paging .next a::before {
  background: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-right.svg') no-repeat center center;
}

ul.alm-paging .prev a,
ul.alm-paging .next a,
ul.alm-paging .num.active a {
  height: 40px;
  width: 40px;
}

ul.alm-paging .prev a,
ul.alm-paging .next a,
ul.alm-paging .num a {
  font-family: 'Inter';
  height: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 40px;
}

ul.alm-paging .num.active a {
  border: 1px solid #5AAFBB;
  background-color: transparent;
  color: inherit;
}

.site-header {
  transition: 0.3s all ease-in-out;
}

.site-header.sticky {
  position: sticky;
  top: 0;
  z-index: 999999;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 10px 10px -10px rgb(0 0 0 / 30%);
}

.sidebar .sidebar__toc .lwptoc,
.sidebar .sidebar__toc .lwptoc .lwptoc_i {
  margin: 0;
  padding: 0;
  border: none;
}	

.sidebar .sidebar__toc .lwptoc .lwptoc_i .lwptoc_header {
  padding-bottom: 1.75rem;
}

.sidebar .sidebar__toc .lwptoc .lwptoc_i .lwptoc_itemWrap {
  display: flex;
  flex-flow: column;
}

.sidebar .sidebar__toc .lwptoc .lwptoc_i .lwptoc_header,
.sidebar .sidebar__toc .lwptoc .lwptoc_i .lwptoc_itemWrap .lwptoc_item {
  font-size: 1rem;
  font-family: 'Inter';
  position: relative;
}

.sidebar .sidebar__toc .lwptoc .lwptoc_i .lwptoc_itemWrap .lwptoc_item {
  padding: 1.5rem 20px 1.5rem 0;
}

.sidebar .sidebar__toc .lwptoc .lwptoc_i .lwptoc_itemWrap .lwptoc_item:not(:last-child) {
  border-bottom: 0.5px solid #C0C0C0;
}

.sidebar .sidebar__toc .lwptoc .lwptoc_i .lwptoc_itemWrap .lwptoc_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-right-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
}

html {
  scroll-behavior: smooth;
}

/*custom filters code*/
.bar-filters--flex .wp-block-group__inner-container{
	display: flex;
  width: 100%;
  gap: 0.5rem !important;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .bar-filters--flex .wp-block-group__inner-container{
    gap: 1rem;
  }
}

.bar-filters--flex .alm-filters-container .alm-filter--inner {
    padding: 0;
}
.search--filter-adoption input#search-text-1 {
    border-radius: 50px;
}
.search--filter-adoption button{
   display: none;
}
#alm-filters-custom_sort .alm-filter--select {
	background-color: #173F54;
  border-radius: 50px;
}
select#sort-select-1 {
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 36px;
	  height:40px;
}
select#sort-select-1 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.28px;
}
select#sort-select-1 {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(https://stgadoptioncom.s3.amazonaws.com/wp-content/uploads/2025/04/03142345/select.svg) no-repeat right 16px center;
    background-size: 12px;
}
.alm-filter--select::before {
    content: url(https://stgadoptioncom.s3.amazonaws.com/wp-content/uploads/2025/04/03142346/Sort.svg);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
}
select#sort-select-1:focus-visible {
    outline: none;
}
div#alm-filters-search_filter {
    width: 70%;
	  margin: 0;
}
div#alm-filters-custom_sort {
    width: 25%;
}

div#alm-filter-category-inner {
  height: auto !important;
}

#alm-filters-custom_categories {
  display: flex;
  gap: 0.5rem;
  width: 50%;
}

@media screen and (min-width: 576px) {
  #alm-filters-custom_categories {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  #alm-filters-custom_categories {
    gap: 1rem;
  }
}

#alm-filters-custom_categories .alm-filters--controls {
  height: 100%;
  margin: 0;
}

#alm-filters-custom_categories button[type=reset]#alm-filters-reset-button {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Inter';
  font-weight: bold;
  line-height: initial;
  height: auto;
  border: 2px solid #EB505F;
  background: #EB505F;
  color: #fff;
  padding: 8px 32px;
  border-radius: 20px;
}


#alm-filters-custom_categories button[type=reset]#alm-filters-reset-button.hidden {
  color: #808080;
  background-color: #E0E0E0;
  border: 2px solid #E0E0E0;
  display: block;
  cursor: initial;
}

#alm-filters-custom_categories::after {
  content: unset !important;
}

div#alm-filters-custom_sort {
  display: flex;
  justify-content: flex-end;
  width: auto !important;
}

@media screen and (min-width: 576px) {
  div#alm-filters-custom_sort {
    width: 50% !important;
  }
}

@media screen and (min-width: 992px) {
  div#alm-filters-custom_sort {
    width: 100% !important;
  }
}

div#alm-filters-custom_sort .alm-filter {
  width: 100%;
  max-width: 200px;
}

div#alm-filters-custom_sort .alm-filter .alm-filter--select {
  position: relative;
}

#alm-filters-search_filter #alm-filters-reset-button {
  font-family: monospace;
  font-size: 16px;
  color: #000;
}

ul.alm-paging li:nth-child(2), 
ul.alm-paging li:nth-last-child(2) {
  display: inline-block !important;
}

ul.alm-paging .dots {
  display: flex !important;
  font-family: 'Inter';
  height: 100%;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 40px;
}

.bar-filters--flex .wp-block-group__inner-container {
  position: relative;
  z-index: 9;
}


.customized-list,
.customized-list ul {
  list-style: disc;
  font-family: 'Inter';
  font-size: 14px;
}

.customized-list ul {
  margin-left: 20px;
}

@media screen and (min-width: 992px) {
  .customized-list ul {
    margin-left: 24px;
  }
}

.customized-list li::marker,
.customized-list ul li::marker {
  color: #5AAFBB;
}

.redesign-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: unset !important;
  top: unset !important;
}

.redesign-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 99px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  opacity: 1;
}
.redesign-swiper .swiper-pagination-bullet-active {
  background-color: #5AAFBB;
  width: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  background: #5AAFBB;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto !important;
  bottom: 16px !important;
}

.swiper-button-prev::after {
  background-image: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-left.svg');
}

.swiper-button-next::after {
  background-image: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-right.svg');
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.swiper-button-prev {
  left: 16px !important;
}

.swiper-button-next {
  right: 16px !important;
}

@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .swiper-button-prev {
    left: 50px !important;
  }

  .swiper-button-next {
    right: 50px !important;
  }
}

.impregnant-funnel-form .gfield_required_text,
.simple-form .gfield_required_text {
  display: none;
}

.impregnant-funnel-form .gform_body .gfield_label,
.simple-form .gform_body .gfield_label  {
  font-family: 'Inter';
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 24px;
  text-align: center !important;
  display: block !important;
  color: #333333 !important
}

.impregnant-funnel-form .gf_progressbar_wrapper,
.simple-form .gf_progressbar_wrapper,
.impregnant-funnel-form .gform_body .gform_page_fields,
.simple-form .gform_body .gform_page_fields {
  background-color: #F8F8F8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .impregnant-funnel-form .gform_body .gfield_label,
  .simple-form .gform_body .gfield_label  {
    font-size: 16px !important;
  }
  
  .impregnant-funnel-form .gf_progressbar_wrapper,
  .simple-form .gf_progressbar_wrapper,
  .impregnant-funnel-form .gform_body .gform_page_fields,
  .simple-form .gform_body .gform_page_fields {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)
  }
}

.impregnant-funnel-form .gf_progressbar_wrapper,
.simple-form .gf_progressbar_wrapper {
  border-radius: 20px 20px 0 0;
  padding: 22px 20px 40px 20px;
  margin: 0 !important;
}

.impregnant-funnel-form .gform_body .gform_page_fields,
.simple-form .gform_body .gform_page_fields {
  border-radius: 0 0 20px 20px;
  padding: 0 20px 22px 20px;
}

.impregnant-funnel-form .gf_progressbar_wrapper .gf_progressbar_title,
.simple-form .gf_progressbar_wrapper .gf_progressbar_title {
  font-family: 'Inter';
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--Grey-Neutral-Grey, #808080);
  margin: 0;
}


.impregnant-funnel-form .gform_fields,
.simple-form .gform_fields {
  gap: 1rem !important;
}

.impregnant-funnel-form .gf_progressbar_wrapper .gf_progressbar,
.simple-form .gf_progressbar_wrapper .gf_progressbar {
  display: none;
}


.impregnant-funnel-form .gform_body .ginput_container_radio,
.simple-form .gform_body .ginput_container_radio,
.impregnant-funnel-form .gform_body .ginput_container_checkbox,
.simple-form .gform_body .ginput_container_checkbox {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}

.impregnant-funnel-form .gform_body .ginput_container_checkbox .gfield_checkbox,
.simple-form .gform_body .ginput_container_checkbox .gfield_checkbox,
.impregnant-funnel-form .gform_body .ginput_container_radio .gfield_radio,
.simple-form .gform_body .ginput_container_radio .gfield_radio,
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gfield_radio,
.simple-form .gform_body .ginput_container_checkbox .gfield_radio {
  width: 100%;
}

.impregnant-funnel-form .gform_body .ginput_container_radio .gchoice,
.simple-form .gform_body .ginput_container_radio .gchoice,
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gchoice,
.simple-form .gform_body .ginput_container_checkbox .gchoice {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}

.impregnant-funnel-form .gform_body .ginput_container_radio .gchoice input[type="radio"],
.simple-form .gform_body .ginput_container_radio .gchoice input[type="radio"],
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"],
.simple-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"] {
  display: none;
}

.impregnant-funnel-form .gform_body .ginput_container_radio .gchoice input[type="radio"] + label,
.simple-form .gform_body .ginput_container_radio .gchoice input[type="radio"] + label,
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"] + label,
.simple-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 16px !important;
  border-radius: 999px;
  background-color: #fff;
  border: 2px solid var(--Brown-Pale-Beige, #EDE6D6);
  color: #573625;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  margin: 0;
}

.impregnant-funnel-form .gform_body .ginput_container_radio .gchoice input[type="radio"]:checked + label,
.simple-form .gform_body .ginput_container_radio .gchoice input[type="radio"]:checked + label,
.impregnant-funnel-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"]:checked + label,
.simple-form .gform_body .ginput_container_checkbox .gchoice input[type="checkbox"]:checked + label {
  background: var(--Brown-Pale-Beige, #EDE6D6);
}

.impregnant-funnel-form .gform_body .gform_page_footer,
.simple-form .gform_body .gform_page_footer {
  display: block !important;
}

.impregnant-funnel-form .gform_body .gform_page_footer .gform_next_button,
.simple-form .gform_body .gform_page_footer .gform_next_button,
.impregnant-funnel-form .gform_body .gform_page_footer .gform_previous_button,
.simple-form .gform_body .gform_page_footer .gform_previous_button {
  background-size: 16px;
  background-repeat: no-repeat;
}

.impregnant-funnel-form .gform_body .gform_page_footer .gform_next_button,
.simple-form .gform_body .gform_page_footer .gform_next_button,
.impregnant-funnel-form .gform_body .gform_page_footer input[type="submit"],
.simple-form .gform_body .gform_page_footer input[type="submit"],
.simple-form .gform_footer input[type="submit"] {
  background-color:#173F54 !important;  
  color: #fff !important;
  border-radius: 20px !important;
  padding: 12px 32px !important;
  font-family: 'Inter' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  float: right;
}

.impregnant-funnel-form .gform_body .gform_page_footer .gform_next_button,
.simple-form .gform_body .gform_page_footer .gform_next_button {
  background-image: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-right.svg');
  background-position: calc(100% - 27px) center;
  background-size: 13px;
  padding: 12px 47px 12px 34px !important;
}

.impregnant-funnel-form .gform_body .gform_page_footer .gform_previous_button,
.simple-form .gform_body .gform_page_footer .gform_previous_button {
  background-color: transparent !important;
  border: 2px solid #173F54 !important;
  color: #173F54 !important;
  border-radius: 20px !important;
  padding: 12px 33px 12px 46px !important;
  font-family: 'Inter' !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  float: left;
  background-image: url('https://adoption.com/wp-content/themes/new-adoption-theme/static/assets/arrow-left-blue.svg');
  background-size: 13px;
  background-position: 27px center;
}

.impregnant-funnel-form .gform_body .gform_page_footer .gform-loader,
.simple-form .gform_body .gform_page_footer .gform-loader {
  display: none !important;
}


select#input_27_12, input#input_27_13, input#input_27_14, select#input_27_15 {
  border-radius: 9999px;
  padding-left: 17px;
  padding-right: 17px;
}

.impregnant-funnel-form .gform_body .textarea,
.simple-form .gform_body .textarea,
.impregnant-funnel-form .gform_body .textarea::placeholder,
.simple-form .gform_body .textarea::placeholder {
  text-align: left !important;
  font-family: 'Inter' !important;
}

.impregnant-funnel-form .gform_body .textarea::placeholder,
.simple-form .gform_body .textarea::placeholder {
  color: #C0C0C0 !important;
}

.impregnant-funnel-form .gform_body .textarea,
.simple-form .gform_body .textarea {
  border: 2px solid #EDE6D6 !important;
  border-radius: 20px !important;
  padding: 16px !important;
  resize: none !important;
  max-height: 170px;
  min-block-size: auto !important;
  height: 100%;
  box-shadow: none !important;
}

.impregnant-funnel-form .gform_body .ginput_container input,
.simple-form .gform_body .ginput_container input {
  box-shadow: none !important;
}

.impregnant-funnel-form .gform_body .ginput_container input[type="text"],
.simple-form .gform_body .ginput_container input[type="text"], 
.impregnant-funnel-form .gform_body .ginput_container input[type="email"],
.simple-form .gform_body .ginput_container input[type="email"], 
.impregnant-funnel-form .gform_body .ginput_container input[type="tel"],
.simple-form .gform_body .ginput_container input[type="tel"], 
.impregnant-funnel-form .gform_body .ginput_container select,
.simple-form .gform_body .ginput_container select {
  padding: 16px !important;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid var(--Brown-Pale-Beige, #EDE6D6) !important;;
  font-family: 'Inter';
  font-size: 14px;
  box-shadow: none !important;
}

.impregnant-funnel-form .gform_body .gfield,
.simple-form .gform_body .gfield {
  text-align: left;
}

.impregnant-funnel-form .gform_body .ginput_container input::placeholder,
.simple-form .gform_body .ginput_container input::placeholder,
.impregnant-funnel-form .gform_body .ginput_container select::placeholder,
.simple-form .gform_body .ginput_container select::placeholder {
  color: #C0C0C0 !important;
}

.impregnant-funnel-form .gform_body .ginput_container_consent input,
.simple-form .gform_body .ginput_container_consent input {
  border: 1px solid black !important;
  box-shadow: none !important;
}

.impregnant-funnel-form .gform_body .ginput_container_consent input[type="checkbox"],
.simple-form .gform_body .ginput_container_consent input[type="checkbox"] {
  display: flex;
  justify-content: center;
  border-radius: 2px;
}

.impregnant-funnel-form .gform_body .ginput_container_consent input[type="checkbox"]:checked,
.simple-form .gform_body .ginput_container_consent input[type="checkbox"]:checked {
  border: none !important;
}

.impregnant-funnel-form .gform_body .ginput_container_consent input[type="checkbox"]:checked::before,
.simple-form .gform_body .ginput_container_consent input[type="checkbox"]:checked::before {
  background: #5AAFBB;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 2px;
}

.impregnant-funnel-form .gform_body .ginput_container_consent .gfield_consent_label,
.simple-form .gform_body .ginput_container_consent .gfield_consent_label {
  color: #333 !important;
}

.impregnant-funnel-form .gform_body .ginput_container_consent .gfield_consent_label a,
.simple-form .gform_body .ginput_container_consent .gfield_consent_label a {
  color: #393DFF !important;
}

.impregnant-funnel-form .gform_body .gfield--type-captcha .gfield_label,
.simple-form .gform_body .gfield--type-captcha .gfield_label {
  display: none !important;
}

.impregnant-funnel-form .gform_body .gform_page,
.simple-form .gform_body .gform_page {
  min-height: 422px;
  height: 100%;
  display: flex;
  flex-flow: column;
}

.impregnant-funnel-form .gform_body .gform_page .gform_page_fields,
.simple-form .gform_body .gform_page .gform_page_fields {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .impregnant-funnel-form .gform_body .gform_page .gform_page_fields,
  .simple-form .gform_body .gform_page .gform_page_fields {
    min-height: 358px;
  }
}

.impregnant-funnel-form .gform_body .gform_page .gform_page_fields .gfield--type-captcha .ginput_recaptcha,
.simple-form .gform_body .gform_page .gform_page_fields .gfield--type-captcha .ginput_recaptcha {
  display: flex;
  justify-content: center;
}

.alm-filters-container .alm-filter ul ul {
  padding-left: 0 !important;
}

.simple-form,
.simple-form .gform_footer input[type="submit"] {
  width: 100% !important;
}

.cky-consent-container.cky-box-bottom-right {
  width: 100%;
  padding: 16px;
  bottom: 0 ;
  right: 0 ;
}

.cky-consent-container .cky-consent-bar .cky-banner-btn-close {
  right: 32px;
  top: 32px;
}

.cky-consent-container .cky-consent-bar .cky-banner-btn-close img {
  width: 12px;
  height: 12px;
}

.cky-consent-container .cky-consent-bar {
  border-radius: 20px !important;
  padding: 16px !important;
  font-family: 'Inter';
}

.cky-consent-container .cky-consent-bar .cky-title {
  margin-bottom: 8px;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0;
}

.cky-consent-container .cky-consent-bar .cky-notice-group {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-des {
  width: 100%;
  overflow: unset;
  padding: 0;
}

.cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper {
  gap: 10px;
  margin: 0;
  padding: 0;
}

.cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-customize,
.cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
  order: 1;
}

.cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
    border-radius: 20px;
    font-size: 14px;
    margin: 0;
    letter-spacing: -0.01rem;
    font-weight: 400 !important;
    width: 100%;
}

@media screen and (min-width: 768px) {
  .cky-consent-container {
    padding: 0 !important;
    bottom: 40px !important;
    right: 40px !important;
    width: 580px !important;
  }

  .cky-consent-container .cky-consent-bar .cky-banner-btn-close {
    right: 16px;
    top: 16px;
  }
    
  .cky-consent-container .cky-consent-bar .cky-notice-group {
    flex-flow: row;
  }

  .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-des {
    max-width: 300px;
  }

  .cky-consent-container .cky-consent-bar .cky-notice-group .cky-notice-btn-wrapper {
    width: 44%;
  }
}

.video-placeholder-normal {
  display: none !important;
}

.cmplz-cookiebanner.cmplz-show {
  grid-template-rows: 20px auto;
  grid-template-columns: 1fr 1fr;
  width: 560px;
  font-family: 'Inter';
  align-items: end;
  gap: 8px 16px;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
}

.cmplz-cookiebanner.cmplz-show .cmplz-logo,
.cmplz-cookiebanner.cmplz-show .cmplz-divider,
.cmplz-cookiebanner.cmplz-show .cmplz-links {
  display: none;
}

.cmplz-cookiebanner.cmplz-show .cmplz-header {
  grid-column-start: 1;
  grid-row-start: 1;
  display: block;
  text-align: left;
}

.cmplz-cookiebanner.cmplz-show .cmplz-header .cmplz-title {
  text-align: left;
  justify-self: start;
  font-size: 16px;
  font-family: 'Inter';
  height: 20px;
}

.cmplz-cookiebanner.cmplz-show .cmplz-header .cmplz-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
}

.cmplz-cookiebanner.cmplz-show .cmplz-header .cmplz-close::before {
  content: "";
  background-image: url(https://cdn-cookieyes.com/assets/images/close.svg);
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.cmplz-cookiebanner.cmplz-show .cmplz-header .cmplz-close svg {
  display: none;
}

.cmplz-cookiebanner.cmplz-show .cmplz-body {
  grid-column-start: 1;
  grid-row-start: 2;
}

.cmplz-cookiebanner.cmplz-show .cmplz-body .cmplz-message {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 20px;
}

.cmplz-cookiebanner.cmplz-show .cmplz-buttons {
  grid-column-start: 2;
  grid-row: 2;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.cmplz-cookiebanner.cmplz-show .cmplz-buttons .cmplz-btn {
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
}

.cmplz-cookiebanner.cmplz-show .cmplz-buttons .cmplz-btn.cmplz-accept {
  border-color: #173F54;
  background-color: #173F54;
  color: #fff;
}

.cmplz-cookiebanner.cmplz-show .cmplz-buttons .cmplz-btn.cmplz-deny {
  border-color: #173F54;
  color: #173F54;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .cmplz-cookiebanner.cmplz-show {
    right: 0;
    left: 0;
    bottom: 12px;
    margin: auto;
    grid-template-columns: auto;
    max-width: calc(100% - 32px);
  }

  .cmplz-cookiebanner.cmplz-show .cmplz-header .cmplz-title {
    display: block;
  }

  .cmplz-cookiebanner.cmplz-show .cmplz-body {
    min-width: auto;
  }

  .cmplz-cookiebanner.cmplz-show .cmplz-buttons {
    grid-column: 1;
    grid-row: 3;
  }
}

#cookie-banner {
  max-width: calc(100% - 32px);
  width: 410px;
  font-family: 'Inter', Arial, sans-serif !important;
  align-items: end;
  gap: 8px 16px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 10px;
}

.adopt-c-cMoPAp,
.adopt-c-esqUtQ > div,
#adopt-preferences-button,
#adopt-divisor {
  display: none !important;
}

.adopt-c-deHaIO {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: 1fr;
  flex-flow: row !important;
  padding: 16px !important;
  align-items: end !important;
}

.adopt-c-doWKeN {
  min-width: auto !important;
} 

.adopt-c-kEhKkf {
  flex-flow: column !important;
  margin: 0 !important;
  gap: 8px !important;
}

#adopt-reject-all-button,
#adopt-accept-all-button {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  font-size: 14px !important;
  font-weight: 400;
  box-shadow: none !important;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', Arial, sans-serif !important;
  letter-spacing: normal !important;
  text-transform: initial !important;
}

#adopt-reject-all-button {
  order: 1;
  border: 1px solid #173F54;
  background-color: transparent;
  color: #173F54;
}

#adopt-accept-all-button {
  border-color: #173F54;
  background-color: #173F54;
  color: #fff;
}

#cookie-banner-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-family: 'Inter', Arial, sans-serif !important;
}

.adopt-c-fIDFvx * {
  color: #333 !important;
  font-size: 14px !important;
  letter-spacing: 0.14px;
}

.adopt-c-fIDFvx a {
  color: #1E73BE !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.adopt-c-fIDFvx a:hover {
  color: #1E73BE !important;
  text-decoration: underline !important;
}

@media screen and (min-width: 768px) {
  #cookie-banner {
    right: 10px;
    left: unset;
    min-width: 410px;
  }

  .adopt-c-fIDFvx {
    min-width: 300px;
  }
}
