.featured-domains-wrapper {
    border: 2px solid #0d6efd;
    border-radius: 18px;
    padding: 2rem;
    background: #f8fbff;
}

.featured-domains-title {
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.featured-domain-card {
    border: 1px solid rgba(13, 110, 253, 0.25);
    transition: all 0.2s ease;
}

.featured-domain-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


.btn-outline-primary {
    background-color: #fff !important;
    border: 1px solid #0d6efd !important;
    color: #0d6efd !important;
}

.btn-outline-primary:hover {
    background-color: #0d6efd !important;
    color: #fff !important;
}