.tsl-faq {
    padding-block: 36px;
}

.tsl-faq__list {
    margin-top: 28px;
    border-top: 1px solid #cfd4d7;
}

.tsl-faq__item {
    border-bottom: 1px solid #cfd4d7;
}

.tsl-faq__item[open] {
    background: linear-gradient(135deg, rgba(104, 179, 209, .1), rgba(104, 179, 209, .025));
}

.tsl-faq__item summary {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 13px 16px;
    cursor: pointer;
    list-style: none;
}

.tsl-faq__item summary::-webkit-details-marker {
    display: none;
}

.tsl-faq__number {
    color: var(--tsl-accent);
    font-size: 12px;
    font-weight: 800;
}

.tsl-faq__question {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.tsl-faq__icon {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #d8dde0;
    border-radius: 50%;
}

.tsl-faq__icon::before,
.tsl-faq__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1px;
    background: var(--tsl-ink);
    content: "";
    transform: translate(-50%, -50%);
}

.tsl-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.tsl-faq__item[open] .tsl-faq__icon::after {
    transform: translate(-50%, -50%);
}

.tsl-faq__answer {
    padding: 0 64px 18px 76px;
}

.tsl-faq__answer p {
    max-width: 720px;
    margin: 0;
    color: #687075;
    font-size: 14px;
    line-height: 1.72;
}

@media (max-width: 767px) {
.tsl-faq {
        position: relative;
        left: 50%;
        width: calc(100% + 20px) !important;
        max-width: none !important;
        transform: translateX(-50%);
    }

.tsl-collateral-types,
    .tsl-route,
    .tsl-calculation-example,
    .tsl-home-info-pair,
    .tsl-company-about,
    .tsl-faq {
        padding-top: 24px;
        padding-bottom: 20px;
    }

.tsl-faq__item summary {
        grid-template-columns: 28px minmax(0, 1fr) 28px;
        gap: 10px;
        min-height: 66px;
        padding: 11px 8px;
    }

.tsl-faq__question {
        font-size: 17px;
    }

.tsl-faq__answer {
        padding: 0 38px 18px;
    }
}
