/* Contact page styles. Loaded after style.css; only page-prefixed classes. */

.ct-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
}

.ct-note {
    color: var(--muted);
    font-size: 0.92rem;
    max-width: 56ch;
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}
