:root.search-bulk-tlds {
    --primary: #0077BE;
    --primary-dark: #005a8b;
    --primary-light: #00CED1;
    --gradient-main: linear-gradient(135deg, #0077BE 0%, #00CED1 100%);
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
}

.search-bulk-tlds .hero-section {
    padding-bottom: 50px !important;
}

.search-bulk-tlds .nav-link[href*="bulk"] {
    background: var(--gradient-main);
    color: white;
}

.search-bulk-tlds .hero-title {
    font-size: 3.2rem !important;
}

.bulk-table-header .dk-list-actions {
    justify-content: center !important;
}

.bulk-header-stat {
    flex: 1;
    text-align: center;
    font-size: var(--font-size-sm);
    color: var(--dark);
}

.stat-total {
    color: var(--dark);
}

.stat-popular {
    color: var(--success);
}

.stat-cctld {
    color: var(--primary);
}

.stat-other {
    color: var(--gray);
}

.bulk-result-row .dk-list-actions {
    justify-content: center !important;
}

.bulk-result-row .dk-list-actions form {
    width: auto;
}

@media (max-width: 768px) {
    .search-bulk-tlds .hero-title {
        font-size: 2rem !important;
    }

    .dk-list-content {
        display: flex !important;
    }
    
    .dk-list-content .bulk-stat:nth-child(1),
    .dk-list-content .bulk-stat:nth-child(2),
    .bulk-table-header .bulk-header-stat:nth-child(1),
    .bulk-table-header .bulk-header-stat:nth-child(2) {
        display: block !important;
    }
    
    .dk-list-content .bulk-stat:nth-child(3),
    .dk-list-content .bulk-stat:nth-child(4),
    .bulk-table-header .bulk-header-stat:nth-child(3),
    .bulk-table-header .bulk-header-stat:nth-child(4) {
        display: none !important;
    }
    
    .filters-bar {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .filter-group {
        display: inline-flex;
        margin-right: 10px;
    }
}

@media (max-width: 468px) {
    .search-bulk-tlds .hero-title {
        font-size: 1.5rem !important;
    }
    
    .bulk-textarea {
        min-height: 120px;
        font-size: 12px;
    }
    
    .dk-list-content .bulk-stat:nth-child(2),
    .dk-list-content .bulk-stat:nth-child(3),
    .dk-list-content .bulk-stat:nth-child(4),
    .bulk-table-header .bulk-header-stat:nth-child(2),
    .bulk-table-header .bulk-header-stat:nth-child(3),
    .bulk-table-header .bulk-header-stat:nth-child(4) {
        display: none !important;
    }
}