/** Shopify CDN: Minification failed

Line 1253:1 Expected "}" to go with "{"

**/
/* Stylesheet: eating-guide.css
   Summary: Maintains the Eating Guide layout, filters, article presentation, and supporting components. */

/* Section: Custom Fonts */
@font-face {
  font-family: "Recoleta";
  src: url("/cdn/shop/files/recoleta-font.woff?v=1682613040")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CustomBody";
  src: url("/cdn/shop/files/font.woff?v=1683069538")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Section: Global Layout */
.eating-guide-container {
  max-width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  font-family: "CustomBody", "Roboto Condensed", sans-serif;
  min-height: 100vh;
  padding-top: 1rem;
  overflow: visible;
  position: static;
}

.eating-guide-pill {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  font-family: "CustomBody", "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  white-space: nowrap;
  flex: 0 0 auto;
  text-align: center;
}

.eating-guide-pill:hover {
  background-color: #e8ecef;
}

.eating-guide-pill.active {
  background-color: #416c79 !important;
  color: #ffffff !important;
  border-color: #416c79 !important;
}

/* Section: Blog Intro */
.eating-guide-intro {
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.eating-guide-intro h1 {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.2;
  color: #3C8243;
  text-align: center;
}

.eating-guide-intro p {
  font-family: "CustomBody", "Roboto Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
  color: #555555;
}

/* Section: Blog Filters */
.eating-guide-filter {
  margin-bottom: 1rem;
  position: sticky !important;
  top: 0;
  background: #fff;
  z-index: 40;
  padding: 0.5rem 0;
  overflow: visible;
}

.eating-guide-guideline-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  justify-content: flex-start;
  padding: 0 0.5rem;
}
.eating-guide-guideline-buttons::-webkit-scrollbar {
  display: none;
}

.eating-guide-type-scroll {
  display: flex;
  overflow-x: auto;
  gap: 0.2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: sticky !important;
  top: 4.5rem;
  background: #fff;
  z-index: 39;
}
.eating-guide-type-scroll::-webkit-scrollbar {
  display: none;
}

.eating-guide-type-icon {
  text-align: center;
  cursor: pointer;
  min-width: 90px;
  flex: 0 0 auto;
  padding: 0.25rem;
}
.eating-guide-type-icon img {
  width: 105px;
  height: 105px;
  display: block;
  margin: 0 auto;
}
.eating-guide-type-icon.active {
  border-bottom: 3px solid #416c79;
}

/* Section: Blog Cards */
.eating-guide-cards {
  display: grid;
  gap: 0.75rem;
}

.eating-guide-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-radius: 8px;
}
.eating-guide-card-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.eating-guide-card-link:hover .eating-guide-card {
  background-color: rgba(0, 0, 0, 0.02);
}

.eating-guide-card {
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease, background-color 0.2s ease;
  opacity: 1;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.eating-guide-card:not(.visible) {
  opacity: 0;
}
.eating-guide-card.visible {
  opacity: 1;
}

.eating-guide-card img,
.eating-guide-card h2,
.eating-guide-card p {
  pointer-events: none;
}

.eating-guide-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}
.eating-guide-card img.lazy-image:not([src]) {
  background: #f0f0f0;
}

.eating-guide-card h2 {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  margin: 0.5rem 0 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  color: #333;
}
.eating-guide-card .latin-name {
  font-style: italic;
  font-size: 0.85rem;
  color: #666;
  margin: 0 0 0.25rem;
  line-height: 1.2;
}
.eating-guide-card .guideline,
.eating-guide-card .type {
  margin: 0.25rem 0;
  font-size: 0.9rem;
  line-height: 1.2;
}
.eating-guide-card .guideline b,
.eating-guide-card .type b {
  font-weight: 700;
}
.eating-guide-card .description {
  display: block;
  width: 100%;
  margin: 0.25rem 0;
  font-size: 0.9rem;
  line-height: 1.4;
  flex-grow: 1;
  color: #555;
}

/* Section: Blog Notices */
.eating-guide-back {
  margin-top: 1.5rem;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.no-results-notice {
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0.5rem;
  border-radius: 8px;
  text-align: center;
  color: #555555;
  display: none;
}
.no-results-notice p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* Section: Article Layout */
.eating-guide-article {
  max-width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  font-family: "CustomBody", "Roboto Condensed", sans-serif;
  overflow: visible;
  position: static;
}

.eating-guide-article .article-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.eating-guide-article .article-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.eating-guide-article .article-image.lazy-image:not([src]) {
  background: #f0f0f0;
}

.eating-guide-article .article-text h1 {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 1.8rem;
  margin: 0 0 0.5rem;
  color: #333;
}
.eating-guide-article .article-text .latin-name {
  font-style: italic;
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 0.75rem;
}
.eating-guide-article .article-text .guideline,
.eating-guide-article .article-text .type,
.eating-guide-article .article-text .other-names,
.eating-guide-article .article-text .toxicity,
.eating-guide-article .article-text .should-feed,
.eating-guide-article .article-text .feed-amount,
.eating-guide-article .article-text .for-your-pet,
.eating-guide-article .article-text .warning,
.eating-guide-article .article-text .resources {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.eating-guide-article .article-text .guideline b,
.eating-guide-article .article-text .type b,
.eating-guide-article .article-text .other-names b,
.eating-guide-article .article-text .toxicity b,
.eating-guide-article .article-text .should-feed b,
.eating-guide-article .article-text .feed-amount b,
.eating-guide-article .article-text .for-your-pet b,
.eating-guide-article .article-text .warning b,
.eating-guide-article .article-text .resources b {
  font-weight: 700;
}
.eating-guide-article .article-text .toxicity,
.eating-guide-article .article-text .should-feed,
.eating-guide-article .article-text .feed-amount {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.eating-guide-article .article-text .toxicity-heading,
.eating-guide-article .article-text .should-feed-heading,
.eating-guide-article .article-text .feed-amount-heading {
  margin: 0;
}
.eating-guide-article .article-text .toxicity-content p,
.eating-guide-article .article-text .should-feed-content p,
.eating-guide-article .article-text .feed-amount-content p {
  margin: 0.25rem 0;
}
.eating-guide-article .article-text .eating-guide-rich-text ul,
.eating-guide-article .article-text .eating-guide-rich-text ol {
  margin: 0.25rem 0;
  padding-left: 1.25rem;
}
.eating-guide-article .article-text .eating-guide-rich-text ul {
  list-style-type: disc;
}
.eating-guide-article .article-text .eating-guide-rich-text ol {
  list-style-type: decimal;
}
.eating-guide-article .article-text .toxicity-content ul,
.eating-guide-article .article-text .should-feed-content ul,
.eating-guide-article .article-text .feed-amount-content ul {
  margin: 0.25rem 0;
  padding-left: 1.2rem;
}
.eating-guide-article .article-text .toxicity-content li,
.eating-guide-article .article-text .should-feed-content li,
.eating-guide-article .article-text .feed-amount-content li {
  margin: 0.2rem 0;
}
.eating-guide-article .article-text .description {
  font-size: 1rem;
  line-height: 1.7;
  margin: 1rem 0;
}

/* Section: Mistaken Items */
.mistaken-items-section {
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
}

.article-text .often-mistaken-header {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 1.2rem;
  margin: 0 0 0.75rem;
  color: #333;
}

.mistaken-items-scroll {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mistaken-items-scroll::-webkit-scrollbar {
  display: none;
}

.mistaken-card-trigger {
  flex: 0 0 60%;
  max-width: 220px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mistaken-card-trigger:focus-visible {
  outline: 3px solid #416c79;
  outline-offset: 4px;
}
.mistaken-card-trigger.is-active,
.mistaken-card-trigger:hover {
  transform: translateY(-3px);
}
.mistaken-card-trigger.is-active .mistaken-card,
.mistaken-card-trigger:hover .mistaken-card {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.mistaken-card {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem;
  border-radius: 8px;
  border: 1px solid #e4e7e9;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  min-height: 200px;
  background-color: #ffffff;
}
.mistaken-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
}
.mistaken-card .mistaken-name {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}
.mistaken-card .mistaken-latin-name {
  font-style: italic;
  font-size: 0.85rem;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mistaken-card .mistaken-guideline,
.mistaken-card .mistaken-type {
  font-size: 0.8rem;
  color: #555;
  margin: 0;
}
.mistaken-card .mistaken-guideline {
  font-weight: 600;
}

.no-mistaken {
  font-size: 0.9rem;
  color: #555;
  margin: 0.75rem 0 0;
}

.mistaken-detail-panel {
  margin-top: 1rem;
  border-radius: 12px;
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(65, 108, 121, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}
.mistaken-detail-panel .mistaken-detail-arrow {
  position: absolute;
  top: -9px;
  width: 18px;
  height: 18px;
  background-color: inherit;
  border-left: 1px solid rgba(65, 108, 121, 0.2);
  border-top: 1px solid rgba(65, 108, 121, 0.2);
  transform: translateX(-50%) rotate(45deg);
}

.mistaken-detail-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mistaken-detail-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mistaken-detail-image img {
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  object-fit: cover;
}

.mistaken-detail-info h3 {
  margin: 0;
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 1.3rem;
  color: #333;
}
.mistaken-detail-info .latin-name {
  margin: 0.25rem 0;
  font-style: italic;
  color: #666;
}
.mistaken-detail-info .guideline,
.mistaken-detail-info .type {
  margin: 0.25rem 0;
  font-size: 0.95rem;
}

.mistaken-detail-content .description,
.mistaken-detail-content .for-your-pet,
.mistaken-detail-content .warning,
.mistaken-detail-content .resources {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}
.mistaken-detail-content .warning {
  color: #a03838;
}

.mistaken-detail-actions {
  margin-top: 0.5rem;
}
.mistaken-view-more {
  background-color: #416c79;
  border-color: #416c79;
  color: #ffffff;
}
.mistaken-view-more:hover {
  background-color: #355c66;
  border-color: #355c66;
}

/* Section: Article Actions */
.eating-guide-article .eating-guide-pill {
  background-color: #416c79;
  color: #ffffff;
  border-color: #416c79;
  margin: 0.25rem 0.5rem 0.25rem 0;
}
.eating-guide-article .eating-guide-pill:hover {
  background-color: #355c66;
}
.eating-guide-article .eating-guide-pill.resource-link-poison {
  background-color: #e63946;
  border-color: #e63946;
}
.eating-guide-article .eating-guide-pill.resource-link-poison:hover {
  background-color: #d32f2f;
}

/* Section: Article Navigation */
.article-page-actions {
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: left;
}
.article-navigation-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}
.navigation-pill {
}
.navigation-pill.disabled-pill {
  background-color: #f0f0f0;
  color: #b0b0b0;
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  border-color: #e0e0e0;
}
.navigation-pill.disabled-pill:hover {
  background-color: #f0f0f0;
  color: #b0b0b0;
}

/* Section: Related Articles */
.related-articles {
  margin-top: 2rem;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}
.related-articles h2 {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
  color: #333;
}
.related-articles > p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  color: #555;
}

.related-articles-scroll {
  display: flex;
  overflow-x: auto;
  gap: 0.75rem;
  padding: 0.5rem 0.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
  z-index: 11;
  scroll-behavior: smooth;
}
.related-articles-scroll::-webkit-scrollbar {
  display: none;
}

.related-articles-scroll .related-card-link {
  flex: 0 0 46%;
  min-width: 150px;
  max-width: 200px;
  position: relative;
  z-index: 12;
}
.related-articles-scroll .related-card {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem;
  min-height: auto;
  height: 100%;
  gap: 0.3rem;
  border: 1px solid #eaeaea;
}
.related-articles-scroll .related-card img {
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  aspect-ratio: 4 / 3;
}
.related-articles-scroll .related-card .related-name {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.25rem 0 0.1rem;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related-articles-scroll .related-card .related-latin-name {
  font-style: italic;
  font-size: 0.8rem;
  color: #777;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-articles-scroll .no-related {
  font-family: "CustomBody", "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  color: #666;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

/* Section: Guideline Tints */
.guideline-poisonous {
  background-color: rgba(183, 56, 56, 0.07) !important;
}
.guideline-free-feed {
  background-color: rgba(75, 140, 71, 0.07) !important;
}
.guideline-sometimes-treats {
  background-color: rgba(232, 185, 35, 0.07) !important;
}
.guideline-limited-daily {
  background-color: rgba(81, 123, 138, 0.07) !important;
}
.guideline-never-feed {
  background-color: rgba(195, 120, 101, 0.07) !important;
}

/* Section: Animation */
@keyframes waggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(8px);
  }
  50% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
.eating-guide-type-scroll.animate-waggle {
  animation: waggle 1.5s ease-in-out 0.5s 1;
}

/* Section: Responsive Layout */
@media (min-width: 768px) {
  .eating-guide-container,
  .eating-guide-article {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .eating-guide-intro {
    padding-left: 0;
    padding-right: 0;
  }
  .eating-guide-intro h1 {
    font-size: 2.5rem;
  }
  .eating-guide-intro p {
    font-size: 1.1rem;
  }

  .eating-guide-filter .eating-guide-guideline-buttons {
    flex-wrap: wrap;
    overflow-x: visible;
    justify-content: center;
    padding: 0;
  }
  .eating-guide-filter .eating-guide-guideline-buttons button {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }

  .eating-guide-cards {
    grid-template-columns: repeat(
      auto-fill,
      minmax(280px, 1fr)
    );
    gap: 1rem;
  }

  .eating-guide-type-scroll {
    justify-content: center;
  }

  .eating-guide-article .article-content {
    display: flex;
    gap: 2rem;
    padding: 2rem;
  }
  .eating-guide-article .article-image {
    width: 45%;
    flex-shrink: 0;
    height: auto;
    max-height: 450px;
  }
  .eating-guide-article .article-text {
    width: 55%;
    flex-grow: 1;
  }
  .eating-guide-article .article-text h1 {
    font-size: 2rem;
  }

  .mistaken-items-section {
    padding: 1.5rem;
  }
  .mistaken-items-scroll {
    gap: 1rem;
  }
  .mistaken-card-trigger {
    flex: 0 0 180px;
    max-width: 200px;
  }
  .mistaken-card {
    min-height: 230px;
  }
  .mistaken-detail-top {
    flex-direction: row;
    align-items: flex-start;
  }
  .mistaken-detail-image img {
    max-width: 240px;
  }
  .mistaken-detail-info h3 {
    font-size: 1.45rem;
  }

  .related-articles-scroll .related-card-link {
    flex-basis: 23%;
    max-width: 23%;
  }
  .related-articles-scroll .related-card {
    padding: 0.75rem;
  }
  .related-articles-scroll .related-card img {
    height: 120px;
  }
  .related-articles-scroll .related-card .related-name {
    font-size: 1rem;
  }

  .no-results-notice p {
    font-size: 1.1rem;
  }
}

@media (min-width: 1024px) {
  .eating-guide-filter .eating-guide-guideline-buttons {
    display: flex !important;
  }
  .eating-guide-type-scroll {
    display: flex;
  }
  .eating-guide-cards {
    grid-template-columns: repeat(
      auto-fill,
      minmax(300px, 1fr)
    );
  }
  .related-articles-scroll .related-card-link {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.m-blog-comments__inner {
  max-width: 100%;
  margin: 0 auto;
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background-color: var(--color-background, #f9fafb);
  border-radius: 4px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.m-blog-comments__title {
  font-family: 'Recoleta', 'Roboto Condensed', serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.m-blog-comments__disqus {
  min-height: 300px;
}
#disqus_thread {
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif !important;
  color: var(--color-foreground, #1f2937) !important;
}

#disqus_thread a {
  color: var(--color-primary, #416c79) !important;
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif !important;
}

#disqus_thread .post-content,
#disqus_thread .textarea,
#disqus_thread .input {
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
}

#disqus_thread .btn,
#disqus_thread .button {
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif !important;
  background-color: var(--color-primary, #416c79) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 0.75rem 1.5rem !important;
}

#disqus_thread .btn:hover,
#disqus_thread .button:hover {
  background-color: #355c66 !important;
}

/* Section: Theme Overrides */
.m-related-articles__inner {
  max-width: 100%;
  margin: 0 auto;
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background-color: var(--color-background, #f9fafb);
  border-radius: 4px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.m-related-articles__heading {
  font-family: 'Recoleta', 'Roboto Condensed', serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.m-related-articles__wrapper {
  margin-top: 1rem;
}

.m-related-articles__inner .m:column {
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.m-mixed-layout__inner {
  gap: 1.5rem;
}

/* Section: Eating Guide Comments */
.eating-guide-comments {
  max-width: 100%;
  margin: 0 auto 2rem;
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 1rem;
}

.eating-guide-comments h2 {
  font-family: 'Recoleta', 'Roboto Condensed', serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: #333;
}

.eating-guide-comments .disqus-thread {
  min-height: 300px;
}

.eating-guide-comments .disqus-thread {
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif !important;
  color: #555 !important;
}

.eating-guide-comments .disqus-thread a {
  color: #416c79 !important;
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif !important;
}

.eating-guide-comments .disqus-thread .post-content,
.eating-guide-comments .disqus-thread .textarea,
.eating-guide-comments .disqus-thread .input {
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif !important;
  font-weight: 400 !important;
}

.eating-guide-comments .disqus-thread .btn,
.eating-guide-comments .disqus-thread .button {
  font-family: 'CustomBody', 'Roboto Condensed', sans-serif !important;
  background-color: #416c79 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 0.75rem 1.5rem !important;
}

.eating-guide-comments .disqus-thread .btn:hover,
.eating-guide-comments .disqus-thread .button:hover {
  background-color: #355c66 !important;
}

/* Section: Theme Overrides (Responsive) */
@media (min-width: 768px) {
  .m-blog-comments__inner,
  .m-related-articles__inner,
  .eating-guide-comments {
    padding: 2rem;
  }

  .m-blog-comments__title,
  .m-related-articles__heading,
  .eating-guide-comments h2 {
    font-size: 1.4rem;
  }

  .m-related-articles__wrapper {
    overflow-x: auto;
  }

  .m-mixed-layout__inner {
    gap: 1rem;
  }
.often-mistaken-header {
}

/* Section: Mini Card Carousel */
.often-mistaken-header {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  color: #333;
  font-family: "CustomBody", "Roboto Condensed", sans-serif;
}

.mistaken-items-scroll {
  display: flex;
  overflow-x: auto;
  gap: 0.75rem;
  padding: 0.5rem 0.25rem;
  scrollbar-width: none;
  position: relative;
  scroll-behavior: smooth;
}

.mistaken-items-scroll::-webkit-scrollbar {
  display: none;
}

.mistaken-items-scroll .related-card-link {
  flex: 0 0 calc(48% - 0.5rem);
  min-width: 150px;
  max-width: 200px;
  position: relative;
}

.mistaken-items-scroll .related-card {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  min-height: auto;
  height: 100%;
}

.mistaken-items-scroll .related-card:hover {
  transform: scale(1.05);
}

.mistaken-items-scroll .related-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  aspect-ratio: 4 / 3;
}

.mistaken-items-scroll .related-card img.lazy-image:not([src]) {
  background: #f0f0f0;
}

.mistaken-items-scroll .related-card .related-name {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.25rem 0 0.1rem;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}

.mistaken-items-scroll .related-card .related-latin-name {
  font-style: italic;
  font-size: 0.8rem;
  color: #777;
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Section: Mini Card Popup */
.mistaken-items-scroll .mistaken-popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  width: calc(100% - 1rem);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 250px;
}

.mistaken-items-scroll .related-card-link:hover .mistaken-popup {
  display: block;
}

.mistaken-popup h3 {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: #333;
}

.mistaken-popup p {
  font-family: "CustomBody", "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  margin: 0.25rem 0;
  color: #555;
}

.mistaken-popup .eating-guide-pill {
  margin-top: 0.5rem;
}

/* Section: Mini Card Expand */
.mistaken-items-scroll .mistaken-expand {
  display: none;
  margin-top: 0.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  text-align: left;
  width: calc(100% - 1rem);
  transition: max-height 0.3s ease;
}

.mistaken-items-scroll .related-card-link.expanded .mistaken-expand {
  display: block;
  max-height: 500px;
}

.mistaken-expand h3 {
  font-family: "Recoleta", "Roboto Condensed", serif;
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  color: #333;
}

.mistaken-expand p {
  font-family: "CustomBody", "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  margin: 0.25rem 0;
  color: #555;
}

.mistaken-expand .eating-guide-pill {
  margin-top: 0.5rem;
}

/* Section: Mini Card Guideline Colors */
.mistaken-popup.guideline-free-feed,
.mistaken-expand.guideline-free-feed {
  background-color: rgba(75, 140, 71, 0.07);
}

.mistaken-popup.guideline-limited-daily,
.mistaken-expand.guideline-limited-daily {
  background-color: rgba(81, 123, 138, 0.07);
}

.mistaken-popup.guideline-sometimes-treats,
.mistaken-expand.guideline-sometimes-treats {
  background-color: rgba(232, 185, 35, 0.07);
}

.mistaken-popup.guideline-never-feed,
.mistaken-expand.guideline-never-feed {
  background-color: rgba(195, 120, 101, 0.07);
}

.mistaken-popup.guideline-poisonous,
.mistaken-expand.guideline-poisonous {
  background-color: rgba(183, 56, 56, 0.07);
}

/* Section: Mini Card Mobile */
@media (max-width: 767px) {
  .mistaken-items-scroll .related-card-link:hover .mistaken-popup {
    display: none;
  }

  .mistaken-items-scroll .mistaken-expand {
    max-height: 0;
    overflow: hidden;
  }

  .mistaken-items-scroll .related-card-link.expanded .mistaken-expand {
    max-height: 500px;
  }
}

/* Section: Mini Card Desktop */
@media (min-width: 768px) {
  .mistaken-items-scroll .related-card-link {
    flex: 0 0 calc(33.33% - 0.5rem);
  }

  .mistaken-items-scroll .mistaken-expand {
    display: none;
  }

  .mistaken-items-scroll {
    max-width: 720px;
  }

  .mistaken-items-scroll .related-card-link:hover {
    z-index: 101;
  }

  .mistaken-items-scroll .mistaken-popup {
    margin-bottom: 0;
  }
}