.travloid-faq-wrapper.boxed-wide {
    max-width: 1050px;
    margin: 40px auto;
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
}

.faq-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.faq-q {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-q .pm {
    font-weight: 900;
    font-size: 22px;
}

.faq-a {
    margin-top: 12px;
    display: none;
    line-height: 1.6;
}
