/* Full Article */
.full-article {
    max-width: 800px;
    margin: 30px auto;
    padding: 0 15px;
}

.full-article h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.content h2, .content h3 {
    margin-top: 1.5em;
}

.content p {
    margin-bottom: 1em;
}

/* article citations */
.citations {
    margin-top: 1.5em;
    font-size: 0.85em;
    color: #666;
    background: none;
    text-align: left;
    padding: 0;
}

.citations h3 {
    font-size: 1em;
    margin-bottom: 0.5em;
    color: #444;
}

.citations ol {
    margin-left: 1.5em;
    padding-left: 0;
}

.citations li {
    margin-bottom: 0.3em;
    line-height: 1.3;
}

.citations a {
    color: #555;
    text-decoration: none;
    word-break: break-word;
}

.citations a:hover {
    text-decoration: underline;
}

.article-content-container {
    max-width: 800px;
    margin: 30px auto;
    padding: 0 15px;
}

/* cta on article page */
.follow-cta {
    margin-top: 0.5rem;
    font-size: 0.9em;
    color: #444;
    text-align: center;
}

.follow-cta a {
    color: #0077cc;
    text-decoration: none;
    font-weight: 500;
}

.follow-cta a:hover {
    text-decoration: underline;
}

/* "related" articles section */
.related-articles {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.1rem;
    color: #444;
}

.related-heading a {
    color: #0077cc;
    text-decoration: none;
    font-weight: 600;
}

.related-heading a:hover {
    text-decoration: underline;
}

/* for sharing cta */
.share-cta {
    margin-bottom: 0.5rem;
}

.share-buttons-inline {
    margin-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.share-buttons-inline img {
    width: 22px;
    height: 22px;
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.share-buttons-inline img:hover {
    opacity: 1;
}

.share-buttons-inline button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.copy-confirm {
    opacity: 0;
    margin-left: 6px;
    font-size: 0.85em;
    color: #444;
    transition: opacity 0.3s ease;
}

.copy-confirm.show {
    opacity: 1;
}
