.drr-tractors-faq-wrap,
.drr-tractors-faq-wrap * {
    box-sizing: border-box;
}

.drr-tractors-faq-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    overflow-x: hidden;
}

.drr-tractors-faq-accordion {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background: transparent;
    border: 1px solid rgba(42, 50, 42, 0.12);
    padding: 24px 28px;
    overflow: hidden;
}

.drr-faq-item {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-bottom: 1px solid rgba(42, 50, 42, 0.14);
    transition: background-color 220ms ease, border-color 220ms ease;
    overflow: hidden;
}

.drr-faq-item:last-child {
    border-bottom: 0;
}

.drr-faq-question {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 18px;
    padding: 21px 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17342d;
    cursor: pointer;
    text-align: left;
    line-height: 1.35;
    font-family: inherit;
    font-size: inherit;
    white-space: normal !important;
    overflow: hidden;
    transition: color 220ms ease, background-color 220ms ease;
    -webkit-appearance: none;
    appearance: none;
}

.drr-faq-question:hover,
.drr-faq-question:focus {
    color: #0d5b46;
    background: transparent;
}

.drr-faq-question:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.drr-faq-question-text {
    flex: 1 1 auto;
    display: block;
    min-width: 0;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.drr-faq-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    line-height: 1;
    max-width: 1.5em;
    transition: transform 260ms ease, color 220ms ease;
}

.drr-faq-icon i,
.drr-faq-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 14px;
}

.drr-faq-icon svg {
    fill: currentColor;
}

.drr-faq-item.is-active .drr-faq-icon {
    transform: rotate(180deg);
}

.drr-faq-item.drr-icon-no-rotate.is-active .drr-faq-icon {
    transform: none;
}

.drr-faq-answer {
    display: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.drr-faq-answer-inner {
    padding: 0 38px 22px 0;
    color: #39433f;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.drr-faq-answer-inner p:first-child {
    margin-top: 0;
}

.drr-faq-answer-inner p:last-child {
    margin-bottom: 0;
}

.drr-faq-answer-inner img,
.drr-faq-answer-inner iframe,
.drr-faq-answer-inner video,
.drr-faq-answer-inner table {
    max-width: 100%;
}

.drr-tractors-faq-empty {
    padding: 14px 16px;
    border: 1px dashed rgba(0, 0, 0, 0.22);
    background: rgba(0, 0, 0, 0.03);
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
    overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
    .drr-tractors-faq-wrap,
    .drr-tractors-faq-accordion,
    .drr-faq-item,
    .drr-faq-question,
    .drr-faq-answer {
        max-width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 767px) {
    .drr-tractors-faq-wrap {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: clip;
    }

    .drr-tractors-faq-accordion {
        width: 100% !important;
        max-width: 100% !important;
        padding: 16px 16px;
        overflow-x: hidden;
    }

    .drr-faq-question {
        padding: 16px 0;
        column-gap: 10px;
        align-items: flex-start;
    }

    .drr-faq-question-text {
        line-height: inherit;
    }

    .drr-faq-icon {
        margin-top: 0.18em;
    }

    .drr-faq-answer-inner {
        padding-right: 0;
        padding-bottom: 18px;
    }
}

@supports not (overflow: clip) {
    @media (max-width: 767px) {
        .drr-tractors-faq-wrap {
            overflow-x: hidden;
        }
    }
}
