.search-deleted {
    --primary: #1a1a1a;
    --primary-dark: #000000;
    --gradient-main: linear-gradient(135deg, #1a1a1a 0%, #D4AF37 100%);
    --primary-bg-1: rgba(26, 26, 26, 0.03);
    --primary-bg-2: rgba(212, 175, 55, 0.03);
    --hero-filter: drop-shadow(0 4px 20px rgba(212, 175, 55, 0.3));
    --focus-shadow: 0 25px 50px rgba(212, 175, 55, 0.2), inset 0 0 0 2px rgba(26, 26, 26, 0.1);
}

.search-deleted .stat-highlight {
    color: #FFD700;
}

.dk-list-deleted-age {
    padding: 2px 8px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    width: 60px;
}

.dk-list-deleted-period {
    text-align: center;
    display: inline-block;
    width: 200px;
}



.dk-list-deleted-combo {
    text-align: center;
    display: inline-block;
    width: 180px;
    font-style: italic;
}

@media (max-width: 768px) {
    .dk-list-deleted-reg,
    .dk-list-deleted-exp,
    .dk-list-deleted-combo {
        display: none;
    }
}

.domain-combination {
    font-size: 13px;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.keyword-colored {
    color: #D4AF37;
    font-weight: 700;
}

.domain-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 10px 0;
}

.domain-info-grid .info-item {
    text-align: center;
}

.domain-info-grid .info-label {
    text-transform: uppercase;
    font-size: 10px;
    color: #9ca3af;
    margin-bottom: 2px;
}

.domain-info-grid .info-value {
    font-weight: 600;
    color: #374151;
    font-size: 12px;
}

.domain-card.age-20plus .age-value {
    color: #D4AF37;
    font-weight: 800;
}

.btn-action.register {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    color: #fff;
    font-weight: 700;
}

.btn-action.register:hover {
    background: linear-gradient(135deg, #B8860B 0%, #D4AF37 100%);
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .domain-info-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}