section[data-cattype="83010"].osp-83010-section {
    position: relative;
    width: 100%;
    padding: 46px 0 66px;
    overflow: hidden;
    background-color: #FBFAF6;
}

[data-cattype="83010"] .osp-83010-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 clamp(28px, 4.5vw, 72px);
    overflow: hidden;
}

[data-cattype="83010"] .osp-83010-scroll-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    padding: 14px 0 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: rgba(216, 121, 88, 0.28) transparent;
    cursor: grab;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    user-select: none;
}

[data-cattype="83010"] .osp-83010-scroll-wrapper.grabbing {
    cursor: grabbing;
    scroll-behavior: auto;
    scroll-snap-type: none;
}

[data-cattype="83010"] .osp-83010-scroll-wrapper::-webkit-scrollbar {
    height: 3px;
}

[data-cattype="83010"] .osp-83010-scroll-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

[data-cattype="83010"] .osp-83010-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: rgba(216, 121, 88, 0.24);
}

[data-cattype="83010"] .osp-83010-scroll-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(216, 121, 88, 0.45);
}

[data-cattype="83010"] .osp-83010-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: max-content;
    min-width: 100%;
    margin: 0 auto;
}

[data-cattype="83010"] .osp-83010-cert-item {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 110px;
    height: 110px;
    padding: 8px;
    scroll-snap-align: center;
    scroll-snap-stop: normal;
    border-radius: 8px;
    background-color: transparent;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}

[data-cattype="83010"] .osp-83010-cert-item:hover {
    background-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-3px);
}

[data-cattype="83010"] .osp-83010-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}

/* Laptop */
@media (max-width: 1199px) {
    section[data-cattype="83010"].osp-83010-section {
        padding-top: 40px;
        padding-bottom: 58px;
    }

    [data-cattype="83010"] .osp-83010-container {
        padding-right: 36px;
        padding-left: 36px;
    }

    [data-cattype="83010"] .osp-83010-items {
        gap: 26px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    section[data-cattype="83010"].osp-83010-section {
        padding: 34px 0 48px;
    }

    [data-cattype="83010"] .osp-83010-container {
        padding: 0;
        overflow: hidden;
    }

    [data-cattype="83010"] .osp-83010-scroll-wrapper {
        box-sizing: border-box;
        width: 100%;
        padding: 12px 28px 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 28px;
        scroll-padding-right: 28px;
        scrollbar-width: none;
        cursor: auto;
        touch-action: pan-x;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
    }

    [data-cattype="83010"] .osp-83010-scroll-wrapper.grabbing {
        cursor: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    [data-cattype="83010"] .osp-83010-scroll-wrapper::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    [data-cattype="83010"] .osp-83010-items {
        justify-content: flex-start;
        gap: 22px;
        width: max-content;
        min-width: max-content;
        margin: 0;
        padding: 0 28px 0 0;
    }

    [data-cattype="83010"] .osp-83010-cert-item {
        width: 96px;
        height: 96px;
        padding: 7px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    [data-cattype="83010"] .osp-83010-cert-item:hover {
        background-color: transparent;
        transform: none;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    section[data-cattype="83010"].osp-83010-section {
        padding-top: 30px;
        padding-bottom: 44px;
    }

    [data-cattype="83010"] .osp-83010-scroll-wrapper {
        padding-right: 22px;
        padding-left: 22px;
        scroll-padding-right: 22px;
        scroll-padding-left: 22px;
    }

    [data-cattype="83010"] .osp-83010-items {
        gap: 18px;
        padding-right: 22px;
    }

    [data-cattype="83010"] .osp-83010-cert-item {
        width: 88px;
        height: 88px;
        padding: 6px;
    }
}