/* Page-specific styles for Contact Us page */

main section {
    margin-bottom: 2rem;
}

main h2 {
    color: #5d4037; /* Terracotta clay color for Roman theme */
    border-bottom: 2px solid #8d6e63; /* Muted bronze accent */
    padding-bottom: 0.5rem;
}

main ul {
    list-style-type: none;
    padding-left: 0;
}

main li {
    margin-bottom: 0.5rem;
}

main a {
    color: #388e3c; /* Olive green for links */
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;
}

/* Ensure accessibility for focus states */
main a:focus {
    outline: 2px solid #ff9800; /* Accent color for focus */
    outline-offset: 2px;
}