.consult-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1rem 0 2rem;
}

.consult-hero {
    background:
        radial-gradient(circle at top right, rgba(255, 193, 7, 0.24), transparent 36%),
        linear-gradient(145deg, rgba(13, 110, 253, 0.08), rgba(25, 135, 84, 0.08));
}

.consult-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bs-warning-text-emphasis);
}

.consult-price-card {
    border: 1px solid rgba(255, 193, 7, 0.25);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
}

.consult-points li {
    padding-left: 1.4rem;
    position: relative;
    margin-bottom: 0.9rem;
}

.consult-points li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--bs-primary);
    font-weight: 700;
}

#recentOrderCard .btn {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .consult-shell {
        padding-top: 0.25rem;
    }
}
