﻿.guest-order-card {
    background: #fff;
    border-color: #e9e9e9 !important;
}

.guest-order-card .order-info-top {
    background: #fafafa;
}

.guest-order-card .order-date {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.guest-order-guide {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px !important;
}

.guest-order-form .form-label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.guest-order-form .form-control {
    height: 44px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.guest-order-form .form-control:focus {
    border-color: #bbb;
    box-shadow: none;
}

.guest-order-submit {
    min-width: 148px;
    height: 44px;
    border-radius: 6px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .guest-order-card .order-info-top {
        padding: 12px 14px !important;
    }

    .guest-order-card .p-3,
    .guest-order-card .p-md-4 {
        padding: 14px !important;
    }

    .guest-order-submit {
        width: 100%;
    }
}
