/* MaravatíoShop · Pago fuera de línea sin iniciar sesión · V2.0 */
.guest-checkout-heading {
    margin-bottom: 24px;
}

.guest-checkout-heading h1 {
    margin: 9px 0 8px;
}

.guest-checkout-badge,
.guest-order-badge,
.guest-admin-count {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    font-weight: 900;
}

.guest-checkout-badge {
    padding: 8px 13px;
    background: #efff00;
    color: #162100;
    letter-spacing: .04em;
    font-size: 12px;
}

.guest-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.guest-contact-card {
    margin-top: 27px;
    padding: 22px;
    border: 1px solid #dfe5ff;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(239,255,0,.20), transparent 34%),
        linear-gradient(145deg, #fff, #f5f7ff);
    box-shadow: 0 12px 30px rgba(23,59,214,.09);
}

.guest-contact-title {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 18px;
}

.guest-contact-title > span {
    display: grid;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #173bd6, #6b24e8);
    font-size: 22px;
}

.guest-contact-title h2,
.guest-contact-title p {
    margin: 0;
}

.guest-contact-title p {
    margin-top: 5px;
    color: #66708e;
}

.guest-privacy-note {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #edfdf7;
    color: #075f46;
    font-weight: 700;
}

.guest-create-order-button {
    width: 100%;
    min-height: 58px;
    margin-top: 14px;
    font-size: 18px;
}

.guest-login-alternative {
    margin: 13px 0 0;
    color: #68718d;
    text-align: center;
}

.guest-order-owner {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 16px 0;
    padding: 14px 16px;
    border-left: 5px solid #efff00;
    border-radius: 12px;
    background: #f6f7ff;
}

.guest-order-owner small {
    color: #68718d;
}

.guest-status-wrap {
    max-width: 900px;
}

.guest-status-card {
    text-align: center;
}

.guest-status-intro {
    max-width: 620px;
    margin: 0 auto 20px;
    color: #66708e;
}

.guest-status-code {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    margin: 7px auto 24px;
    padding: 15px 26px;
    border: 2px dashed #8ea0ff;
    border-radius: 16px;
    background: #f6f7ff;
}

.guest-status-code strong {
    color: #173bd6;
    font-size: clamp(22px, 5vw, 34px);
    letter-spacing: .06em;
}

.guest-status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin-bottom: 18px;
    text-align: left;
}

.guest-status-grid > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border: 1px solid #e0e5f5;
    border-radius: 14px;
    background: #fff;
}

.guest-status-grid small,
.guest-status-grid span {
    color: #68718d;
}

.guest-status-grid strong {
    color: #10265f;
}

.guest-approved-message,
.guest-review-message {
    margin-top: 18px;
    padding: 16px;
    border-radius: 14px;
    text-align: left;
}

.guest-approved-message {
    background: #eafbf3;
    color: #075f46;
}

.guest-review-message {
    background: #fff9dd;
    color: #725700;
}

.guest-status-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.admin-orders-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.admin-orders-heading h1,
.admin-orders-heading p {
    margin-top: 0;
}

.guest-admin-count {
    padding: 9px 13px;
    background: #edf0ff;
    color: #173bd6;
    white-space: nowrap;
}

.guest-order-badge {
    margin-top: 5px;
    padding: 4px 8px;
    background: #efff00;
    color: #182100;
    font-size: 11px;
}

.guest-contact-link {
    display: inline-block;
    margin-top: 5px;
    color: #07815e;
    font-weight: 800;
}

@media (max-width: 760px) {
    .guest-contact-card {
        padding: 17px;
    }

    .guest-status-grid {
        grid-template-columns: 1fr;
    }

    .admin-orders-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .guest-status-actions .btn {
        width: 100%;
    }
}
