@charset "UTF-8";
table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
}
table th, table td {
  padding: 0.75rem;
  text-align: left;
}
table th {
  background-color: #8E3005;
  font-weight: 700;
  color: #fff;
}
table tr:nth-child(even) {
  background-color: #f3f4f5;
}
@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  table th, table td {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}

button:focus {
  outline: 3px solid #d97a34 !important;
}

a:focus {
  color: var(--wp--preset--color--secondary);
}

main a:not(.wp-element-button):focus {
  text-decoration: underline !important;
}

details[open] summary:before {
  content: "-";
}
details summary {
  font-size: 20px;
}
details summary::marker {
  content: "";
}
details summary:before {
  content: "+";
  margin-right: 7px;
  font-size: 23px;
}
details summary ~ * {
  animation: expandcollapse 0.5s ease-in-out;
}
details:hover summary {
  color: #fc8e3d;
}

.entry-content, .is-root-container {
  margin-block-start: 0;
}
.entry-content > .wp-block-group, .is-root-container > .wp-block-group {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 782px) {
  .entry-content > .wp-block-group, .is-root-container > .wp-block-group {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.wp-block-cover__inner-container {
  @apply container;
}

.superblockslider__slide_inner {
  @apply container;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1799px) {
  .superblockslider__slide_inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .superblockslider__slide_inner {
    max-width: 90vw;
    left: 0;
  }
}
.superblockslider__button {
  min-width: 1.5rem;
}
.superblockslider__button--active svg {
  width: 1rem;
  height: 1rem;
}

.no-margin {
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  background-color: #8E3005;
  box-shadow: 0px 4px 0px 0px #742906;
  border: 1px solid #8E3005;
  color: #fff;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #8E3005;
  box-shadow: 0px 4px 0px 0px #742906;
  border: 1px solid #8E3005;
  color: #fff;
}

.pmpro .pmpro_btn, .pmpro .pmpro_section #loginform .login-submit .button, .btn {
  background-color: var(--wp--preset--color--primary);
  border-radius: 3px;
  border-top-color: var(--wp--preset--color--primary);
  border-top-width: 1px;
  border-top-style: solid;
  border-right-color: var(--wp--preset--color--primary);
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-color: var(--wp--preset--color--primary);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-color: var(--wp--preset--color--primary);
  border-left-width: 1px;
  border-left-style: solid;
  color: var(--wp--preset--color--base);
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.302, 17px);
  font-style: normal;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 35px;
  padding-left: 35px;
  box-shadow: var(--wp--preset--shadow--shadow-1);
  width: auto;
  text-decoration: none;
}

.pmpro .pmpro_btn:hover, .pmpro .pmpro_section #loginform .login-submit .button:hover, .btn:hover {
  background-color: #8E3005;
  box-shadow: 0px 4px 0px 0px #742906;
  border: 1px solid #8E3005;
  color: #fff;
}

.pmpro .pmpro_table thead th {
  color: #d97a34;
}
.pmpro .pmpro_table tbody th {
  color: #000;
}

.arrow-link a {
  text-decoration: none;
}
.arrow-link a:after {
  content: "\f345";
  font: normal normal normal 16px/1 dashicons;
  color: #d97a34;
  position: relative;
  top: 2px;
  left: 5px;
  transition: color 0.3s ease;
}
.arrow-link a:hover:after {
  color: #8E3005;
}

.wp-block-details {
  background-color: #fff;
  border: 1px solid #8E3005;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
}
.wp-block-details summary {
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0;
}
.wp-block-details summary:focus {
  outline: none;
  color: #d97a34;
}
.wp-block-details[open] summary {
  margin-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.wp-block-details p {
  margin: 0 0 10px;
}
.wp-block-details p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 781px) {
  .text-align-left {
    text-align: left;
  }
}

.membership-account {
  cursor: pointer;
}

.my-account-btn a {
  font-size: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.my-account-btn a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d97a34"><path d="M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.browse-pet-column .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10000;
}
.site-header .wp-block-navigation__responsive-container {
  z-index: 10001;
}

.wp-block-navigation {
  gap: 15px !important;
}
.wp-block-navigation button {
  color: #fff;
  border: 0;
  background: #8E3005;
}
@media only screen and (min-width: 782px) {
  .wp-block-navigation {
    background: transparent;
  }
}
.wp-block-navigation__responsive-container-content {
  gap: 32px;
}
@media only screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container {
    z-index: 10001;
  }
}
.wp-block-navigation__responsive-container .wp-block-navigation-item a {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
}
.wp-block-navigation__responsive-container .wp-block-navigation-item a:focus {
  color: var(--wp--preset--color--primary);
}
.wp-block-navigation__responsive-container .wp-block-navigation-item.current-menu-item > a {
  color: var(--wp--preset--color--primary);
}
.wp-block-navigation__responsive-container .wp-block-navigation-item:hover > a {
  color: var(--wp--preset--color--primary);
}
.wp-block-navigation__responsive-container .has-child {
  position: relative;
}
@media only screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container .has-child .wp-block-navigation-submenu__toggle {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.wp-block-navigation__responsive-container .has-child .wp-block-navigation__submenu-container {
  padding: 0;
  padding-top: 0 !important;
}
@media only screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container .has-child .wp-block-navigation__submenu-container a {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container .has-child .wp-block-navigation__submenu-container a:hover {
    background: transparent;
    color: var(--wp--preset--color--primary);
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-navigation__responsive-container .marketplace-menu .wp-block-navigation__submenu-container {
    height: auto !important;
    overflow: visible !important;
    margin-top: 10px;
    padding: 10px;
  }
}
.wp-block-navigation__responsive-container .wp-block-buttons .wp-block-button a {
  padding: 7px 26px;
}
.wp-block-navigation__submenu-icon {
  display: block !important;
}
.wp-block-navigation__submenu-container {
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  .wp-block-navigation__submenu-container {
    height: auto !important;
    overflow: visible !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  }
}
.wp-block-navigation__submenu-container .wp-block-navigation-item > a {
  padding: 10px;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item > a:hover {
  background: #d97a34;
  color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .wp-block-navigation__responsive-container .has-child .wp-block-navigation-submenu__toggle {
    right: -17px;
  }
  .wp-block-navigation__container li:nth-child(4) {
    flex-direction: row !important;
  }
  .wp-block-navigation__container li:nth-child(4) button {
    position: static !important;
  }
  .marketplace-menu .wp-block-navigation__submenu-container {
    height: auto !important;
    overflow: visible !important;
    margin-top: 10px;
    padding: 10px;
  }
  .marketplace-menu .wp-block-navigation-submenu__toggle[aria-expanded][aria-expanded=false]::before {
    transform: rotate(180deg);
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .wp-block-navigation__responsive-container .has-child .wp-block-navigation-submenu__toggle {
    right: -12px;
  }
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body .gfield input, .gform_wrapper .gform_body .gfield textarea, .gform_wrapper .gform_body .gfield select {
  outline: none;
  border: 1px solid #8E3005;
  height: auto;
}
.gform_wrapper .gform_body .gfield input:active, .gform_wrapper .gform_body .gfield input:focus, .gform_wrapper .gform_body .gfield input:hover, .gform_wrapper .gform_body .gfield textarea:active, .gform_wrapper .gform_body .gfield textarea:focus, .gform_wrapper .gform_body .gfield textarea:hover, .gform_wrapper .gform_body .gfield select:active, .gform_wrapper .gform_body .gfield select:focus, .gform_wrapper .gform_body .gfield select:hover {
  border: 1px solid #d97a34;
}
.gform_wrapper .gform_body .gfield input:not([type=submit]):not([type=radio]), .gform_wrapper .gform_body .gfield textarea {
  border-radius: 0;
}
.gform_wrapper .gform_body .gfield input[type=checkbox], .gform_wrapper .gform_body .gfield input[type=radio] {
  width: 20px;
  height: 20px;
}
.gform_wrapper .gform_body .gfield .ginput_container_date input {
  width: 100%;
}
.gform_wrapper .gform-footer {
  justify-content: center;
}
.gform_wrapper .gform-footer .gform_button {
  background-color: #d97a34 !important;
  box-shadow: 0px 4px 0px 0px #BF6D31 !important;
  padding: 19px 65px !important;
  border: 1px solid #d97a34;
  font-size: 17px !important;
  font-weight: 700 !important;
  outline: none !important;
}
.gform_wrapper .gform-footer .gform_button:hover {
  background-color: #8E3005 !important;
  box-shadow: 0px 4px 0px 0px #742906 !important;
  border: 1px solid #8E3005;
}

.footer-menu {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media only screen and (max-width: 781px) {
  .footer-menu {
    flex-direction: column;
    padding: 30px 0;
    gap: 0;
  }
}
.footer-menu li a {
  text-decoration: none;
  color: #8E3005;
  font-weight: 600;
}
@media only screen and (min-width: 782px) {
  .footer-menu li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-menu li a {
    font-size: 18px;
  }
}
.footer-menu li a:focus, .footer-menu li a:hover {
  color: #d97a34;
}

.wp-block-social-links {
  justify-content: end;
}
@media only screen and (max-width: 781px) {
  .wp-block-social-links {
    justify-content: start;
  }
}
.wp-block-social-links .wp-block-social-link {
  background-color: transparent;
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
  height: 20px;
  width: 20px;
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  display: none;
}
.wp-block-social-links .wp-block-social-link.wp-social-link-facebook {
  background: url("/wp-content/themes/hive-blocks/assets/images/facebook.svg") no-repeat center;
}
.wp-block-social-links .wp-block-social-link.wp-social-link-instagram {
  background: url("/wp-content/themes/hive-blocks/assets/images/instagram.svg") no-repeat center;
}
.wp-block-social-links .wp-block-social-link.wp-social-link-linkedin {
  background: url("/wp-content/themes/hive-blocks/assets/images/linkedin-new.svg") no-repeat center;
}

.privacy-policy {
  margin: 0;
}
.privacy-policy .wp-block-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #000000;
  padding-top: 32px;
}
@media only screen and (max-width: 781px) {
  .privacy-policy .wp-block-list {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.privacy-policy .wp-block-list li a {
  text-decoration: underline;
}

.pet-banner-meta {
  background-color: #ffffff;
  width: max-content;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 30px;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 782px) {
  .pet-banner-meta {
    flex-direction: row;
  }
}
.pet-banner-meta .wp-block-mfb-meta-field-block {
  text-align: center;
}
@media only screen and (min-width: 782px) {
  .pet-banner-meta .wp-block-mfb-meta-field-block {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.pet-banner-meta .wp-block-mfb-meta-field-block:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #8E3005;
  display: block;
  margin: 10px auto 0;
}
@media only screen and (min-width: 782px) {
  .pet-banner-meta .wp-block-mfb-meta-field-block:after {
    content: "|";
    color: #8E3005;
    font-weight: 700;
    width: 0;
    height: 100%;
    margin: 0;
  }
}
.pet-banner-meta .wp-block-mfb-meta-field-block:last-child:after {
  content: none;
}
.pet-banner-meta .wp-block-mfb-meta-field-block.is-display-inline-block .value {
  margin-right: 0;
}
.pet-banner-meta .wp-block-mfb-meta-field-block.is-display-inline-block .suffix {
  margin-right: 10px;
}
.pet-banner-meta .wp-block-post-terms {
  text-align: center;
}
@media only screen and (min-width: 782px) {
  .pet-banner-meta .wp-block-post-terms {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.pet-banner-meta .wp-block-post-terms a {
  pointer-events: none;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}
.pet-banner-meta .wp-block-post-terms:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #8E3005;
  display: block;
  margin: 10px auto 0;
}
@media only screen and (min-width: 782px) {
  .pet-banner-meta .wp-block-post-terms:after {
    content: "|";
    color: #8E3005;
    font-weight: 700;
    width: 0;
    height: 100%;
    margin: 0;
  }
}

.pet-pricing-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.pet-pricing-wrap .pet-price {
  font-size: clamp(21.027px, 1.314rem + (1vw - 3.2px) * 1.304, 34px);
  font-weight: 700;
  color: #d97a34;
}
.pet-pricing-wrap h4 {
  margin: 0;
}
.pet-pricing-wrap .deposit-amount {
  font-size: clamp(18px, 1.314rem + (1vw - 3.2px) * 1.304, 24px);
  font-weight: 700;
  color: #d97a34;
}

.acf-pet-slider {
  margin-top: 80px;
}
.acf-pet-slider .acf-slide {
  padding: 0 15px;
  height: 300px;
}
.acf-pet-slider .acf-slide img {
  object-fit: cover;
  height: 300px !important;
}
.acf-pet-slider .slick-arrow {
  height: 48px;
  width: 48px;
  opacity: 1;
  background: url("../images/testimonial-arrow-left.svg") !important;
  z-index: 1;
}
.acf-pet-slider .slick-arrow:before {
  content: none;
}
.acf-pet-slider .slick-arrow.slick-prev {
  margin-left: 15px;
}
.acf-pet-slider .slick-arrow.slick-next {
  margin-right: 15px;
  background: url("../images/testimonial-arrow-right.svg") !important;
}
.acf-pet-slider .slick-dots {
  bottom: -60px;
  z-index: 1;
}
.acf-pet-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4.5px;
}
.acf-pet-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0;
}
.acf-pet-slider .slick-dots li button:before {
  content: none;
}
.acf-pet-slider .slick-dots li.slick-active button, .acf-pet-slider .slick-dots li:hover button {
  background-color: #ffffff;
}

.pet-entry-header {
  position: relative;
}
.pet-entry-header:after {
  content: "";
  width: 100%;
  height: 220px;
  bottom: 0px;
  background: url("../images/white-wavy.webp");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
}

.acf-parents-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .acf-parents-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.acf-parents-gallery .acf-parent-image {
  width: 100%;
}
.acf-parents-gallery .acf-parent-image img {
  width: 100%;
  object-fit: cover;
  max-height: 540px;
}
@media (min-width: 992px) and (max-width: 1023px) {
  .acf-parents-gallery .acf-parent-image img {
    max-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .acf-parents-gallery .acf-parent-image img {
    max-height: 400px;
  }
}

#gform_3 .gform-footer input[type=submit] {
  padding: 11px 26px !important;
}
#gform_3 #gform_fields_3 {
  row-gap: 24px;
}
#gform_3 #gform_fields_3 textarea {
  max-height: 180px;
}
#gform_3 #gform_fields_3 .gfield_label {
  color: #8E3005;
  font-weight: 700;
}
#gform_3 #gform_fields_3 .gfield_description {
  color: #8E3005;
}

.breeder-contact-info {
  display: flex;
  flex-direction: column;
}
.breeder-contact-info p {
  display: none;
}
.breeder-contact-info {
  gap: 20px;
}
.breeder-contact-info .breeder-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breeder-contact-info .breeder-contact-item a {
  text-decoration: none;
  font-size: 20px;
  color: #8E3005;
  font-weight: 400;
}
.breeder-contact-info .breeder-contact-item.breeder-email:before {
  content: "";
  position: relative;
  width: 20px;
  height: 16px;
  background: url(../images/pet-mail.svg) no-repeat;
  display: flex;
}
.breeder-contact-info .breeder-contact-item.breeder-phone:before {
  content: "";
  position: relative;
  width: 20px;
  height: 22px;
  background: url(../images/pet-phone.svg) no-repeat;
  display: flex;
}
.breeder-contact-info .breeder-contact-item.breeder-phone-sms:before {
  content: "";
  position: relative;
  width: 20px;
  height: 22px;
  background: url(../images/text-sms.svg) no-repeat;
  display: flex;
}
.breeder-contact-info .breeder-contact-item.breeder-website:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/pet-web.svg) no-repeat;
  display: flex;
}
.breeder-contact-info .breeder-contact-item.breeder-facebook:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/pet-facebook.svg) no-repeat;
  display: flex;
}

.pet-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pet-details {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.pet-details .wp-block-mfb-meta-field-block {
  margin-block-start: 0;
}
.pet-details .wp-block-mfb-meta-field-block .prefix {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.pet-details .wp-block-mfb-meta-field-block .prefix:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pet-details .wp-block-mfb-meta-field-block.pet-included .prefix:before {
  background: url("../images/pet-included.svg") no-repeat;
}
.pet-details .wp-block-mfb-meta-field-block.pet-transport .prefix:before {
  width: 25px;
  height: 24px;
  background: url("../images/pet-transport.svg") no-repeat;
}
.pet-details .wp-block-mfb-meta-field-block.pet-registrations .prefix:before {
  width: 24px;
  height: 24px;
  background: url("../images/pet-registrations.svg") no-repeat;
}
.pet-details .wp-block-mfb-meta-field-block.pet-health .prefix:before {
  width: 24px;
  height: 24px;
  background: url("../images/find-health.svg") no-repeat;
}
.pet-details .wp-block-mfb-meta-field-block.pet-rights .prefix:before {
  width: 24px;
  height: 24px;
  background: url("../images/pet-rights.svg") no-repeat;
}
.pet-details .wp-block-mfb-meta-field-block.pet-stud .prefix:before {
  width: 24px;
  height: 24px;
  background: url("../images/pet-stud.svg") no-repeat;
}
.pet-details .wp-block-mfb-meta-field-block.pet-rescue .prefix:before {
  width: 24px;
  height: 24px;
  background: url("../images/pet-rescue.svg") no-repeat;
}
.pet-details .wp-block-mfb-meta-field-block.pet-mix .prefix:before {
  width: 24px;
  height: 24px;
  background: url("../images/pet-mix.svg") no-repeat;
}
@media only screen and (min-width: 1024px) {
  .pet-details > :first-child {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .pet-details > :nth-child(2) {
    grid-row: 1/2;
    grid-column: 3/5;
  }
  .pet-details > :nth-child(3) {
    grid-row: 1/2;
    grid-column: 5/7;
  }
  .pet-details > :nth-child(4) {
    grid-row: 2/3;
    grid-column: 1/4;
  }
  .pet-details > :nth-child(5) {
    grid-row: 2/3;
    grid-column: 4/7;
  }
}

.city-location {
  display: flex;
}

.pet-attributes {
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 30px;
  max-width: fit-content;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.402, 18px);
  font-weight: 700;
  text-align: center;
}
.pet-attributes .separator {
  color: #8e3005;
}

.blog-view-all {
  width: 100%;
}
.blog-view-all a {
  background-color: #FBDFB7;
  border-bottom: 4px solid #FC8E3D;
  box-shadow: none;
  padding: 14px 16px;
  font-size: 18px;
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.blog-view-all a:hover {
  background-color: #FBDFB7 !important;
  box-shadow: none !important;
  border-bottom: 4px solid #FC8E3D !important;
  border: 1px solid #fc8e3d;
}

.category .blog-view-all {
  width: 100%;
}
.category .blog-view-all a {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 4px solid transparent;
  box-shadow: none;
  font-weight: 400;
}
.category .blog-view-all a:hover {
  font-weight: 400;
  border: 1px solid #fc8e3d !important;
  border-bottom: 4px solid #FC8E3D !important;
}

.blog-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-categories li a {
  padding: 12px 16px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
  border-bottom: 4px solid transparent;
}
.blog-categories li.current-cat a, .blog-categories li:hover a {
  background-color: #FBDFB7;
  border: 1px solid #fc8e3d;
  border-bottom: 4px solid #FC8E3D;
  box-shadow: none;
}

.single-post .custom-blog-grid {
  grid-template-columns: 1fr;
  margin-top: 60px;
}
@media only screen and (min-width: 782px) {
  .single-post .custom-blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-post .custom-blog-grid .post-column .post-content .read-more {
  color: #FC8E3D;
}
.single-post .custom-blog-grid .post-column .post-content .read-more:after {
  background: url("../images/arrow-blog-next-orange.svg") no-repeat;
}

.custom-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 2rem;
}
.custom-blog-grid .post-column {
  background: #fff;
  border: 1px solid #FC8E3D;
}
.custom-blog-grid .post-column .featured-image {
  height: 300px;
}
.custom-blog-grid .post-column .featured-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.custom-blog-grid .post-column .post-content {
  padding: 24px;
}
.custom-blog-grid .post-column .post-content .post-category {
  background: #FBDFB7;
  color: #8E3005;
  font-size: 14px;
  display: inline-block;
  padding: 4px 8px;
}
.custom-blog-grid .post-column .post-content .post-title {
  color: #8E3005;
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0;
}
.custom-blog-grid .post-column .post-content a {
  text-decoration: none;
}
.custom-blog-grid .post-column .post-content .read-more {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-top: 0.5rem;
  position: relative;
  color: #000000;
}
.custom-blog-grid .post-column .post-content .read-more:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url("../images/arrow-blog-next.svg") no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
.custom-blog-grid .featured-post {
  grid-column: span 1;
  border: 1px solid #FC8E3D;
  margin-bottom: 32px;
}
.custom-blog-grid .featured-post .post-content {
  padding: 24px;
}
.custom-blog-grid .featured-post .post-content .post-category {
  background: #FBDFB7;
  color: #8E3005;
  font-size: 14px;
  display: inline-block;
  padding: 4px 8px;
}
.custom-blog-grid .featured-post .post-content .post-title {
  color: #8E3005;
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0;
}
.custom-blog-grid .featured-post .post-content a {
  text-decoration: none;
}
.custom-blog-grid .featured-post .post-content .read-more {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-top: 0.5rem;
  position: relative;
  color: #000000;
}
.custom-blog-grid .featured-post .post-content .read-more:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url("../images/arrow-blog-next.svg") no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
.custom-blog-grid .featured-post.full-width .featured-image {
  height: 360px;
}
.custom-blog-grid .featured-post.full-width .featured-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media only screen and (min-width: 782px) {
  .custom-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-blog-grid .featured-post {
    grid-column: span 2;
  }
}

.custom-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
.custom-pagination .page-numbers {
  font-size: 16px;
  border: 1px solid #8E3005;
  padding: 2px 13px;
  text-decoration: none;
  color: #8E3005;
  font-weight: 700;
}
.custom-pagination .page-numbers.current, .custom-pagination .page-numbers:hover {
  background-color: #8E3005;
  color: #ffffff;
}

@media only screen and (max-width: 781px) {
  .block--text-image .wp-block-columns {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 781px) {
  .block--text-image:nth-of-type(even) .wp-block-columns {
    flex-direction: column;
  }
}
@media only screen and (max-width: 781px) {
  .block--text-image .wp-block-image {
    margin-top: 20px;
  }
}

@keyframes expandcollapse {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.block--faq details[open] summary:before {
  content: "-";
}
.block--faq details summary::marker {
  content: "";
}
.block--faq details summary:before {
  content: "+";
  margin-right: 7px;
}
.block--faq details summary ~ * {
  animation: expandcollapse 0.5s ease-in-out;
}

.stat-numbers .number-columns {
  flex-wrap: wrap !important;
  gap: 0;
}
@media only screen and (max-width: 1023px) {
  .stat-numbers .number-columns > .wp-block-column {
    flex-basis: 50% !important;
  }
}

.three-step-columns .number-circle {
  border-radius: 100px;
  width: clamp(150px, 2vw, 250px);
  height: clamp(150px, 2vw, 250px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.block--numbered-text {
  counter-reset: item;
}
.block--numbered-text .number-item {
  counter-increment: item;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.block--numbered-text .number-item:before {
  content: counter(item);
  background: #000;
  color: #fff;
  border-radius: 100px;
  width: 80px;
  height: 75px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
@media only screen and (max-width: 639px) {
  .block--numbered-text .number-item:before {
    height: 60px;
  }
}
.block--numbered-text .number-item > .wp-block-group {
  width: 100%;
}

.pet-grid__item__details {
  background: #d97a34;
}
@media only screen and (min-width: 1024px) {
  .pet-grid__item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.pet-grid__item__price {
  color: #fff;
}
.pet-grid__item__price .prefix {
  margin-inline-end: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .pet-grid__item__price {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-block-start: 0;
    color: #d97a34;
  }
}
@media only screen and (min-width: 1240px) {
  .pet-grid__item__price {
    top: auto;
    bottom: 20px;
  }
}

.inner-banner {
  min-height: auto;
  padding-top: clamp(100px, 10vw, 350px);
  padding-bottom: clamp(100px, 10vw, 350px);
}
@media only screen and (max-width: 781px) {
  .inner-banner:before {
    background: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
  }
}
.inner-banner .page-title {
  text-transform: capitalize;
  color: #8E3005;
  z-index: 2;
}
@media only screen and (min-width: 782px) {
  .inner-banner .page-title {
    width: 55%;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .inner-banner .page-title {
    color: #fff;
  }
}

.testimonials .superblockslider__track .superblockslider__slide {
  height: 100% !important;
}
.testimonials .superblockslider__track .superblockslider__slide_inner {
  width: 100%;
  text-align: center;
  height: 100%;
}
@media only screen and (min-width: 782px) {
  .testimonials .superblockslider__track .superblockslider__slide_inner {
    width: 80%;
  }
}
@media only screen and (min-width: 1240px) {
  .testimonials .superblockslider__track .superblockslider__slide_inner {
    width: 50%;
  }
}
.testimonials .superblockslider__track .superblockslider__slide_inner figure {
  margin: auto;
}
.testimonials .superblockslider__track .superblockslider__slide_inner .text-content {
  font-size: clamp(18px, 1.5vw, 24px);
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  line-height: 1.4;
  color: #ffffff;
}
.testimonials .superblockslider__track .superblockslider__slide_inner .text-name {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.testimonials .superblockslider__track .superblockslider__slide_inner .text-position {
  margin-top: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.testimonials .superblockslider__buttons {
  gap: 9px;
  position: relative;
  margin-top: 20px;
}
.testimonials .superblockslider__buttons button {
  min-width: 12px;
  height: 12px;
  width: 12px;
  background-color: #ffffff !important;
  border-radius: 50%;
}
.testimonials .superblockslider__buttons button svg {
  display: none;
}
.testimonials .superblockslider__navigation button {
  height: 48px;
  width: 48px;
  opacity: 1;
  background: url("../images/testimonial-arrow-left.svg");
}
@media only screen and (min-width: 782px) {
  .testimonials .superblockslider__navigation button {
    margin-left: 30px;
  }
}
.testimonials .superblockslider__navigation button span svg {
  display: none;
}
.testimonials .superblockslider__navigation button.superblockslider__button__next {
  transform: rotate(180deg);
}
@media only screen and (min-width: 782px) {
  .testimonials .superblockslider__navigation button.superblockslider__button__next {
    margin-right: 30px;
  }
}

.popular-breeds .wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 0 0 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 781px) {
  .popular-breeds .wp-block-categories-list {
    flex-direction: column;
    gap: 1rem;
  }
}
.popular-breeds .wp-block-categories-list li {
  list-style: none;
}
.popular-breeds .wp-block-categories-list li a {
  text-decoration: none;
}
.popular-breeds .wp-block-categories-list li a:after {
  content: "View Pets →";
  color: #000;
  font-size: 16px;
  display: block;
  font-weight: 400;
}

.latest-news {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media only screen and (min-width: 782px) {
  .latest-news {
    flex-direction: row;
  }
}
.latest-news li {
  margin-block-start: 0;
  border: 1px solid #FC8E3D;
}
.latest-news li figure {
  max-height: 280px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  .latest-news li figure {
    max-height: 160px;
  }
}
@media only screen and (min-width: 1240px) {
  .latest-news li figure {
    max-height: 280px;
  }
}
.latest-news li .wp-block-post-excerpt__more-link {
  text-decoration: none;
  position: relative;
}
.latest-news li .wp-block-post-excerpt__more-link:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 12px;
  background: url(../images/arrow-blog-next-orange.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
.latest-news li .wp-block-post-excerpt__more-link:hover:after {
  background: url(../images/arrow-blog-next-maroon.svg) no-repeat;
}

.latest-tips {
  margin-bottom: 30px;
}
@media only screen and (min-width: 782px) {
  .latest-tips {
    margin-bottom: 70px !important;
  }
}

.pets-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 782px) {
  .pets-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pet-card {
  display: flex;
  border: 1px solid #d97a34;
  flex-direction: column;
}
@media only screen and (min-width: 782px) {
  .pet-card {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1240px) {
  .pet-card {
    flex-direction: row;
  }
}
.pet-card .pet-img {
  flex-basis: 35%;
  max-height: 300px;
}
@media only screen and (min-width: 1240px) {
  .pet-card .pet-img {
    max-height: 100%;
  }
}
.pet-card .pet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pet-card .pet-info {
  padding: 25px;
  flex: 1;
}
.pet-card .pet-info h3 {
  margin: 0 0 5px;
}
.pet-card .pet-info .pets-age {
  font-size: 20px;
  font-weight: 500;
  color: #8E3005;
}
.pet-card .pet-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.pet-card .pet-info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.pet-card .pet-info ul li::before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.pet-card .pet-info ul li.find-location::before {
  width: 16px;
  height: 20px;
  background-image: url("../images/find-location.svg");
}
.pet-card .pet-info ul li.find-gender::before {
  width: 20px;
  height: 20px;
  background-image: url("../images/find-gender.svg");
}
.pet-card .pet-info ul li.find-coat::before {
  width: 24px;
  height: 22px;
  background-image: url("../images/find-coat.svg");
}
.pet-card .pet-info ul li.find-registration::before {
  width: 18px;
  height: 22px;
  background-image: url("../images/find-registration.svg");
}
.pet-card .pet-info ul li.find-rights::before {
  width: 22px;
  height: 22px;
  background-image: url("../images/find-health.svg");
}
.pet-card .pet-info .grid-bottom {
  display: flex;
  justify-content: space-between;
}
.pet-card .pet-info .grid-bottom .pet-price {
  font-weight: 700;
  margin-top: 10px;
  font-size: 24px;
  color: #d97a34;
}
.pet-card .pet-info .grid-bottom .wp-block-button .wp-block-button__link {
  padding: 7px 20px;
}

.pet-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
.pet-pagination .page-numbers {
  font-size: 16px;
  border: 1px solid #8e3005;
  padding: 2px 13px;
  text-decoration: none;
  color: #8e3005;
  font-weight: 700;
}
.pet-pagination .page-numbers.current, .pet-pagination .page-numbers:hover {
  background-color: #8e3005;
  color: #ffffff;
}

.pets-toolbar,
.item-filter-form {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pets-toolbar,
  .item-filter-form {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.pets-toolbar select,
.item-filter-form select {
  font-size: 16px;
  color: #8E3005;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select-icon.svg") no-repeat;
  background-position: 97% 50%;
  padding: 2px 12px;
  height: 40px;
  outline: none;
  border: 1px solid #8E3005;
}
.pets-toolbar input,
.item-filter-form input {
  outline: none;
  height: 40px;
  border: 1px solid #8E3005;
  padding: 10px 20px 10px 40px;
}
.pets-toolbar input:hover, .pets-toolbar input:focus,
.item-filter-form input:hover,
.item-filter-form input:focus {
  background-color: #ffffff;
}
.pets-toolbar #search-location,
.pets-toolbar #item-search,
.pets-toolbar #item-location,
.pets-toolbar #transporter-location,
.pets-toolbar #transporter-search,
.pets-toolbar #trainer-location,
.pets-toolbar #trainer-search,
.pets-toolbar #trainer-zipcode,
.pets-toolbar #transporter-zipcode,
.pets-toolbar #item-zipcode,
.pets-toolbar #pet-zipcode,
.item-filter-form #search-location,
.item-filter-form #item-search,
.item-filter-form #item-location,
.item-filter-form #transporter-location,
.item-filter-form #transporter-search,
.item-filter-form #trainer-location,
.item-filter-form #trainer-search,
.item-filter-form #trainer-zipcode,
.item-filter-form #transporter-zipcode,
.item-filter-form #item-zipcode,
.item-filter-form #pet-zipcode {
  background: url("../images/search-icon.svg") no-repeat;
  background-position: 10px 50%;
}
.pets-toolbar .clear-filters-btn,
.item-filter-form .clear-filters-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 8px 20px;
  background-color: #ffffff;
  border: 1px solid #8E3005;
  color: #8E3005;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.pets-toolbar .clear-filters-btn svg,
.item-filter-form .clear-filters-btn svg {
  flex-shrink: 0;
  stroke: currentColor;
}
.pets-toolbar .clear-filters-btn:hover,
.item-filter-form .clear-filters-btn:hover {
  background-color: #8E3005;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pets-toolbar .clear-filters-btn:active,
.item-filter-form .clear-filters-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.wp-block-button.white-btn .wp-block-button__link {
  background-color: #ffffff;
  border: 1px solid #fbdfb7;
  color: #8e3005;
  box-shadow: 0px 4px 0px 0px #742906;
  padding: 12px 24px;
}
.wp-block-button.white-btn .wp-block-button__link:hover {
  background-color: #ffffff;
  border: 1px solid #fbdfb7;
  color: #8e3005;
  box-shadow: 0px 4px 0px 0px #742906;
  padding: 12px 24px;
}

.rescue-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .rescue-label {
    position: absolute;
    bottom: -50px;
    width: auto;
  }
  .rescue-label:first-of-type {
    left: 0;
  }
  .rescue-label.stud-label {
    left: 200px;
  }
}
.rescue-label span {
  flex: 1;
  padding-left: 5px;
  line-height: 1;
}
.rescue-label input {
  margin: 0;
}

@media only screen and (max-width: 781px) {
  .title-mobile {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 781px) {
  .title-pet-text {
    margin-top: 10px;
  }
}

#breed-dropdown-wrap {
  display: none;
}

#pets-results {
  position: relative;
  min-height: 100px;
}

/* When loading, overlay blocks content */
#pets-results.loading::before {
  content: "Loading pets...";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); /* soft white overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #4a2c10; /* match your brown accent */
  z-index: 10;
}

/* Zipcode field wrapper and error message styles */
.zipcode-field-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.zipcode-error-message {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  margin-top: 6px;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  color: #856404;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  animation: slideDown 0.3s ease-out;
}
.zipcode-error-message svg {
  flex-shrink: 0;
  stroke: #ffc107;
  width: 14px;
  height: 14px;
}
.zipcode-error-message span {
  flex: 1;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Radius slider styles */
.radius-slider-wrapper {
  padding: 16px 18px;
  margin-top: 10px;
  background: linear-gradient(135deg, #fafbfc 0%, #f5f7fa 100%);
  border: 1px solid #d97a34;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  animation: slideDown 0.3s ease-out;
}
.radius-slider-wrapper .radius-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}
.radius-slider-wrapper .radius-header label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #8E3005;
  margin: 0;
}
.radius-slider-wrapper .radius-header label svg {
  flex-shrink: 0;
  stroke: #d97a34;
  width: 16px;
  height: 16px;
}
.radius-slider-wrapper .radius-header label span {
  color: #8E3005;
}
.radius-slider-wrapper .radius-header .radius-input-group {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 2px solid #d97a34;
  border-radius: 6px;
  padding: 6px 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.radius-slider-wrapper .radius-header .radius-input-group input[type=number] {
  width: 60px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  color: #d97a34;
  text-align: center;
  padding: 0;
  height: auto;
  background: transparent;
  /* Hide spin buttons */
}
.radius-slider-wrapper .radius-header .radius-input-group input[type=number]::-webkit-inner-spin-button, .radius-slider-wrapper .radius-header .radius-input-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.radius-slider-wrapper .radius-header .radius-input-group input[type=number] {
  -moz-appearance: textfield;
}
.radius-slider-wrapper .radius-header .radius-input-group input[type=number]:focus {
  color: #8E3005;
}
.radius-slider-wrapper .radius-header .radius-input-group .radius-unit {
  font-size: 13px;
  font-weight: 600;
  color: #8E3005;
  text-transform: lowercase;
}
.radius-slider-wrapper input[type=range] {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e9ecef;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 8px 0;
  position: relative;
}
.radius-slider-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #8E3005;
  border: 3px solid #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  cursor: grab;
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
}
.radius-slider-wrapper input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  background: rgb(117.3673469388, 39.6734693878, 4.1326530612);
}
.radius-slider-wrapper input[type=range]::-webkit-slider-thumb:active {
  cursor: grabbing;
  transform: scale(1.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.radius-slider-wrapper input[type=range]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #8E3005;
  border: 3px solid #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  cursor: grab;
  transition: all 0.2s ease;
}
.radius-slider-wrapper input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  background: rgb(117.3673469388, 39.6734693878, 4.1326530612);
}
.radius-slider-wrapper input[type=range]::-moz-range-thumb:active {
  cursor: grabbing;
  transform: scale(1.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.radius-slider-wrapper input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #d97a34 0%, #d97a34 10%, #e9ecef 10%, #e9ecef 100%);
}
.radius-slider-wrapper input[type=range]::-moz-range-track {
  height: 8px;
  border-radius: 4px;
  background: #e9ecef;
}
.radius-slider-wrapper input[type=range]::-moz-range-progress {
  height: 8px;
  border-radius: 4px;
  background: #d97a34;
}
.radius-slider-wrapper .radius-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  padding: 0 2px;
}
.radius-slider-wrapper .radius-range-labels span {
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 639px) {
  .my-pet-listings-wrapper {
    display: grid;
    gap: 15px;
  }
}
.my-pet-listings-wrapper .my-pet-listings-header {
  font-weight: 700;
  background-color: #8e3005;
  color: #ffffff;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 15px;
  padding: 10px;
  display: none;
}
@media only screen and (min-width: 640px) {
  .my-pet-listings-wrapper .my-pet-listings-header {
    display: grid;
  }
}
.my-pet-listings-wrapper .my-pet-listings-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  gap: 15px;
  padding: 20px 20px 30px;
  border: 1px solid #d97a34;
}
@media only screen and (min-width: 640px) {
  .my-pet-listings-wrapper .my-pet-listings-row {
    grid-template-columns: repeat(4, 1fr);
    padding: 0.75rem;
    border: 0;
  }
}
@media only screen and (max-width: 639px) {
  .my-pet-listings-wrapper .my-pet-listings-row .thumbnail-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 639px) {
  .my-pet-listings-wrapper .my-pet-listings-row div {
    text-align: center;
  }
}
@media (min-width: 641px) and (max-width: 1119px) {
  .my-pet-listings-wrapper .my-pet-listings-row .action-buttons {
    display: grid;
    gap: 15px;
  }
}
@media only screen and (min-width: 640px) {
  .my-pet-listings-wrapper .my-pet-listings-row:nth-child(odd) {
    background: #f3f4f5;
  }
}

.conditional-gform-wrapper {
  margin: 20px 0;
}

.pet-type-selector {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #8E3005;
}

.pet-type-question {
  margin: 0 0 20px 0;
  font-size: 1.25em;
  font-weight: 600;
  color: #8E3005;
}

.pet-type-options {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 781px) {
  .pet-type-options {
    flex-direction: column;
  }
}

.pet-type-option {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  border: 2px solid #8E3005;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pet-type-option:hover {
  border-color: #d97a34;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pet-type-option input[type=radio] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #d97a34;
}
.pet-type-option input[type=radio]:checked {
  accent-color: #d97a34;
}
.pet-type-option:has(input[type=radio]:checked) {
  border-color: #d97a34;
  background: #fff5ec;
  box-shadow: 0 2px 8px rgba(212, 122, 52, 0.2);
}
.pet-type-option .option-label {
  font-size: 1.1em;
  font-weight: 500;
  cursor: pointer;
  color: #000000;
}

.gform-container {
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sticky-cta-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
  margin: 0;
  pointer-events: none;
  transform: translateY(100%);
  animation: slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.sticky-cta-wrapper .sticky-cta {
  pointer-events: auto;
  background: #ffffff;
  border-top: 2px solid rgba(142, 48, 5, 0.15);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12), 0 -2px 8px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.sticky-cta-wrapper .sticky-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d97a34 0%, #8E3005 100%);
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .sticky-cta-wrapper .sticky-cta {
    padding: 1.5rem 2rem;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .sticky-cta-wrapper .sticky-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 1.5rem 1.5rem;
    gap: 1.25rem;
  }
}
.sticky-cta-wrapper .sticky-cta__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .sticky-cta-wrapper .sticky-cta__content {
    gap: 0.375rem;
  }
}
.sticky-cta-wrapper .sticky-cta__title {
  margin: 0;
  font-size: clamp(18px, 1.25rem + (1vw - 3.2px) * 0.302, 22px);
  font-weight: 700;
  color: #8E3005;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .sticky-cta-wrapper .sticky-cta__title {
    font-size: 1.125rem;
  }
}
.sticky-cta-wrapper .sticky-cta__description {
  margin: 0;
  font-size: clamp(14px, 0.9375rem + (1vw - 3.2px) * 0.151, 16px);
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sticky-cta-wrapper .sticky-cta__description {
    font-size: 0.875rem;
    max-width: 100%;
  }
}
.sticky-cta-wrapper .sticky-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #d97a34;
  border-radius: 3px;
  border: 1px solid #d97a34;
  color: #fff;
  font-size: clamp(15px, 0.9375rem + (1vw - 3.2px) * 0.302, 17px);
  font-weight: 700;
  padding: 12px 40px;
  box-shadow: 0px 4px 0px 0px #BF6D31;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.sticky-cta-wrapper .sticky-cta__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.sticky-cta-wrapper .sticky-cta__button:hover {
  background-color: #8E3005;
  box-shadow: 0px 6px 0px 0px #742906;
  border: 1px solid #8E3005;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}
.sticky-cta-wrapper .sticky-cta__button:hover::before {
  left: 100%;
}
.sticky-cta-wrapper .sticky-cta__button:hover .sticky-cta__button-icon {
  transform: translateX(3px);
}
.sticky-cta-wrapper .sticky-cta__button:active {
  transform: translateY(1px);
  box-shadow: 0px 2px 0px 0px #742906;
}
.sticky-cta-wrapper .sticky-cta__button:focus {
  outline: 3px solid rgba(217, 122, 52, 0.4);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .sticky-cta-wrapper .sticky-cta__button {
    width: 100%;
    padding: 14px 35px;
    justify-content: center;
  }
}
.sticky-cta-wrapper .sticky-cta__button-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

body.has-sticky-cta {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  body.has-sticky-cta {
    padding-bottom: 160px;
  }
}

body.has-sticky-cta {
  scroll-padding-bottom: 100px;
}
@media (max-width: 768px) {
  body.has-sticky-cta {
    scroll-padding-bottom: 160px;
  }
}

/*# sourceMappingURL=style.css.map */
