.genre-badge {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    padding: 0.5em 1em;
}
.synopsis-text {
    line-height: 1.8;
    text-align: justify;
}
.card {
    border-radius: 16px;
    overflow: hidden;
}
.btn-outline-primary {
    border-color: #6a11cb;
    color: #6a11cb;
}
.btn-outline-primary:hover {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-color: #6a11cb;
    color: white;
}
.btn-danger {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    border: none;
    padding: 0.75rem 1.5rem;
}
.btn-danger:hover {
    background: linear-gradient(135deg, #e53e61 0%, #e04427 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 75, 43, 0.3);
}
