/* Section */
.sponsored-category-snippet-section {
    padding-top: 16px;
}

/* Col-1 */
.sponsored-category-snippet-section .grid .col-1 {
    padding-bottom: 16px;
    border-bottom: 1px solid #dddddd;
}

/* Col-2 */
.sponsored-category-snippet-section .grid .col-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dddddd;
}

/* Col-3 */
.sponsored-category-snippet-section .grid .col-3 {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (min-width:1024px) {
    /* Section */
    .sponsored-category-snippet-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    /* Grid */
    .sponsored-category-snippet-section .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    /* Col-1 */
    .sponsored-category-snippet-section .grid .col-2 {
        padding: 0 16px;
        border-right: 1px solid #dddddd;
        border-bottom: none;
    }

    /* Col-2 */
    .sponsored-category-snippet-section .grid .col-1 {
        padding: 0 16px;
        border-right: 1px solid #dddddd;
        border-bottom: none;
    }

    /* Col-3 */
    .sponsored-category-snippet-section .grid .col-3 {
        padding: 0 0 0 16px;
        border-bottom: none;
    }
}


