/* css/pages/contact.css (v2) */

.contact-page h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.contact-page .intro {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--pp-blue);
    margin-bottom: 1rem;
}

.contact-list {
    list-style: none;
    padding-left: 0;
}

.contact-list li {
    margin-bottom: 0.5rem;
}

.contact-list li strong {
    font-weight: 700;
    color: var(--pp-blue);
    margin-right: 0.25rem;
}