.nsg-6c2f5a8d-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.nsg-6c2f5a8d-categories {
    flex: 1 1 0%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.nsg-6c2f5a8d-sidebar {
    width: 25%;
    min-width: 25%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nsg-6c2f5a8d-category {
    display: flex;
    flex-direction: column;
}

.nsg-6c2f5a8d-cat-title {
    margin: 0 0 10px 0;
    padding: 0 0 6px 0;
    border-bottom: 3px solid #d32f2f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.nsg-6c2f5a8d-cat-title a {
    color: #d32f2f;
    text-decoration: none;
}

.nsg-6c2f5a8d-cat-title a:hover {
    text-decoration: underline;
}

.nsg-6c2f5a8d-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.nsg-6c2f5a8d-item-image {
    width: 120px;
    min-width: 120px;
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
}

.nsg-6c2f5a8d-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nsg-6c2f5a8d-item-title {
    flex: 1;
}

.nsg-6c2f5a8d-item-title a {
    color: #222;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}

.nsg-6c2f5a8d-item-title a:hover {
    color: #d32f2f;
}

.nsg-6c2f5a8d-sidebar-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nsg-6c2f5a8d-sidebar-banner a {
    display: block;
    position: relative;
}

.nsg-6c2f5a8d-sidebar-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.nsg-6c2f5a8d-banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

/* ===== TABLET (max-width: 1024px) ===== */
@media (max-width: 1024px) {
    .nsg-6c2f5a8d-wrapper {
        flex-direction: column;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .nsg-6c2f5a8d-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
    }

    .nsg-6c2f5a8d-sidebar {
        width: 100%;
        min-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .nsg-6c2f5a8d-sidebar-banner {
        width: calc(33.333% - 10px);
    }

    .nsg-6c2f5a8d-item {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .nsg-6c2f5a8d-item-image {
        width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }

    .nsg-6c2f5a8d-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nsg-6c2f5a8d-item-title {
        width: 100%;
    }

    .nsg-6c2f5a8d-item-title a {
        font-size: 14px;
    }
}

/* ===== MOBILE (max-width: 767px) ===== */
@media (max-width: 767px) {
    .nsg-6c2f5a8d-wrapper {
        flex-direction: column !important;
        gap: 15px;
        padding: 0 10px;
        box-sizing: border-box;
        overflow-x: hidden;
        width: 100% !important;
        max-width: 100vw;
    }

    .nsg-6c2f5a8d-categories {
        grid-template-columns: 1fr !important;
        gap: 20px;
        width: 100% !important;
    }

    .nsg-6c2f5a8d-category {
        width: 100% !important;
    }

    .nsg-6c2f5a8d-cat-title {
        font-size: 18px;
    }

    .nsg-6c2f5a8d-item {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px;
        width: 100% !important;
    }

    .nsg-6c2f5a8d-item-image {
        width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }

    .nsg-6c2f5a8d-item-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .nsg-6c2f5a8d-item-title {
        width: 100% !important;
    }

    .nsg-6c2f5a8d-item-title a {
        font-size: 14px;
        line-height: 1.5;
    }

    .nsg-6c2f5a8d-sidebar {
        width: 100% !important;
        min-width: 100% !important;
        flex-direction: column !important;
    }

    .nsg-6c2f5a8d-sidebar-banner {
        width: 100% !important;
    }
}