.news-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.news-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    max-height: 2.8em !important;
    word-break: break-word !important;
}

.news-title a {
    display: block !important;
    white-space: normal !important;
    overflow: hidden !important;
}

.news-excerpt {
    color: #6c757d;
    line-height: 1.5;
    font-size: 0.9rem;
    white-space: normal !important;
}

.category-badge {
    font-size: 0.7rem;
    padding: 0.35em 0.65em;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}

.tragamonedas {
    background-color: #e3f2fd;
    color: #1976d2;
}

.casino-en-vivo {
    background-color: #f3e5f5;
    color: #7b1fa2;
}

.apuestas-deportivas {
    background-color: #e8f5e8;
    color: #388e3c;
}

.igaming {
    background-color: #fff3e0;
    color: #f57c00;
}

.keyword-tag {
    font-size: 0.65rem;
    padding: 0.25em 0.5em;
    border-radius: 4px;
}

.keywords-container {
    min-height: 24px;
}

.empty-state {
    opacity: 0.7;
}

.card-header {
    padding: 1rem 1rem 0 1rem;
}

.card-body {
    padding: 0 1rem 1rem 1rem;
}

.btn-outline-primary {
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-color: #d7003d !important;
    color: #d7003d !important;
}

.btn-outline-primary:hover {
    background-color: #d7003d !important;
    border-color: #d7003d !important;
    color: white !important;
}