/**
 * File: single-database.css
 * Author: Krafty Sprouts Media LLC
 * Created: 08/01/2026
 * Version: 1.0.0
 * Description: Styles for single database templates (movies, TV shows, games)
 *
 * @package Kamaba
 * @since 2.0.0
 */

/* Hero gradient fade to white */
.hero-gradient {
    background: linear-gradient(to top, #fdfdfd 0%, transparent 100%);
}

/* Article content styling */
.article-content p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #374151;
}

.article-content p:not(:last-child) {
    margin-bottom: 1.5rem;
}