/* Haber Detay Page specific CSS */

.article-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.article-header {
    padding: 50px 0 30px 0;
    width: 100%;
}

.article-body {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #1e293b; /* slate-800 */
}

.article-body p {
    margin-bottom: 24px;
    text-align: justify;
    text-justify: inter-word;
    color: #1e293b;
}

.article-text-content {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #1e293b;
}

.article-text-content p {
    margin-bottom: 24px;
    text-align: justify;
    text-justify: inter-word;
    color: #1e293b;
    font-size: 1.15rem;
    line-height: 1.85;
}

.article-body blockquote {
    border-left: 4px solid #c91b3f;
    background: linear-gradient(to right, #f8fafc 0%, #ffffff 100%);
    padding: 25px 30px;
    font-style: italic;
    color: #1e293b;
    margin: 40px 0;
    border-radius: 0 16px 16px 0;
    font-size: 1.25rem;
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.05);
}

.sidebar-recommendations {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.05) !important;
}

.sidebar-recommendations .rec-card {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.sidebar-recommendations .rec-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-recommendations .rec-card img {
    transition: transform 0.4s ease;
}

.sidebar-recommendations .rec-card:hover img {
    transform: scale(1.08);
}

.hover-accent {
    transition: color 0.2s ease;
}

.hover-accent:hover {
    color: #c91b3f !important;
}
