.um-quick-account {
    border-radius: 15px;
    padding: 16px 16px 20px;
}

.um-quick-account .umqa-title {
    font-weight: 700;
    color: #BA6089;
    font-size: 20px;
    margin: 0 0 14px;
}

.um-quick-account .umqa-hero {
    border-radius: 14px;
    overflow: hidden;
    margin: 0 0 14px;
}

.um-quick-account .umqa-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.um-quick-account .umqa-desc {
    color: #36547F;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 16px;
    text-align: left;
}

.um-quick-account .umqa-btn {
    display: block;
    text-align: center;
    background: #BA6089;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 24px;
}

/* FAQ */
.faq-list { margin-top: 18px; }
.faq-item {
    background: #FCEFF5;
    border-radius: 16px;
    padding: 16px 18px;
    margin-bottom: 16px;
    box-shadow: 0 6px 14px rgba(186,96,137,0.08);
}
.faq-toggle {
    cursor: pointer;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-title { font-weight: 700; color: #BA6089; font-size: 20px; }
.faq-index { margin-right: 8px; }
.faq-icon {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: #ffacd2;
    position: relative;
}
.faq-icon:before, .faq-icon:after {
    content: ""; position: absolute; background: #BA6089; border-radius: 2px;
}
.faq-icon:before { width: 14px; height: 2px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-icon:after { width: 2px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.faq-item.is-open .faq-icon:after { display: none; }
.faq-content { color: #3b3b3b; margin-top: 10px; }

