/* Unique styles for making-long-distance-relationships-work page */

.challenges h4,
.communication h4,
.intimacy h4,
.technology h4,
.visits h4,
.closing-distance h4,
.success-stories h4 {
    color: #6B46C1;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.challenges ul,
.communication ul,
.intimacy ul,
.technology ul,
.visits ul,
.closing-distance ul,
.success-stories ul {
    margin-bottom: 1.5rem;
}

.challenges li,
.communication li,
.intimacy li,
.technology li,
.visits li,
.closing-distance li,
.success-stories li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.success-stories .common-pitfalls {
    background: #F8FAFC;
    border-left: 4px solid #E2E8F0;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
}

.success-stories strong {
    color: #1E293B;
    font-weight: 600;
}

.references p {
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #E2E8F0;
    line-height: 1.6;
}

.support-note {
    background: linear-gradient(135deg, #F8FAFC 0%, #EDE9FE 100%);
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
}

.support-note em {
    font-style: normal;
    color: #475569;
    line-height: 1.7;
}

.article-header h1 {
    background: linear-gradient(135deg, #6B46C1 0%, #9333EA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.introduction p:first-child {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

section h2 {
    color: #1E293B;
    border-bottom: 2px solid #E2E8F0;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

section h3 {
    color: #374151;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
