\
/* Social Share AyCandela - estilos centrados (arriba del post) */
.aycandela-share-container {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}
.aycandela-share-title {
    display: block;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    letter-spacing: .2px;
}
.aycandela-share-buttons a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0 8px 6px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
    box-shadow: 0 6px 14px rgba(0,0,0,.12);
}
.btn-whatsapp { background: #25D366; }
.btn-facebook { background: #1877F2; }
.btn-tiktok { background: #000000; }
.btn-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.aycandela-share-buttons a:hover {
    transform: translateY(-2px) scale(1.07);
    opacity: .95;
    box-shadow: 0 10px 18px rgba(0,0,0,.18);
}
.aycandela-share-buttons a:focus {
    outline: 2px solid #ff5252;
    outline-offset: 3px;
}
