.feedback-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 128px 32px;
    overflow: hidden;
    background-color: #FEF8E8;
    XXXborder: solid 1px red;
}

.feedback-widget * {
    XXXborder: solid 1px red;
    -webkit-tap-highlight-color: transparent !important;
}

.feedback-widget__area {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    max-width: 1152px;
    height: auto;
    gap: 24px;
    overflow: hidden;
}

.feedback-widget__text {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: auto;
    gap: 12px;
    overflow: hidden;
}

.feedback-widget__text h2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    text-align: left;
    color: #161616;
}

.feedback-widget__text h2 .orange {
    color: #F44a22 !important;
    XXX-webkit-text-stroke: 1px #000000 !important;
}

.feedback-widget__text p {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 392px;
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #161616;
}

.feedback-widget__text_nav {
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: auto;
    height: 44px;
    gap: 6px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.feedback-widget__text_nav button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2E2E2E;
    border: none;
    color: #FEF8E8;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    padding: 0;
    font-size: 16px;
}

.feedback-widget__text_nav button[disabled] {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

@media (hover: hover) {
    .feedback-widget__text_nav button:hover:not([disabled]) {
        color: #F44A22;
    }
}

.feedback-widget__text_nav button i {
    display: inline-flex;
    font-size: 16px;
    line-height: 1;
}

.feedback-widget__scroll {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: auto;
    gap: 12px;
    padding: 0px;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.feedback-widget__scroll::-webkit-scrollbar {
    display: none;
}

.feedback-widget__item {
    display: flex;
    flex-shrink: 0;
    position: relative;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 279px;
    height: 440px;
    padding: 20px;
    gap: 4px;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 6px;
    background-color: #161616;
}

.feedback-widget__item_row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 50px;
    gap: 12px;
    margin: 0px 0px 32px 0px;
    overflow: hidden;
}

.feedback-widget__item_row-wrapper {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
    overflow: hidden;
    user-select: none;
}

.feedback-widget__item_row-wrapper img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}

.feedback-widget__item_row-text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
    gap: 2px;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
}

.feedback-widget__item_row-text strong {
    display: flex;
    justify-content: start;
    align-items: start;
    width: auto;
    height: auto;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
}

.feedback-widget__item_row-text span {
    display: flex;
    justify-content: start;
    align-items: start;
    width: auto;
    height: auto;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #d0d6d7;
}

.feedback-widget__item_wrapper {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 16px;
    width: 16px;
    margin: 0;
    overflow: hidden;
    user-select: none;
}

.feedback-widget__item_wrapper img {
    display: flex;
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.feedback-widget__item_caption {
    display: flex;
    justify-content: start;
    align-items: start;
    width: auto;
    height: auto;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #d0d6d7;
}

.feedback-widget__item_container {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    padding: 10px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    border-top: 2px solid #FEF8E8;
    user-select: none;
}

.feedback-widget__item_container img {
    display: flex;
    height: 56px;
    width: 56px;
    padding: 10px;
    object-fit: cover;
    overflow: hidden;
}

@media (max-width: 1152px) {

    .feedback-widget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 96px 0px 96px 24px;
        overflow: hidden;
        background-color: #FEF8E8;
        XXXborder: solid 1px red;
    }

    .feedback-widget * {
        XXXborder: solid 1px red;
    }

    .feedback-widget__area {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        max-width: 1152px;
        height: auto;
        gap: 24px;
        overflow: hidden;
    }

    .feedback-widget__text {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: auto;
        gap: 12px;
        overflow: hidden;
    }

    .feedback-widget__text h2 {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 40px;
        font-weight: 800;
        line-height: 1.1;
        text-align: left;
        color: #161616;
    }

    .feedback-widget__text p {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 392px;
        margin: 0;
        overflow: hidden;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #161616;
    }

    .feedback-widget__text_nav {
        display: flex;
        position: absolute;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: auto;
        height: 44px;
        gap: 6px;
        bottom: 0px;
        right: 0px;
        overflow: hidden;
    }

    .feedback-widget__text_nav button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #2E2E2E;
        border: none;
        color: #F44A22;
        width: 44px;
        height: 44px;
        border-radius: 8px;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        padding: 0;
        font-size: 16px;
    }

    .feedback-widget__text_nav button i {
        display: inline-flex;
        font-size: 16px;
        line-height: 1;
    }

    .feedback-widget__scroll {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: auto;
        gap: 12px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .feedback-widget__item {
        display: flex;
        flex-shrink: 0;
        position: relative;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 279px;
        height: 440px;
        padding: 20px;
        gap: 4px;
        overflow: hidden;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        border-radius: 6px;
        background-color: #161616;
    }

    .feedback-widget__item_row {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 50px;
        gap: 12px;
        margin: 0px 0px 32px 0px;
        overflow: hidden;
    }

    .feedback-widget__item_row-wrapper {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        margin: 0;
        overflow: hidden;
        user-select: none;
    }

    .feedback-widget__item_row-wrapper img {
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%;
    }

    .feedback-widget__item_row-text {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 100%;
        gap: 2px;
        padding: 5px 0px 0px 0px;
        overflow: hidden;
    }

    .feedback-widget__item_row-text strong {
        display: flex;
        justify-content: start;
        align-items: start;
        width: auto;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #ffffff;
    }

    .feedback-widget__item_row-text span {
        display: flex;
        justify-content: start;
        align-items: start;
        width: auto;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #d0d6d7;
    }

    .feedback-widget__item_wrapper {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        height: 16px;
        width: 16px;
        margin: 0;
        overflow: hidden;
        user-select: none;
    }

    .feedback-widget__item_wrapper img {
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .feedback-widget__item_caption {
        display: flex;
        justify-content: start;
        align-items: start;
        width: auto;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #d0d6d7;
    }

    .feedback-widget__item_container {
        display: flex;
        position: absolute;
        align-items: center;
        justify-content: center;
        height: auto;
        width: 100%;
        padding: 10px;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
        border-top: 2px solid #FEF8E8;
        user-select: none;
    }

    .feedback-widget__item_container img {
        display: flex;
        height: 56px;
        width: 56px;
        padding: 10px;
        object-fit: cover;
        overflow: hidden;
    }
}

@media (max-width: 976px) {

    .feedback-widget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 64px 0px 64px 24px;
        overflow: hidden;
        background-color: #FEF8E8;
        XXXborder: solid 1px red;
    }

    .feedback-widget * {
        XXXborder: solid 1px red;
    }

    .feedback-widget__area {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        max-width: 1152px;
        height: auto;
        gap: 12px;
        overflow: hidden;
    }

    .feedback-widget__text {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: auto;
        gap: 16px;
        overflow: hidden;
    }

    .feedback-widget__text h2 {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 32px;
        font-weight: 800;
        line-height: 1.1;
        text-align: left;
        color: #161616;
    }

    .feedback-widget__text p {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 85%;
        margin: 0px 0px 64px 0px;
        overflow: hidden;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #161616;
    }

    .feedback-widget__text_nav {
        display: flex;
        position: absolute;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: auto;
        height: 44px;
        gap: 6px;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
    }

    .feedback-widget__text_nav button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #2E2E2E;
        border: none;
        color: #F44A22;
        width: 44px;
        height: 44px;
        border-radius: 8px;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        padding: 0;
        font-size: 16px;
    }

    .feedback-widget__text_nav button i {
        display: inline-flex;
        font-size: 16px;
        line-height: 1;
    }

    .feedback-widget__scroll {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: auto;
        gap: 12px;
        padding: 0px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .feedback-widget__scroll::after {
        content: '';
        width: 24px;
        flex-shrink: 0;
        display: block;
    }

    .feedback-widget__item {
        display: flex;
        flex-shrink: 0;
        position: relative;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 279px;
        height: 440px;
        padding: 20px;
        gap: 4px;
        overflow: hidden;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        border-radius: 6px;
        background-color: #161616;
    }

    .feedback-widget__item_row {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 50px;
        gap: 12px;
        margin: 0px 0px 32px 0px;
        overflow: hidden;
    }

    .feedback-widget__item_row-wrapper {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        margin: 0;
        overflow: hidden;
        user-select: none;
    }

    .feedback-widget__item_row-wrapper img {
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%;
    }

    .feedback-widget__item_row-text {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 100%;
        gap: 2px;
        padding: 5px 0px 0px 0px;
        overflow: hidden;
    }

    .feedback-widget__item_row-text strong {
        display: flex;
        justify-content: start;
        align-items: start;
        width: auto;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #ffffff;
    }

    .feedback-widget__item_row-text span {
        display: flex;
        justify-content: start;
        align-items: start;
        width: auto;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #d0d6d7;
    }

    .feedback-widget__item_wrapper {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        height: 16px;
        width: 16px;
        margin: 0;
        overflow: hidden;
        user-select: none;
    }

    .feedback-widget__item_wrapper img {
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
    }

    .feedback-widget__item_caption {
        display: flex;
        justify-content: start;
        align-items: start;
        width: auto;
        height: auto;
        margin: 0;
        overflow: hidden;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #d0d6d7;
    }

    .feedback-widget__item_container {
        display: flex;
        position: absolute;
        align-items: center;
        justify-content: center;
        height: auto;
        width: 100%;
        padding: 10px;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
        border-top: 2px solid #FEF8E8;
        user-select: none;
    }

    .feedback-widget__item_container img {
        display: flex;
        height: 56px;
        width: 56px;
        padding: 10px;
        object-fit: cover;
        overflow: hidden;
    }
}