/* AquaLinked Media Social Share Buttons */

.article-share-box {
    margin: 35px 0 30px;
    padding: 22px;
    border: 1px solid #dbe7ef;
    border-radius: 18px;
    background: #f8fbfd;
    text-align: center;
}

.article-share-title {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #12384d;
    margin-bottom: 16px;
}

.article-share-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.share-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    text-decoration: none;
}

.share-btn.linkedin {
    background: #0a66c2;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn.x {
    background: #111111;
}

.share-btn.telegram {
    background: #229ed9;
}

/* Footer site sharing */

.footer-share-site {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.18);
    text-align: center;
}

.footer-share-title {
    font-family: Georgia, serif;
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-share-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-share-buttons a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.2s ease, transform 0.2s ease;
}

.footer-share-buttons a:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
    text-decoration: none;
}

@media (max-width: 600px) {
    .article-share-box {
        padding: 18px 14px;
    }

    .share-btn,
    .footer-share-buttons a {
        width: 100%;
        max-width: 220px;
        text-align: center;
    }
}

/* AquaLinked Media Footer */

.media-footer {
    margin-top: 50px;
    background: linear-gradient(135deg, #082f49, #0f4c5c);
    color: #ffffff;
    padding: 42px 18px 28px;
}

.media-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.media-footer-logo {
    font-family: Georgia, serif;
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #ffffff;
}

.media-footer-brand p {
    max-width: 720px;
    margin: 0 auto 22px;
    line-height: 1.7;
    color: rgba(255,255,255,0.86);
}

.media-footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 22px 0 10px;
}

.media-footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 650;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
}

.media-footer-links a:hover {
    background: rgba(255,255,255,0.22);
    text-decoration: none;
}

.media-footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.16);
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
}
