.td-home-bulk-pages {
    background: #fff;
    box-shadow: 0 0 0 100vmax #fff;
    clip-path: inset(0 -100vmax);
    padding-top: 64px;
}

.td-home-bulk-pages:last-child {
    padding-bottom: 56px;
}

.td-bulk-page-grid {
    margin-top: 24px;
}

.td-bulk-page-copy {
    justify-content: center;
    min-height: 66px;
    padding: 12px 14px;
}

.td-bulk-page-copy strong {
    color: #1f2933;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
}

.td-home-bulk-pages-more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.td-bulk-page-library .td-library-results {
    padding-bottom: 26px;
}

.td-bulk-page-controls {
    padding: 30px 0 28px;
}

.td-bulk-page-controls .td-template-search {
    margin-bottom: 28px;
}

.td-bulk-page-category-group h2 {
    color: #2f3035;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.45;
    margin: 0 0 18px;
}

.td-bulk-page-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.td-bulk-page-category-nav a {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd7da;
    border-radius: 999px;
    color: #48444a;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: center;
    min-height: 46px;
    padding: 9px 24px;
    text-decoration: none;
}

.td-bulk-page-category-nav a:hover,
.td-bulk-page-category-nav a:focus {
    border-color: #bd4a78;
    color: #9f315b;
    text-decoration: none;
}

.td-bulk-page-category-nav a.is-active {
    background: #d83f78;
    border-color: #d83f78;
    color: #fff;
}

.td-bulk-page-library .td-bulk-page-grid {
    margin-top: 0;
}

.td-bulk-page-empty {
    border: 1px dashed #cfd8e1;
    border-radius: 10px;
    background: #fff;
    padding: 34px 20px;
    text-align: center;
}

.td-bulk-page-empty p {
    margin: 0;
    color: #1f2933;
    font-weight: 800;
}

.td-bulk-page-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 30px;
}

.td-bulk-page-pagination a {
    align-items: center;
    background: #fff;
    border: 1px solid #dce3ea;
    border-radius: 8px;
    color: #526371;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    text-decoration: none;
}

.td-bulk-page-pagination a:hover,
.td-bulk-page-pagination a:focus,
.td-bulk-page-pagination a.is-active {
    border-color: #bd4a78;
    background: #fff5f8;
    color: #9f315b;
    text-decoration: none;
}

.td-bulk-page-pagination a.is-active {
    background: #bd4a78;
    color: #fff;
}

@media (max-width: 720px) {
    .td-home-bulk-pages {
        padding-top: 48px;
    }

    .td-bulk-page-copy {
        min-height: 0;
        padding: 12px;
    }

    .td-bulk-page-copy strong {
        font-size: 15px;
    }

    .td-bulk-page-controls {
        padding: 24px 0;
    }

    .td-bulk-page-category-group h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .td-bulk-page-category-nav {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
        width: 100%;
    }

    .td-bulk-page-category-nav a {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 8px 20px;
    }
}
