.checkout-policies {
    margin: 0 0 24px;
    border: 1px solid #e0e2ec;
    border-radius: 13px;
    background: #fafaff;
}

.checkout-policies summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    color: #4b3dc2;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.checkout-policies summary::-webkit-details-marker { display: none; }
.checkout-policies summary::after { content: "+"; font-size: 20px; font-weight: 500; line-height: 1; }
.checkout-policies[open] summary::after { content: "−"; }

.checkout-policies__content {
    padding: 0 15px 15px;
    border-top: 1px solid #e7e5f2;
    color: #626b7a;
    font-size: 12px;
    line-height: 1.65;
}

.checkout-policies__content p { margin: 12px 0 0; }
.checkout-policies__content h2 { margin: 15px 0 -6px; color: #303747; font-size: 13px; letter-spacing: 0; }
.checkout-policies__content a { color: var(--brand); font-weight: 650; text-underline-offset: 2px; }
.checkout-policies__content strong { color: #303747; }
