/* Unique styles for how-to-cope-with-depression-after-breakup page */

/* Article meta styling */
.article-meta {
    color: #6B7280;
    font-size: 0.9em;
    margin-bottom: 1.5rem;
}

/* Key differences section styling */
.key-differences {
    background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
    border-left: 4px solid #10B981;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
}

.key-differences h4 {
    color: #065F46;
    margin-bottom: 1rem;
    font-size: 1.1em;
}

/* Warning signs section styling */
.warning-signs {
    background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
    border-left: 4px solid #EF4444;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
}

.warning-signs h3 {
    color: #991B1B;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.warning-signs h3::before {
    content: "⚠️";
    font-size: 1.2em;
}

/* References section styling */
.references {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
}

.references h3 {
    color: #1E293B;
    margin-bottom: 1rem;
    font-size: 1.1em;
}

.references ol {
    font-size: 0.9em;
    line-height: 1.6;
}

.references li {
    margin-bottom: 0.5rem;
}

/* Crisis resources styling */
.crisis-resources {
    background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
    border-left: 4px solid #F59E0B;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
}

.crisis-resources h3 {
    color: #92400E;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.crisis-resources h3::before {
    content: "🆘";
    font-size: 1.2em;
}

.crisis-resources ul li {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Article meta footer styling */
.article-meta-footer {
    background: #F1F5F9;
    border: 1px solid #CBD5E1;
    padding: 1rem;
    margin: 2rem 0;
    border-radius: 8px;
    font-size: 0.9em;
    color: #475569;
}

.article-meta-footer p {
    margin-bottom: 0.5rem;
}

.article-meta-footer p:last-child {
    margin-bottom: 0;
}

/* Section spacing improvements */
.resource-article section {
    margin-bottom: 3rem;
}

.resource-article h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #E5E7EB;
}

.resource-article h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #374151;
}

/* List styling improvements */
.resource-article ul, .resource-article ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.resource-article li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.resource-article li strong {
    color: #1F2937;
}

/* Paragraph spacing */
.resource-article p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
}
