/* ===========================
   Contact.html 專屬樣式
   =========================== */

/* Custom form focus ring */
.focus-ring:focus {
    outline: none;
    border-color: #8B1E1E;
    box-shadow: 0 0 0 3px rgba(139, 30, 30, 0.1);
}

/* FAQ Details Animation */
details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}