[data-entel-faq-scope="1"].entel-faq-accordion,
[data-entel-faq-scope="1"].entel-faq-accordion * {
    box-sizing: border-box;
}

[data-entel-faq-scope="1"].entel-faq-accordion {
    --entel-faq-primary-color: #40a7ba;
    --entel-faq-secondary-color: #1a4156;
    --entel-faq-triangle-width: 20px;
    --entel-faq-triangle-height: 48px;

    border-top: 1px solid #d8dde2;
    margin: 0;
}

[data-entel-faq-scope="1"] .entel-faq-item {
    border-bottom: 1px solid #d8dde2;
    background: #fff;
}

[data-entel-faq-scope="1"] .entel-faq-title {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
    font-weight: inherit;
    color: inherit;
}

[data-entel-faq-scope="1"] h2.entel-faq-title .entel-faq-trigger {
    --entel-faq-question-size: 1.5rem;
}

[data-entel-faq-scope="1"] h3.entel-faq-title .entel-faq-trigger {
    --entel-faq-question-size: 1.25rem;
}

[data-entel-faq-scope="1"] h4.entel-faq-title .entel-faq-trigger {
    --entel-faq-question-size: 1.125rem;
}

[data-entel-faq-scope="1"] h5.entel-faq-title .entel-faq-trigger {
    --entel-faq-question-size: 1rem;
}

[data-entel-faq-scope="1"] h6.entel-faq-title .entel-faq-trigger {
    --entel-faq-question-size: 0.9375rem;
}

[data-entel-faq-scope="1"] .entel-faq-trigger {
    appearance: none;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: var(--entel-faq-question-size, 1.25rem);
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
    letter-spacing: normal;
    text-transform: none;
    min-height: 72px;
}

[data-entel-faq-scope="1"] .entel-faq-left {
    display: flex;
    align-items: stretch;
    min-width: 0;
    flex: 1 1 auto;
}

[data-entel-faq-scope="1"] .entel-faq-icon-wrap {
    --entel-faq-icon-bg: var(--entel-faq-primary-color);
    position: relative;
    display: inline-flex;
    width: 48px;
    min-width: 48px;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    margin-right: 48px;
    background: var(--entel-faq-icon-bg);
    color: #d6edf2;
    transition: background-color 0.25s ease;
}

[data-entel-faq-scope="1"] .entel-faq-icon-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(var(--entel-faq-triangle-width) * -1);
    width: 0;
    height: 0;
    border-top: calc(var(--entel-faq-triangle-height) / 2) solid transparent;
    border-bottom: calc(var(--entel-faq-triangle-height) / 2) solid transparent;
    border-left: var(--entel-faq-triangle-width) solid var(--entel-faq-icon-bg);
    transform: translateY(-50%);
    transition: border-left-color 0.25s ease;
}

[data-entel-faq-scope="1"] .entel-faq-item:hover .entel-faq-icon-wrap,
[data-entel-faq-scope="1"] .entel-faq-item:focus-within .entel-faq-icon-wrap,
[data-entel-faq-scope="1"] .entel-faq-trigger:hover .entel-faq-icon-wrap,
[data-entel-faq-scope="1"] .entel-faq-trigger:focus-visible .entel-faq-icon-wrap {
    --entel-faq-icon-bg: var(--entel-faq-secondary-color);
}

[data-entel-faq-scope="1"] .entel-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
}

[data-entel-faq-scope="1"] .entel-faq-question {
    display: flex;
    align-items: center;
    color: #234e66;
    font-size: 1em;
    font-weight: inherit;
    line-height: inherit;
    transition: color 0.25s ease;
    margin: 0;
    padding: 0;
}

[data-entel-faq-scope="1"] .entel-faq-item:hover .entel-faq-question,
[data-entel-faq-scope="1"] .entel-faq-item:focus-within .entel-faq-question,
[data-entel-faq-scope="1"] .entel-faq-trigger:hover .entel-faq-question,
[data-entel-faq-scope="1"] .entel-faq-trigger:focus-visible .entel-faq-question {
    color: var(--entel-faq-secondary-color);
}

[data-entel-faq-scope="1"] .entel-faq-plus {
    color: #252525;
    font-size: 1.2em;
    line-height: 1;
    font-weight: 500;
    align-self: center;
    margin-right: 24px;
    transition: transform 0.25s ease;
}

[data-entel-faq-scope="1"] .entel-faq-item.is-open .entel-faq-question {
    color: #1a4156;
    font-weight: 700;
}

[data-entel-faq-scope="1"] .entel-faq-item.is-open .entel-faq-plus {
    transform: rotate(45deg);
}

[data-entel-faq-scope="1"] .entel-faq-panel {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.38s ease, opacity 0.32s ease;
}

[data-entel-faq-scope="1"] .entel-faq-panel-inner {
    color: #5f6c79;
    font-size: 1rem;
    line-height: 1.6;
    padding: 8px 32px 28px 42px;
}

[data-entel-faq-scope="1"] .entel-faq-panel-inner p {
    margin: 0 0 0.85em;
}

[data-entel-faq-scope="1"] .entel-faq-panel-inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    [data-entel-faq-scope="1"].entel-faq-accordion {
        --entel-faq-triangle-width: 18px;
        --entel-faq-triangle-height: 42px;
    }

    [data-entel-faq-scope="1"] .entel-faq-trigger {
        min-height: 64px;
    }

    [data-entel-faq-scope="1"] .entel-faq-icon-wrap {
        width: 42px;
        min-width: 42px;
        margin-right: 40px;
    }

    [data-entel-faq-scope="1"] .entel-faq-plus {
        margin-right: 14px;
    }

    [data-entel-faq-scope="1"] .entel-faq-panel-inner {
        padding: 4px 18px 20px 28px;
    }
}

@media (max-width: 620px) {
    [data-entel-faq-scope="1"].entel-faq-accordion {
        --entel-faq-triangle-width: 14px;
        --entel-faq-triangle-height: 34px;
    }

    [data-entel-faq-scope="1"] .entel-faq-trigger {
        gap: 8px;
        min-height: 52px;
    }

    [data-entel-faq-scope="1"] .entel-faq-left {
        align-items: stretch;
    }

    [data-entel-faq-scope="1"] .entel-faq-icon-wrap {
        width: 36px;
        min-width: 36px;
        margin-right: 20px;
    }

    [data-entel-faq-scope="1"] .entel-faq-plus {
        margin-right: 10px;
    }

    [data-entel-faq-scope="1"] .entel-faq-panel-inner {
        padding: 4px 14px 16px 16px;
    }
}