.rsc-396c2ad8-wrapper {
    background-color: #e8e8e8;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.rsc-396c2ad8-title-wrap {
    border-bottom: 3px solid #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.rsc-396c2ad8-title {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    color: #1a1a1a;
}

.rsc-396c2ad8-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.rsc-396c2ad8-card {
    display: flex;
    flex-direction: column;
}

.rsc-396c2ad8-card-link {
    display: block;
    text-decoration: none;
}

.rsc-396c2ad8-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

.rsc-396c2ad8-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.rsc-396c2ad8-card:hover .rsc-396c2ad8-card-img img {
    transform: scale(1.05);
}

.rsc-396c2ad8-card-text {
    margin-top: 12px;
}

.rsc-396c2ad8-card-text a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    transition: color 0.2s ease;
}

.rsc-396c2ad8-card-text a:hover {
    color: #d32f2f;
}

@media (max-width: 1024px) {
    .rsc-396c2ad8-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .rsc-396c2ad8-grid {
        grid-template-columns: 1fr;
    }

    .rsc-396c2ad8-card-img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .rsc-396c2ad8-title {
        font-size: 20px;
    }
}
