
/* RX Theme v7.5 Social Share + Print + Copy Link */
.rx-social-share{
    margin:34px 0;
    padding:22px;
    border:1px solid #e5e7eb;
    border-radius:22px;
    background:#ffffff;
    box-shadow:0 16px 40px rgba(15,23,42,.06);
}
.rx-social-share__title{
    font-weight:900;
    color:var(--rx-heading-color,#111827);
    font-size:18px;
    margin-bottom:14px;
}
.rx-social-share__buttons{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.rx-social-share__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 15px;
    border:1px solid #dbeafe;
    border-radius:999px;
    background:#eff6ff;
    color:var(--rx-primary-color,#0066cc);
    font-weight:800;
    text-decoration:none;
    cursor:pointer;
    transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.rx-social-share__button:hover,
.rx-social-share__button:focus{
    transform:translateY(-1px);
    box-shadow:0 12px 26px rgba(15,23,42,.12);
    text-decoration:none;
}
.rx-social-share__button--facebook{background:#eff6ff;color:#1d4ed8;}
.rx-social-share__button--x{background:#f8fafc;color:#0f172a;}
.rx-social-share__button--linkedin{background:#eef2ff;color:#3730a3;}
.rx-social-share__button--whatsapp{background:#ecfdf5;color:#047857;}
.rx-social-share__button--copy{background:#fff7ed;color:#c2410c;}
.rx-social-share__button--print{background:#f0fdf4;color:#15803d;}
.rx-social-share__notice{
    margin-top:10px;
    color:#047857;
    font-size:14px;
    font-weight:700;
    min-height:18px;
}
.rx-social-share--floating{
    position:fixed;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    z-index:9990;
    width:58px;
    padding:10px;
    border-radius:999px;
}
.rx-social-share--floating .rx-social-share__buttons{
    display:grid;
    gap:8px;
}
.rx-social-share--floating .rx-social-share__button{
    width:38px;
    height:38px;
    min-height:38px;
    padding:0;
    font-size:0;
}
.rx-social-share--floating .rx-social-share__button span{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
}
.rx-social-share--floating .rx-social-share__button::before{
    font-size:15px;
    line-height:1;
}
.rx-social-share__button--facebook::before{content:'f';}
.rx-social-share__button--x::before{content:'𝕏';}
.rx-social-share__button--linkedin::before{content:'in';}
.rx-social-share__button--whatsapp::before{content:'WA';}
.rx-social-share__button--copy::before{content:'🔗';}
.rx-social-share__button--print::before{content:'⎙';}
.rx-social-share--floating .rx-social-share__notice{display:none;}
body.rx-dark-mode .rx-social-share{
    background:#111827;
    border-color:#243244;
}
body.rx-dark-mode .rx-social-share__title{
    color:#fff;
}
@media (max-width:1180px){
    .rx-social-share--floating{
        display:none;
    }
}
@media (max-width:640px){
    .rx-social-share{
        padding:18px;
        border-radius:18px;
    }
    .rx-social-share__buttons{
        display:grid;
        grid-template-columns:1fr 1fr;
    }
    .rx-social-share__button{
        width:100%;
    }
}
@media print{
    .rx-social-share,
    .rx-social-share--floating{
        display:none !important;
    }
}
