/* Fix global horizontal overflow that causes mobile squishing */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.sidebar {
  width: 100%;
  max-width: 336px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-card {
  border-radius: 12px;
  padding: 20px;
  background: #FFF;
  border: 1px dashed #fff;
}

#page-container .form-step button,
#page-container .form-step button[type="submit"] {
  background-color: #e8701a !important;
  color: #fff !important;
  border-color: #fff !important;
}

.sidebar-card.active {

  /* background: #FFFAF5; */
  border: 1px dashed #E8701A33;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", sans-serif;
}

.breed-list {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
  margin-top: 20px;
}

.breed-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 8px;
  transition: 0.3s;
  max-width: 240px;
  border: 1px solid #0000000F;
}


.breed-item img {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  object-fit: cover;
}

.breed-item span {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}

.sidebar-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-links li a {
  color: #000000;
  margin-bottom: 15px;
  position: relative;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.posts-blog-feed-module.dfs.standard.post-module.et_pb_extra_module.module {
  background-color: transparent !important;
  box-shadow: unset !important;
}

.sdfds {
  padding-bottom: 100px;
}



a.page-numbers,
span.page-numbers.dots {
  box-shadow: unset !important;
  border-radius: 50% !important;
  border: 1px solid #0000001A !important;
  height: 50px !important;
  width: 50px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  color: #666666 !important;
  padding: 0 !important;
  line-height: 100% !important;
}

span.page-numbers.current {
  background-color: #3CBC3A !important;
  border-radius: 50% !important;
  height: 50px !important;
  width: 50px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #666666 !important;
  padding: 0 !important;
  line-height: 100% !important;
  color: #fff !important;
}

.sidebar-links li:last-child {
  margin-bottom: 0;
}

ul.sidebar-links {
  border-top: 1px solid #0000000F;
  padding-top: 15px;
  margin-top: 15px;
}


.breed-list {
  overflow-y: auto;
}

.breed-list::-webkit-scrollbar {
  width: 8px;
  background: #E8701A0F;
}
.custom-select-wrapper {
  border: 1px solid #e1e1e1;
  border-radius: 5px !important;
}

.form-input::placeholder {
  font-size: 14px !important;
}

.input,
.textarea,
input,
input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
  background: white;
}

.dogsify-fullwidth-discovery .posts-blog-feed-module.standard .paginated_page {
  padding: 0 !important;
}

.ds-mobile-only-filter-btn {
  margin: 0 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #eaeaea;
}
/* Track */
.breed-list::-webkit-scrollbar-track {
  background: #E8701A0F;
  border-radius: 10px;
}

/* Thumb */
.breed-list::-webkit-scrollbar-thumb {
  background: #a2c962;
  border-radius: 10px;
}

/* Remove arrows */
.breed-list::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.arrow {
  transition: 0.3s;
}

.accordion-content {
  display: none;
}

.accordion.active .accordion-content {
  display: block;
}

.accordion .arrow {
  transform: rotate(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion.active .arrow {
  transform: rotate(0);
}

.posts-blog-feed-module.dfs.standard.post-module.et_pb_extra_module.module {
  border-top: none !important;
}

.paginated_content {
  padding-top: 0px !important;
}
/* Slider Wrapper */
.ds-breed-slider-track {
  display: block;
  padding-bottom: 15px;
}

.ds-breed-slider-track .slick-track {
  display: flex !important;
  align-items: center;
}

.ds-breed-slider-track .slick-slide {
  margin: 0 10px;
  height: auto;
  display: flex;
  justify-content: center;
}

.ds-breed-slider-track .slick-slide>div {
  width: 100%;
  display: flex;
}

.ds-breed-slider-track .slick-track a {
  display: flex;
  width: 100%;
}

/* Breed Pill */
.ds-breed-pill {
  white-space: nowrap;
  background: #fff;
  color: #333;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  min-height: 56px;
}

.ds-breed-pill img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.ds-breed-pill:hover {
  background: #e8701a;
  color: #fff;
  border-color: #e8701a;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(232, 112, 26, 0.2);
}

.ds-editorial-grid-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

div#ds-breed-grid-scroll {
  margin-block: 20px;
}

.dogsify-editorial-integration {
  overflow: hidden;
}

#footer .et_pb_widget:first-of-type {
  margin-bottom: 20px;
  padding-inline: 12px !important;
}

.posts-blog-feed-module .paginated_content {
  width: 100%;
  padding: 22px;
}

.posts-blog-feed-module .header {
  padding: 0 0px 0 0;
}
.ds-mobile-only-filter-btn {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #eaeaea;
}

.ds-open-filters-btn {
  background: #4caf36 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
  width: 100%;
  justify-content: center;
}

.ds-open-filters-btn:hover {
  background: #439a30 !important;
}

/* Drawer */
#ds-filter-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  background: #fdfdfd;
  z-index: 999999;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}

.ds-drawer-header {
  padding: 25px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}

.ds-drawer-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #333;
}

#ds-close-filters {
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  line-height: 1;
  padding: 0;
}

.ds-drawer-body {
  padding: 25px;
}

#ds-filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999998;
  display: none;
  backdrop-filter: blur(2px);
  transition: opacity 0.3s;
}
.ds-category-hero {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.ds-category-hero-fullbleed {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  border-radius: 0 !important;
}

.ds-hero-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#main-content {
  padding-top: 0px !important;
  overflow: hidden;
}

.ds-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  z-index: 2;
}

.ds-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.ds-hero-feature-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 15px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.ds-hero-title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.ds-hero-desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #f5f5f5;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

/* No-Banner Fallback */
.ds-fallback-title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.ds-fallback-loc {
  font-size: 15px;
  font-weight: 400;
  color: #888;
  display: block;
  margin-top: 5px;
  text-transform: none;
}

.ds-fallback-desc {
  margin-bottom: 25px;
  font-size: 16px;
  color: #666;
  max-width: 800px;
  line-height: 1.6;
}

/* Sections */
.ds-editorial-section {
  margin-bottom: 30px;
  width: 100%;
}

.ds-interviews-section {
  margin-bottom: 30px;
  background: #fffaf5;
  border-left: 4px solid #e8701a;
  padding: 20px;
  border-radius: 0 8px 8px 0;
}

.ds-interviews-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}

.ds-interviews-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.ds-fullwidth-col {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  flex-basis: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  float: none !important;
  border-right: none !important;
  padding: 0 !important;
}
.archive-pagination ul.page-numbers,
.archive-pagination ul.pagination {
  justify-content: center;
}
.ds-interviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
  gap: 15px;
  padding-top: 30px;
}

.ds-interview-card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
/* Desktop par show */

@media (max-width: 1149px) {
  form#stepForm {
    flex-wrap: wrap !important;
    gap: 0 10px !important;
  }

  form#stepForm>* {
    flex: 1 0 calc(50% - 5px) !important;
  }
}



@media (max-width: 1024px) {
  .ds-interviews-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (min-width: 981px) {
  .ds-mobile-only-filter-btn {
    display: none !important;
  }
}
/* =========================
   Tablet Responsive
========================= */
@media (max-width: 991px) {
  .ds-breed-slider-track {
    gap: 12px !important;
    padding-bottom: 10px !important;
  }

  .ds-breed-pill {
    padding: 9px 18px !important;
    font-size: 14px !important;
    gap: 10px !important;
    min-height: 50px !important;
  }

  .ds-breed-pill img {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width: 768px) {
  .multi-step-form {
    margin: 0 20px !important;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100% !important;
  }

  .ds-category-hero-fullbleed {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    left: auto;
    right: auto;
  }

  .ds-category-hero {
    height: 250px !important;
  }

  .ds-hero-title {
    font-size: 24px !important;
  }

  .ds-hero-desc {
    font-size: 14px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ds-editorial-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .ds-interviews-section {
    padding: 15px !important;
    border-radius: 8px !important;
    border-left: none !important;
    border-top: 4px solid #e8701a !important;
  }

  .ds-editorial-grid-2 {
    grid-template-columns: 1fr !important;
  }

  .dogsify-editorial-integration>h2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* =========================
   Mobile Responsive
========================= */
@media (max-width: 767px) {
  /* #dogsify-sticky-bar-target {
    display: none !important;
  } */

  .sidebar:first-of-type {
    max-width: 100% !important;
    width: 100% !important;
    padding: 15px !important;
  }

  .ds-breed-slider-track {
    gap: 10px !important;
    padding-bottom: 8px !important;
  }

  .ds-breed-pill {
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    gap: 8px !important;
    min-height: 46px !important;
  }

  .ds-breed-pill img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 575px) {
  .ds-interviews-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 15px !important;
  }

  .ds-editorial-grid-2 {
    flex-direction: column !important;
  }

  .ds-editorial-grid-2 .ds-editorial-section {
    margin-bottom: 0 !important;
  }
}

/* =========================
   Small Mobile
========================= */
@media (max-width: 480px) {
  .ds-breed-pill {
    padding: 7px 12px !important;
    font-size: 12px !important;
    gap: 6px !important;
  }

  .ds-breed-pill img {
    width: 22px !important;
    height: 22px !important;
  }
    .posts-blog-feed-module.standard .hentry .post-content {
      display: block !important;
    }
  
    .posts-blog-feed-module.standard .hentry .post-content .post-meta {
      text-align: left !important;
    }
}

