/* No-order notice — subtle, above categories (not highlighted) */

.menu-list-web {
    height: auto !important;
    min-height: 0;
}

.no-order-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: var(--cafe-espresso) !important;
    border-radius: 12px;
    display: block;
    z-index: 1;
    border: none;
    box-shadow: none;
    width: max-content;
    margin: auto;
}

.no-order-footer__inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
   
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.no-order-footer__icon {
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--cafe-surface) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.no-order-footer__icon i {
    font-size: 14px;
    line-height: 1;
}

.no-order-footer__text {
    margin: 0;
    padding: 0;
    flex: 1;
    min-width: 0;
    color: var(--cafe-surface) !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--cafe-font);
}

/* Override legacy fixed-bottom / index.css bar styles */
.theme_2 .no-order-footer.fixed-bottom,
.theme-cafe .no-order-footer.fixed-bottom,
.no-order-footer.fixed-bottom {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

@media (max-width: 767px) {
    .no-order-footer {
        margin-bottom: 10px;
        padding: 0 2px;
    }

    .no-order-footer__icon i {
        font-size: 13px;
    }

    .no-order-footer__text {
        font-size: 12px;
    }
}
