.support-page {
    padding: 16px;
}

.support-title {
    font-size: 1.875rem;
    font-weight: 900;
    padding-bottom: 1rem;
}

.support-text {
    max-width: 700px;
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.5;
}

.support-email {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

.support-link {
    text-decoration: underline;
    color: var(--tangerine-100);
    font-weight: 600;
    transition: opacity 0.2s ease-in-out;
}

.support-link:hover {
    opacity: 0.6;
}

form {
    margin: 16px 0;
}

form p input[type="text"],
form p input[type="email"],
form p textarea {
    display: block;
    margin: 4px 0;
}
