/* WhichWine Support Page Styles (on top of the shared brand common.css) */

.intro {
    text-align: center;
    padding: 2rem 0;
}

.intro p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact {
    text-align: center;
    padding: 2rem;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    margin-bottom: 3rem;
}

.contact h2 {
    margin-bottom: 1rem;
}

.contact a {
    font-size: 1.25rem;
    font-weight: 500;
}

.faq h2 {
    margin-bottom: 1.5rem;
}

.faq .card {
    margin-bottom: 1rem;
}

.faq .card h3 {
    color: var(--head);
    margin-bottom: 0.5rem;
}

.faq .card p {
    margin-bottom: 0;
}
