/* Gastroon Menu Ordering - Public Styles */

@font-face {
    font-family: 'TT Ramillas';
    src: url('../fonts/TTRamillasBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.gmo-menu-wrap {
    max-width: 900px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gmo-menu-wrap *,
.gmo-register-wrap *,
.gmo-account-wrap *,
.gmo-checkout-wrap * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.gmo-menu-wrap h2,
.gmo-menu-wrap h3,
.gmo-register-wrap h2,
.gmo-account-wrap h2,
.gmo-checkout-wrap h3,
.gmo-cart__title,
.gmo-section-title,
.gmo-week-title,
.gmo-order-success h3 {
    font-family: 'TT Ramillas', Georgia, serif !important;
}

/* Login required */
.gmo-login-required {
    text-align: center;
    padding: 20px;
    background: #fff8e1;
    border: 2px solid #f9a825;
    color: #5d4037;
    font-size: 15px;
}

.gmo-login-required a {
    font-weight: 600;
}

/* Breadcrumbs & back button */
.gmo-breadcrumbs {
    font-size: 13px;
    color: #888;
    margin-bottom: 16px;
}

.gmo-breadcrumbs a {
    color: #555;
    text-decoration: none;
}

.gmo-breadcrumbs a:hover {
    color: #1A1A1B;
}

.gmo-breadcrumbs__sep {
    margin: 0 6px;
    color: #ccc;
}

.gmo-breadcrumbs__current {
    color: #1A1A1B;
    font-weight: 500;
}

.gmo-back-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1B;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #1A1A1B;
    margin-bottom: 24px;
    transition: background 0.15s, color 0.15s;
}

.gmo-back-btn:hover {
    background: #1A1A1B;
    color: #fff;
}

/* Party box intro */
.gmo-party-box-intro {
    text-align: center;
    padding: 16px 20px;
    background: #fce4ec;
    border: 1px solid #f48fb1;
    margin: 20px 0;
    color: #880e4f;
    font-weight: 500;
    font-size: 15px;
}

.gmo-party-box-intro p {
    margin: 0;
}

/* Phone-only ordering notice */
.gmo-phone-only-notice {
    text-align: center;
    padding: 20px;
    background: #fff8e1;
    border: 2px solid #f9a825;
    margin: 20px 0;
}

.gmo-phone-only-notice p {
    margin: 4px 0;
    color: #5d4037;
    font-size: 15px;
}

.gmo-phone-only-notice a {
    color: #e65100;
    text-decoration: none;
}

.gmo-phone-only-notice a:hover {
    text-decoration: underline;
}

/* No menu */
.gmo-no-menu {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    background: #f9f9f9;
    border-radius: 0;
    margin: 20px 0;
}

/* Week notice (weekend) */
.gmo-week-notice {
    background: #eaf4fe;
    border: 1px solid #b8d9f5;
    color: #1a5f99;
    padding: 10px 16px;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-bottom: 16px;
}

/* Week title */
.gmo-week-title {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1B;
    margin: 0 0 10px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gmo-info-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.gmo-info-badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
}

.gmo-info-badge--delivery {
    background: #e8f5e9;
    color: #2e7d32;
}

.gmo-info-badge--cutoff {
    background: #fff8e1;
    color: #f57f17;
}

/* Day tabs */
.gmo-day-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding: 4px 0;
}

.gmo-day-tab {
    flex: 1;
    min-width: 0;
    padding: 14px 20px;
    border: 2px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    transition: all 0.2s;
    font-family: inherit;
    font-size: 14px;
    color: #666;
}

.gmo-day-tab:hover {
    border-color: #1A1A1B;
    color: #1A1A1B;
    background: #fafafa;
}

.gmo-day-tab--active {
    background: #1A1A1B;
    color: #fff;
    border-color: #1A1A1B;

}

.gmo-day-tab--active:hover {
    background: #2E2E2F;
    border-color: #2E2E2F;
    color: #fff;
}

.gmo-day-tab__name {
    display: block;
    font-weight: 700;
    font-size: 15px;
}

.gmo-day-tab__date {
    display: block;
    font-size: 12px;
    opacity: 0.65;
    margin-top: 3px;
}

/* Day panels */
.gmo-day-panel {
    display: none;
    padding: 24px 0;
}

.gmo-day-panel--active {
    display: block;
}

/* Section titles */
.gmo-section-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    color: #1A1A1B;
}

.gmo-free-badge {
    display: inline-block;
    background: #27ae60;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    vertical-align: middle;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Soup card */
.gmo-soup-section {
    margin-bottom: 32px;
}

.gmo-soup-card {
    background: #fef9ef;
    border: 1px solid #f0d9a0;
    border-radius: 0;
    padding: 16px;
}

.gmo-soup-card__title {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.gmo-soup-card__desc {
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #666;
}

.gmo-allergens {
    font-size: 12px;
    color: #999;
}

.gmo-calories {
    font-size: 12px;
    color: #999;
    margin-right: 12px;
}

/* Main course cards */
.gmo-main-section {
    margin-bottom: 32px;
}

.gmo-meals-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gmo-meal-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    overflow: hidden;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.gmo-meal-card:hover {
}

.gmo-meal-card__image-wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    line-height: 0;
}

.gmo-meal-card__image {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}

.gmo-meal-card__body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gmo-meal-card__title {
    margin: 0 0 6px 0;
    font-size: 17px;
    font-weight: 600;
    color: #1A1A1B;
}

.gmo-meal-card__desc {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.gmo-meal-card__meta {
    margin-bottom: auto;
    padding-bottom: 16px;
}

/* Extras section */
.gmo-extras-section {
    padding-top: 32px;
    margin-top: 24px;
    margin-bottom: 32px;
}

.gmo-extras-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gmo-extra-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 12px 16px;
    transition: border-color 0.2s;
}

.gmo-extra-card:hover {
    border-color: #ccc;
}

.gmo-extra-card__image {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 0;
    flex-shrink: 0;
    background: #fff;
}

.gmo-extra-card__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.gmo-extra-card__title {
    font-size: 15px;
    font-weight: 600;
    color: #1A1A1B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gmo-extra-card__price {
    font-size: 14px;
    font-weight: 600;
    color: #888;
}

.gmo-add-to-cart-btn--extra {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

/* Size toggle */
.gmo-size-toggle {
    display: flex;
    gap: 0;
    margin-bottom: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    overflow: hidden;
}

.gmo-size-btn {
    flex: 1;
    padding: 8px 12px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    transition: all 0.2s;
}

.gmo-size-btn:first-child {
    border-right: 1px solid #e0e0e0;
}

.gmo-size-btn:hover {
    background: #fafafa;
    color: #1A1A1B;
}

.gmo-size-btn--active {
    background: #1A1A1B;
    color: #fff;
}

.gmo-size-btn--active:hover {
    background: #2E2E2F;
    color: #fff;
}

.gmo-meal-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.gmo-meal-card__price {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1B;
    white-space: nowrap;
}

.gmo-meal-card__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Quantity control */
.gmo-quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 0;
    overflow: hidden;
}

.gmo-qty-btn {
    width: 34px;
    height: 34px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    font-family: inherit;
}

.gmo-qty-btn:hover {
    background: #e0e0e0;
}

.gmo-qty-input {
    width: 32px;
    height: 34px;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    -moz-appearance: textfield;
    font-family: inherit;
    padding: 0;
}

.gmo-qty-input::-webkit-outer-spin-button,
.gmo-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Add to cart button */
.gmo-add-to-cart-btn {
    padding: 0 16px;
    height: 34px;
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
    font-family: inherit;
}

.gmo-add-to-cart-btn:hover {
    background: #219a52;
}

.gmo-add-to-cart-btn:active {
    transform: scale(0.97);
}

.gmo-add-to-cart-btn--added {
    background: #1A1A1B;
}

/* Registration form */
.gmo-register-wrap {
    max-width: 520px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gmo-register-wrap h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1B;
    margin: 0 0 24px 0;
    text-align: center;
}

.gmo-register-errors {
    background: #fef0f0;
    border: 1px solid #f5c6c6;
    border-radius: 0;
    padding: 12px 16px;
    margin-bottom: 20px;
}

.gmo-register-errors p {
    margin: 4px 0;
    color: #d63638;
    font-size: 14px;
}

.gmo-register-form {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 28px;
}

.gmo-form-row--half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.gmo-form-field {
    margin-bottom: 18px;
}

.gmo-form-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.gmo-form-field label .required {
    color: #d63638;
}

.gmo-form-field input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.gmo-form-field input:focus {
    outline: none;
    border-color: #1A1A1B;
    box-shadow: 0 0 0 2px rgba(26, 26, 27, 0.1);
}

.gmo-register-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
    margin-top: 8px;
}

.gmo-register-btn:hover {
    background: #219a52;
}

.gmo-register-login-link {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    color: #666;
}

.gmo-register-login-link a {
    font-weight: 600;
    color: #1A1A1B;
}

@media (max-width: 600px) {
    .gmo-form-row--half {
        grid-template-columns: 1fr;
    }

    .gmo-register-form {
        padding: 20px;
    }
}

/* Login to order button */
.gmo-login-to-order-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #1A1A1B;
    color: #fff !important;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s;
    white-space: nowrap;
}

.gmo-login-to-order-btn:hover {
    background: #2E2E2F;
}

/* Login banner */
.gmo-login-banner {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin-top: 32px;
    font-size: 15px;
}

.gmo-login-banner a {
    font-weight: 600;
}

/* Cart */
.gmo-cart-summary {
    margin-top: 32px;
}

.gmo-cart {
    background: #fff;
    border: 2px solid #1A1A1B;
    border-radius: 0;
    padding: 24px;
}

.gmo-cart__title {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1B;
}

.gmo-cart__items {
    border-top: 1px solid #eee;
}

.gmo-cart__day-header {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0.5px;
    padding: 12px 0 4px;
    border-bottom: 1px solid #f0f0f0;
}

.gmo-cart__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 12px;
}

.gmo-cart__item-info {
    flex: 1;
    min-width: 0;
}

.gmo-cart__item-day {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0.5px;
}

.gmo-cart__item-name {
    display: block;
    font-weight: 500;
    color: #333;
}

.gmo-cart__item-size {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    color: #888;
    background: #f0f0f0;
    padding: 1px 6px;
    border-radius: 4px;
    margin-left: 4px;
    vertical-align: middle;
}

.gmo-cart__item-details {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.gmo-cart__item-qty {
    color: #666;
    font-size: 14px;
}

.gmo-cart__item-price {
    font-weight: 600;
    color: #1A1A1B;
    min-width: 70px;
    text-align: right;
}

.gmo-cart__remove {
    background: none;
    border: none;
    color: #d63638;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
    font-family: inherit;
}

.gmo-cart__remove:hover {
    color: #a00;
}

.gmo-cart__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    margin-top: 8px;
}

.gmo-cart__total-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.gmo-cart__total-price {
    font-size: 22px;
    font-weight: 700;
    color: #1A1A1B;
}

.gmo-order-btn {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 14px 24px;
    background: #27ae60;
    color: #fff !important;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
    text-decoration: none !important;
    text-align: center;
    box-sizing: border-box;
}

.gmo-order-btn:hover {
    background: #219a52;
    color: #fff !important;
}

/* Payment methods */
.gmo-payment-methods {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.gmo-payment-methods__title {
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1B;
    margin: 0 0 10px 0;
}

.gmo-payment-method {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 10px 12px;
    border: 1px solid #e8e8e8;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1B;
}

.gmo-payment-method--active {
    border-color: #1A1A1B;
}

.gmo-payment-method--disabled {
    opacity: 0.45;
    cursor: not-allowed;
    color: #888;
}

.gmo-payment-method--disabled input {
    cursor: not-allowed;
}

.gmo-payment-method__soon {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    background: #f0f0f0;
    padding: 1px 8px;
    margin-left: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Checkout page */
.gmo-checkout-section {
    margin-top: 24px;
}

.gmo-checkout-section__title {
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1B;
    margin: 0 0 12px 0;
}

.gmo-delivery-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1B;
}

.gmo-delivery-option:has(input:checked) {
    border-color: #1A1A1B;
}

.gmo-delivery-option:has(input[value="custom"]:checked) {
    margin-bottom: 0;
    border-bottom: none;
}

.gmo-eat-in-badge {
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 4px;
}

.gmo-guest-fields .gmo-form-field {
    margin-bottom: 14px;
}

.gmo-guest-fields .gmo-form-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1B;
    margin-bottom: 6px;
}

.gmo-guest-fields .gmo-form-field label .required {
    color: #d63638;
}

.gmo-business-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1B;
    cursor: pointer;
    margin-bottom: 8px;
}

.gmo-business-toggle:has(input:checked) {
    border-color: #1A1A1B;
    border-bottom: none;
    margin-bottom: 0;
}

.gmo-business-fields {
    border: 1px solid #1A1A1B;
    border-top: none;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
}

.gmo-guest-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
    background: #fff8e1;
    border: 2px solid #f9a825;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 16px;
    cursor: pointer;
    line-height: 1.5;
}

.gmo-guest-consent input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #f9a825;
}

.gmo-guest-consent .required {
    color: #d63638;
    font-weight: 700;
}

.gmo-order-success__account {
    margin-top: 12px !important;
    font-size: 14px;
    color: #1a5f99 !important;
    background: #eaf4fe;
    padding: 10px 16px;
    border-radius: 4px;
    display: inline-block;
}

.gmo-custom-address {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #1A1A1B;
    border-top: none;
}

.gmo-form-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 15px;
    font-family: inherit;
    box-sizing: border-box;
}

.gmo-form-input:focus {
    outline: none;
    border-color: #1A1A1B;
    box-shadow: 0 0 0 2px rgba(26, 26, 27, 0.1);
}

.gmo-form-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    box-sizing: border-box;
}

.gmo-form-textarea:focus {
    outline: none;
    border-color: #1A1A1B;
    box-shadow: 0 0 0 2px rgba(26, 26, 27, 0.1);
}

/* Order confirmation */
.gmo-order-success {
    text-align: center;
    padding: 40px 20px;
    background: #f0faf4;
    border: 1px solid #27ae60;
    border-radius: 0;
    margin-top: 24px;
}

.gmo-order-success h3 {
    color: #27ae60;
    font-size: 22px;
    margin: 0 0 8px 0;
}

.gmo-order-success p {
    color: #555;
    margin: 0;
}

/* Account page */
.gmo-account-wrap {
    max-width: 700px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gmo-account-notice--success {
    background: #f0faf4;
    border: 1px solid #27ae60;
    color: #1a7a3a;
    padding: 10px 16px;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
}

.gmo-account-section {
    margin-bottom: 36px;
}

.gmo-account-section__title {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1B;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.gmo-profile-form {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 24px;
}

.gmo-profile-save-btn {
    display: inline-block;
    padding: 10px 24px;
    background: #1A1A1B;
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
    margin-top: 4px;
}

.gmo-profile-save-btn:hover {
    background: #2E2E2F;
}

.gmo-account-empty {
    text-align: center;
    color: #888;
    padding: 32px 16px;
    background: #f9f9f9;
    border-radius: 0;
}

/* Account orders */
.gmo-account-orders {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gmo-account-order {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    overflow: hidden;
}

.gmo-account-order__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    gap: 12px;
    flex-wrap: wrap;
}

.gmo-account-order__id {
    font-weight: 700;
    color: #1A1A1B;
    margin-right: 10px;
}

.gmo-account-order__date {
    font-size: 13px;
    color: #888;
}

.gmo-account-order__status {
    font-weight: 700;
    font-size: 13px;
    margin-right: 12px;
}

.gmo-account-order__total {
    font-weight: 700;
    font-size: 16px;
    color: #1A1A1B;
}

.gmo-account-order__items {
    padding: 12px 18px;
}

.gmo-account-order__item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    gap: 12px;
    border-bottom: 1px solid #f8f8f8;
}

.gmo-account-order__item:last-child {
    border-bottom: none;
}

.gmo-account-order__item-day {
    flex-shrink: 0;
    width: 80px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
}

.gmo-account-order__item-name {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.gmo-account-order__item-price {
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
    color: #1A1A1B;
}

.gmo-account-order__notes {
    padding: 8px 18px 12px;
    font-size: 13px;
    color: #888;
}

.gmo-show-older-orders {
    display: block;
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    text-align: center;
}

.gmo-show-older-orders:hover {
    background: #eee;
    color: #1A1A1B;
}

/* Logout */
.gmo-account-logout {
    text-align: center;
    margin-top: 12px;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
}

.gmo-logout-btn {
    display: inline-block;
    padding: 10px 32px;
    background: #fff;
    color: #d63638;
    border: 2px solid #d63638;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    font-family: inherit;
}

.gmo-logout-btn:hover {
    background: #d63638;
    color: #fff;
}

@media (max-width: 600px) {
    .gmo-account-order__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .gmo-account-order__item {
        flex-wrap: wrap;
    }

    .gmo-account-order__item-day {
        width: 100%;
    }

    .gmo-profile-form {
        padding: 18px;
    }
}

/* Responsive */
@media (max-width: 600px) {
    .gmo-day-tabs {
        gap: 6px;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .gmo-day-tab {
        flex: 0 0 auto;
        min-width: 72px;
        padding: 10px 14px;
        border-width: 1.5px;
    }

    .gmo-day-tab__name {
        font-size: 13px;
    }

    .gmo-day-tab__date {
        font-size: 11px;
    }

    .gmo-meals-grid {
        grid-template-columns: 1fr;
    }

    .gmo-meal-card__footer {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }

    .gmo-meal-card__actions {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
    }

    .gmo-meal-card__price {
        font-size: 17px;
    }

}
