body {
    font-family: 'Montserrat', sans-serif !important;
}
.cv-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    font-weight: 400;
    font-size: 1rem;
    color: #1a2b4c;
}
.cv-accordion-content.cv-show {
    max-height: 1000px;
}
.cv-accordion-header {
    font-weight: 600;
    font-size: 1rem;
    color: #1a2b4c !important;
    cursor: pointer;
    margin-bottom: 0.75rem;
}
section#faq-cupons, section#guia-cupom {
    margin-left: auto;
    margin-right: auto;
}
section#faq-cupons h2, section#guia-cupom h2 {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a2b4c;
}
.cv-card {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    margin-bottom: 1.5rem;
    max-width: 100%;
}