body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #F5F5F5; /* Coconut Cream */
    color: #4A2C2A; /* Tamarind Brown */
}
header {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: #a8d5ba; /* lighter green for header */
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    min-height: 56px;
}
@media (max-width: 900px) {
    .menu-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    section {
        padding: 0.7rem 0.05rem;
    }
    .menu-item {
        padding: 0.35rem 0.15rem;
        font-size: 0.97rem;
        margin: 0 0 0.3rem 0;
        word-break: break-word;
    }
    .hamburger {
        display: flex !important;
        position: absolute;
        left: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        z-index: 1202;
    }
    .logo {
        margin-left: 2.5rem;
    }
    .navbar {
        position: relative;
        padding: 0.3rem 0.3rem;
        min-height: 48px;
    }
    .nav-links {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #a8d5ba;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100vw;
        padding: 0.5rem 1rem 1rem 1rem;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        z-index: 1201;
    }
    .nav-links.open {
        display: flex !important;
    }
    .lang-btn {
        position: fixed;
        left: 1rem;
        bottom: 1rem;
        margin-left: 0;
        z-index: 2000;
        background: #e6f2ea;
        color: #2e5339;
        border: 1.5px solid #2e5339;
        border-radius: 1.5rem;
        padding: 0.6em 1.4em;
        font-size: 1.1em;
        box-shadow: 0 2px 12px rgba(46,83,57,0.13);
        outline: none;
        font-size: 0.75em;
        padding: 0.18em 0.5em;
        min-width: 36px;
        min-height: 22px;
        margin-top: 1.2rem;
    }
    .navbar {
        min-height: 56px;
    }
    .logo {
        margin-left: 0;
    }
    .nav-links {
        margin-top: 0;
    }
    section {
        padding: 1.1rem 0.2rem;
        margin: 0;
    }
    .menu-grid {
        gap: 0.3rem;
        padding: 0;
        margin: 0;
    }
    .menu-item {
        margin: 0 0 0.3rem 0;
        padding: 0.35rem 0.15rem;
        border-radius: 6px;
        font-size: 0.97rem;
        word-break: break-word;
    }
    h2 {
        font-size: 1.2rem;
    }
    p, .menu-details {
        max-width: 100%;
        margin: 0.2rem 0;
        font-size: 0.97rem;
        word-break: break-word;
    }
    .logo img {
        max-width: 110px;
    }
    .lang-btn {
        font-size: 0.85em;
        padding: 0.25em 0.7em;
        border-radius: 1rem;
        min-width: 44px;
        min-height: 26px;
    }
    html, body {
        overflow-x: hidden;
    }
}
@media (min-width: 901px) {
    .hamburger {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 0.5rem;
    }
    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        margin-top: 0.5rem;
    }
    .nav-links a {
        font-size: 1.1rem;
        padding: 0.5rem 0;
    }
    .logo img {
        max-width: 80px;
    }
    .menu-grid {
        margin: 0;
        padding: 0;
    }
    .menu-item {
        margin: 0 0 0.7rem 0;
        padding: 0.5rem 0.3rem;
        border-radius: 6px;
    }
    h2 {
        font-size: 1.3rem;
    }
    p, .menu-details {
        max-width: 100%;
        margin: 0.2rem 0;
        font-size: 1rem;
    }
    .btn {
        padding: 0.7rem 1.2rem;
        font-size: 1em;
    }
    footer {
        font-size: 0.95rem;
        padding: 0.7rem;
    }
    .quick-links {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
        margin: 1rem 0 0 0;
        padding: 0;
    }
    .quick-links .btn {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        text-align: center;
    }
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    position: relative;
    min-height: 56px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    max-width: 120px;      /* Adjust as needed */
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}


.logo h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
}

.nav-links a {
    color: #F5F5F5; /* Coconut Cream */
    text-decoration: none;
    font-weight: 600;
    font-size: 1.18rem;
}

.nav-links a:hover {
    color: #E76F51; /* Mango Sunset */
}

.nav-links a.active {
    color: #2A7047 !important;
    font-weight: 700;
}

section {
    padding: 3rem 2rem;
    text-align: center;
}

h2 {
    color: #2A7047; /* Curry Leaf Green */
    font-size: 2rem;
    margin-bottom: 1rem;
}

p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
}

.specials-container {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 1rem;
    scrollbar-width: thin;
}

.special-card {
    flex: 0 0 auto;
    width: 300px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.special-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.special-card h3 {
    color: #F4A261; /* Saffron Glow */
}

#why-choose-us .reason {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin: 2rem 0;
}

#why-choose-us .reason.visible {
    opacity: 1;
    transform: translateY(0);
}

#contact form {
    max-width: 500px;
    margin: 0 auto 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#contact input, #contact textarea {
    padding: 0.5rem;
    border: 1px solid #2A7047; /* Curry Leaf Green */
    border-radius: 4px;
}

.quick-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.btn {
    background-color: #E76F51; /* Mango Sunset */
    color: #F5F5F5; /* Coconut Cream */
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(46,83,57,0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.btn:hover {
    background-color: #F4A261; /* Saffron Glow */
    color: #fff;
    box-shadow: 0 4px 16px rgba(46,83,57,0.15);
}

.menu-title, [data-i18n="menu_title"] {
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

.menu-grid, .event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.menu-item, .event-item {
    background-color: #FFFFFF;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.event-item img, .event-item video {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

footer {
    background-color: #2A7047; /* Curry Leaf Green */
    color: #F5F5F5; /* Coconut Cream */
    text-align: center;
    padding: 1rem;
}

.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding: 0;
}

.footer-links a {
    color: #F5F5F5; /* Coconut Cream */
    text-decoration: none;
}

.footer-links a:hover {
    color: #E76F51; /* Mango Sunset */
}

.lang-btn {
    position: static;
    margin-left: 1.5rem;
    background: #e6f2ea;
    color: #2e5339;
    border: 1.5px solid #2e5339;
    border-radius: 1.5rem;
    padding: 0.4em 1.2em;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(46,83,57,0.07);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    outline: none;
    z-index: auto;
}
.lang-btn:hover, .lang-btn:focus {
    background: #2e5339;
    color: #f8f6f0;
    box-shadow: 0 2px 8px rgba(46,83,57,0.13);
}

.lang-btn.lang-en {
    background: #e6f2ea;
    color: #2e5339;
    border: 1.5px solid #2e5339;
}
.lang-btn.lang-en:hover, .lang-btn.lang-en:focus {
    background: #bfe3c6;
    color: #1a3d2a;
}
.lang-btn.lang-kn {
    background: #2e5339;
    color: #f8f6f0;
    border: 1.5px solid #2e5339;
}
.lang-btn.lang-kn:hover, .lang-btn.lang-kn:focus {
    background: #1a3d2a;
    color: #e6f2ea;
}

.expandable {
    cursor: pointer;
    transition: box-shadow 0.2s;
}
.expandable:hover {
    box-shadow: 0 4px 16px rgba(46,83,57,0.15);
}
.menu-details {
    display: none;
    margin-top: 0.75rem;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    color: #2A7047;
    box-shadow: 0 2px 8px rgba(46,83,57,0.07);
    text-align: left;
}
.expandable.active .menu-details {
    display: block;
}

html, body, *, *:before, *:after {
  box-sizing: border-box;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 4px 0;
  background: #2A7047;
  border-radius: 2px;
  transition: all 0.3s;
}

.menu-img {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 0.7rem auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(46,83,57,0.10);
  transition: box-shadow 0.2s;
}
.menu-img:hover {
  box-shadow: 0 4px 16px rgba(46,83,57,0.18);
}

/* Personalities horizontal scroll section */
.personalities-scroll {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding: 1rem 0 1.5rem 0;
  scroll-snap-type: x mandatory;
}

.personality-card {
  min-width: 260px;
  max-width: 320px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08), 0 1.5px 4px rgba(0,0,0,0.04);
  padding: 1.25rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  scroll-snap-align: start;
  transition: box-shadow 0.2s;
}

.personality-card strong {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #2d3a4a;
}

.personality-card p {
  font-size: 0.98rem;
  margin: 0.5rem 0 1rem 0;
  color: #444;
}

.personality-card a {
  margin-top: auto;
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dotted #1a73e8;
  transition: color 0.2s;
}

.personality-card a:hover {
  color: #0b3d91;
  border-bottom: 1px solid #0b3d91;
}

@media (max-width: 600px) {
  .personalities-scroll {
    gap: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .personality-card {
    min-width: 80vw;
    max-width: 90vw;
    padding: 1rem 0.75rem;
  }
}

/* Newspaper-style layout for cuisine page */
.newspaper-layout {
  background: #faf9f6;
  padding: 2rem 0 2.5rem 0;
  font-family: 'Georgia', 'Times New Roman', Times, serif;
}
/* One item per row for cuisine */
.cuisine-row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.cuisine-col {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  border: 1px solid #e3e3e3;
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
}
.cuisine-col:hover {
  box-shadow: 0 6px 32px rgba(26,115,232,0.10);
  transform: translateY(-2px) scale(1.01);
}
.cuisine-col figure {
  width: 100%;
  margin: 0 0 1.2rem 0;
  border-radius: 0.7rem;
  overflow: hidden;
  background: #f3f6fa;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
/* Fix image width in cuisine cards */
.cuisine-col img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.cuisine-col figcaption {
  font-size: 0.97rem;
  color: #666;
  margin-top: 0.25rem;
  text-align: center;
}
.menu-time {
  margin: 0.7rem 0 0.2rem 0;
  font-size: 1rem;
  color: #1a73e8;
}
.menu-recipe {
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  color: #2d3a4a;
  background: #f7faff;
  border-radius: 0.5rem;
  padding: 0.7rem 1rem 0.7rem 1rem;
  width: 100%;
}
.menu-recipe strong {
  display: block;
  margin-bottom: 0.4rem;
  color: #1a73e8;
}
.menu-recipe ol {
  margin: 0 0 0 1.2rem;
  padding: 0;
}
.menu-recipe li {
  margin-bottom: 0.3rem;
  line-height: 1.6;
}
@media (max-width: 700px) {
  .cuisine-col {
    padding: 1.1rem 0.7rem 1rem 0.7rem;
    max-width: 98vw;
  }
  .cuisine-col img {
    height: 120px;
  }
  .menu-recipe {
    padding: 0.5rem 0.5rem 0.5rem 0.7rem;
  }
}

/* Limit cuisine/menu item image size and center */
.menu-item figure img, .cuisine-grid .menu-item figure img {
  max-width: 180px;
  width: 100%;
  height: 140px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

/* Section header styling */
.cuisine-section > h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3a4a;
  margin: 2.5rem 0 1.2rem 0;
  letter-spacing: 0.01em;
  border-left: 4px solid #1a73e8;
  padding-left: 0.75rem;
  background: linear-gradient(90deg, #e3f0ff 0%, #fff 100%);
  border-radius: 0.3rem;
}

/* Scroll effect base styles */
.scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.scroll-fade.visible {
  opacity: 1;
  transform: none;
}

/* Night mode support */
@media (prefers-color-scheme: dark) {
  body, .newspaper-layout {
    background: #181a1b !important;
    color: #f3f3f3 !important;
  }
  .navbar, .footer, .footer-links, .lang-btn {
    background: #23272a !important;
    color: #f3f3f3 !important;
  }
  .cuisine-col, .culture-col, .personality-card {
    background: #23272a !important;
    color: #f3f3f3 !important;
    border-color: #333 !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.25);
  }
  .cuisine-col h3, .cuisine-section > h3, .culture-col h3 {
    color: #8ab4f8 !important;
  }
  .cuisine-col figcaption, .culture-col figcaption {
    color: #b0b0b0 !important;
  }
  .menu-time, .menu-recipe strong {
    color: #8ab4f8 !important;
  }
  .menu-recipe {
    background: #23272a !important;
    color: #f3f3f3 !important;
    border: 1px solid #333 !important;
  }
  .scroll-fade.visible {
    background: none !important;
  }
  a, .btn {
    color: #8ab4f8 !important;
  }
  .lang-btn {
    border: 1px solid #8ab4f8 !important;
  }
  .navbar a, .nav-links a, .cuisine-col h3, .cuisine-section > h3, .btn, .lang-btn, .footer-links a {
    color: #F5F5F5 !important;
  }
}

/* === Recipe List Styles === */
#recipe-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}
.recipe-card {
  background: var(--card-bg, #fff);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: box-shadow 0.2s, background 0.2s;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border: 1px solid #ececec;
}
.recipe-card:focus, .recipe-card:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.13);
  background: var(--card-hover, #f8f8f8);
}
.recipe-summary {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.5rem;
}
.recipe-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0.7rem;
  background: #eee;
  flex-shrink: 0;
}
.recipe-title {
  font-size: 1.2rem;
  font-weight: 600;
  flex: 1;
}
.recipe-short-desc {
  color: #666;
  font-size: 1rem;
  flex: 2;
}
.expand-icon {
  font-size: 1.5rem;
  margin-left: auto;
  transition: transform 0.3s;
}
.recipe-details {
  padding: 1.2rem 2rem 1.5rem 6.5rem;
  background: var(--details-bg, #fafafa);
  color: #222;
  font-size: 1rem;
  border-top: 1px solid #ececec;
  animation: fadeIn 0.4s;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) {
  .recipe-summary { flex-direction: column; align-items: flex-start; gap: 0.7rem; padding: 1rem; }
  .recipe-details { padding: 1rem 1.2rem 1.2rem 1.2rem; }
  .recipe-thumb { width: 100%; height: 140px; border-radius: 0.5rem; }
}
/* Dark mode */
body.night-mode .recipe-card { background: #232323; color: #eee; border-color: #333; }
body.night-mode .recipe-card:focus, body.night-mode .recipe-card:hover { background: #2d2d2d; }
body.night-mode .recipe-details { background: #181818; color: #eee; border-top: 1px solid #333; }

/* === Recipes Page Layout Improvements === */
#cuisine {
  max-width: 1100px;
  margin: 2.5rem auto 2rem auto;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  background: var(--cuisine-bg, #fff);
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.cuisine-intro {
  font-size: 1.15rem;
  margin: 1.5rem 0 2.5rem 0;
  color: #444;
  line-height: 1.7;
}
#havyaka-recipes-list {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.recipe-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.recipe-card {
  background: var(--card-bg, #fff);
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, background 0.2s;
  border: 1px solid #e3e3e3;
  min-height: 370px;
}
.recipe-card:hover {
  box-shadow: 0 6px 32px rgba(0,0,0,0.13);
  background: var(--card-hover, #f8f8f8);
}
.recipe-thumb {
  width: 100%;
  max-width: 320px;
  height: 180px;
  object-fit: cover;
  border-radius: 0.7rem;
  margin-bottom: 1.1rem;
  background: #eee;
  align-self: center;
}
.recipe-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #1a3a2b;
}
.recipe-section {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: #2d2d2d;
}
.recipe-section .kn {
  display: block;
  color: #3b5c3b;
  font-size: 1.01rem;
  margin-top: 0.1rem;
}
@media (max-width: 700px) {
  #cuisine { padding: 1.2rem 0.3rem; }
  .recipe-cards-grid { gap: 1.1rem; }
  .recipe-card { padding: 1rem 0.5rem; }
  .recipe-thumb { height: 140px; }
}
/* === Dark Mode for Recipes Page === */
body.night-mode #cuisine {
  background: #181c1a;
  box-shadow: 0 2px 16px rgba(0,0,0,0.18);
}
body.night-mode .cuisine-intro {
  color: #bfcfc0;
}
body.night-mode .recipe-card {
  background: #232826;
  color: #e0e0e0;
  border: 1px solid #2d3a2d;
}
body.night-mode .recipe-card:hover {
  background: #2d332f;
}
body.night-mode .recipe-title {
  color: #b6e2b6;
}
body.night-mode .recipe-section {
  color: #e0e0e0;
}
body.night-mode .recipe-section .kn {
  color: #a2d6a2;
}
body.night-mode .recipe-thumb {
  background: #222;
}

/* Today's Menu Section Styles */
#todays-menu-section {
  margin: 2.5rem 0 2rem 0;
  padding: 0 1rem;
  background: #f5f5f5;
  color: #222;
}
.todays-menu-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  background: transparent;
}
.todays-menu-card {
  background: #f5f5f5;
  color: #222;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  width: 320px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
}
.todays-menu-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}
.todays-menu-thumb {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #eee;
}
.todays-menu-info {
  padding: 1rem 1.2rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.todays-menu-title {
  color: #222;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.todays-menu-price {
  color: #2e5339;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
.todays-menu-desc {
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}
#todays-menu-section .error {
  background: #fff3e0;
  color: #b94a48;
  border: 1px solid #f5c6cb;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  margin: 1rem auto;
  max-width: 400px;
}
@media (max-width: 600px) {
  .todays-menu-card {
    width: 98vw;
    min-width: 0;
  }
  .todays-menu-thumb {
    height: 140px;
  }
}
@media (prefers-color-scheme: dark) {
  #todays-menu-section {
    background: #232323;
    color: #e0e0e0;
  }
  .todays-menu-cards {
    background: transparent;
  }
  .todays-menu-card {
    background: #232323;
    color: #e0e0e0;
    border: 1px solid #333;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
  }
  .todays-menu-card:hover {
    background: #282828;
    box-shadow: 0 4px 20px rgba(0,0,0,0.22);
  }
  .todays-menu-thumb {
    background: #181818;
    border-bottom: 1px solid #333;
  }
  .todays-menu-title {
    color: #a8d5ba;
  }
  .todays-menu-price {
    color: #ffb47b;
  }
  .todays-menu-desc {
    color: #e0e0e0;
  }
  #todays-menu-section .error {
    background: #2d2d2d;
    color: #ffb47b;
    border: 1px solid #444;
  }
}