﻿.crhome_faq-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px 40px;
}

.crhome_faq-heading {
    font-family: "Poppins", sans-serif;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: clamp(22px, 3vw, 32px);
    margin: 0 0 16px;
}

.crhome_faq-item {
    border-top: 1px solid #f0f0f0;
    padding: 14px 0;
}

.crhome_faq-item:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.crhome_faq-item + .crhome_faq-item {
    margin-top: 2px;
}

.crhome_faq-q {
    font-family: "Poppins", sans-serif;
    list-style: none;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin: 0;
}

.crhome_faq-q::-webkit-details-marker {
    display: none;
}

.crhome_faq-q::marker {
    content: "";
}

.crhome_faq-item .crhome_faq-q::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url("/brands/shared/img/hand-icon.png") no-repeat center / contain;
}

.crhome_faq-item[open] .crhome_faq-q::before {
    top: 6px;
    width: 0;
    height: 0;
    background: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #f59e0b;
}

.crhome_faq-a {
    padding: 8px 0 2px 28px;
}

.crhome_faq-a p,
.crhome_faq-a p a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 10px 0;
}

.crhome_faq-a p a {
    font-weight: 700;
    color: var(--accent);
    text-decoration: underline;
}

.crhome_faq-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 6px;
}

.crhome_faq-list li {
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-left: 26px;
    margin: 6px 0;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
}

.crhome_faq-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #00b67a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.crhome_faq-highlight {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background: #fff8d6;
    padding: 10px 14px;
    border-left: 4px solid var(--accent);
    margin: 14px 0;
    line-height: 1.5;
    border-radius: 6px;
}

@media (max-width: 599px) {
    .crhome_faq-wrap {
        padding: 20px 16px 32px;
    }

    .crhome_faq-q {
        font-size: 15px;
    }

    .crhome_faq-a p,
    .crhome_faq-a p a {
        font-size: 15px;
    }
}
