/* ============================================
   FREEPRESS - Botones compartir (Social Snap)
   ============================================ */

/* ── Label: ocultar "Share via:" y mostrar texto en español ── */
.ss-social-share-label {
    font-size: 0 !important;
    display: block !important;
    margin-bottom: 12px !important;
}

.ss-social-share-label::before {
    content: "Compartir esta entrada";
    font-size: 14px !important;
    font-family: 'Asap', sans-serif !important;
    font-weight: 400 !important;
    color: #BE163B !important;
    line-height: 1.4 !important;
}

/* ── Espaciado entre botones ─────────────────────────────── */
.ss-inline-share-wrapper .ss-social-icons-container {
    gap: 12px !important;
    flex-wrap: wrap !important;
}

/* ── Todos los botones: color de marca ───────────────────── */
.ss-inline-share-wrapper .ss-social-icons-container li a,
.ss-facebook-color,
.ss-twitter-color,
.ss-x-color,
.ss-linkedin-color,
.ss-pinterest-color,
.ss-whatsapp-color,
.ss-telegram-color,
.ss-email-color,
.ss-copy-color,
.ss-shareall-color {
    background-color: #BE163B !important;
    border-color: #BE163B !important;
    color: #fff !important;
    transition: background-color 0.2s ease, transform 0.15s ease !important;
}

.ss-inline-share-wrapper .ss-social-icons-container li a:hover,
.ss-facebook-color:hover,
.ss-twitter-color:hover,
.ss-x-color:hover,
.ss-linkedin-color:hover,
.ss-copy-color:hover,
.ss-shareall-color:hover {
    background-color: #9c1230 !important;
    border-color: #9c1230 !important;
    transform: translateY(-2px) !important;
}

/* ── Iconos SVG y texto del botón More: blanco ───────────── */
.ss-inline-share-wrapper .ss-svg-icon path,
.ss-inline-share-wrapper .ss-svg-icon rect,
.ss-inline-share-wrapper .ss-svg-icon circle,
.ss-inline-share-wrapper .ss-svg-icon polygon {
    fill: #fff !important;
}

.ss-shareall-color .ss-network-label,
.ss-shareall-color .ss-reveal-label-wrap {
    color: #fff !important;
}

/* ── Botón "Copiar link" personalizado ───────────────────── */
.fp-copy-link-item {
    display: inline-flex !important;
    list-style: none !important;
}

.fp-copy-link-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background-color: #BE163B !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-family: 'Asap', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    transition: background-color 0.2s ease, transform 0.15s ease !important;
    line-height: 1 !important;
}

/* Selector de alta especificidad para ganar al padding:0 !important de Social Snap */
.ss-inline-share-wrapper .ss-social-icons-container > li.fp-copy-link-item > a.fp-copy-link-btn {
    padding: 10px 24px !important;
    height: auto !important;
    line-height: 1 !important;
    width: auto !important;
}

.fp-copy-link-btn:hover {
    background-color: #9c1230 !important;
    transform: translateY(-2px) !important;
    color: #fff !important;
}

.fp-copy-icon {
    display: inline-flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.fp-copy-label {
    color: #fff !important;
    font-size: 13px !important;
}

/* ── Barra flotante lateral (si está activa) ─────────────── */
#ss-floating-bar .ss-social-icons-container li a {
    background-color: #BE163B !important;
    border-color: #BE163B !important;
}

#ss-floating-bar .ss-social-icons-container li a:hover {
    background-color: #9c1230 !important;
}
