.bg-overlayRd{
    position: relative;
}

.bg-overlayRd::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* 👇 transparencia del fondo */
    background: rgba(255, 255, 255, 0.815); /* ajusta aquí */

    z-index: 1;
}

/* todo el contenido arriba del overlay */
.bg-overlayRd > *{
    position: relative;
    z-index: 2;
}




.fb-post{
    background:#fff;
    border-radius:14px;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
    overflow:hidden;
    transition:.25s;
}

.fb-post:hover{
    transform: translateY(-4px);
    box-shadow:0 12px 25px rgba(0,0,0,.12);
}

/* FECHA */
.fb-header-clean{
    padding:12px 14px;
    font-size:12px;
    color:#E76877;
    font-weight:500;
}

/* TEXTO */
.fb-text{
    padding:0 14px 10px;
    font-size:14px;
    color:#1c1e21;
    line-height:1.4;
    white-space: normal;
}

/* IMAGEN */
.fb-image img{
    width:100%;
    height:220px;
    object-fit:cover;
}

/* BOTÓN */
.fb-action{
    padding:10px 14px;
    border-top:1px solid #eee;
}

.fb-action a{
    display:block;
    text-align:center;
    background:#f0f2f5;
    color:#1B5999;
    padding:9px;
    border-radius:10px;
    text-decoration:none;
    font-weight:500;
    transition:.2s;
}

.fb-action a:hover{
    background:#e4e6eb;
}
.social-scroll {
    max-height: 650px;
    overflow-y: auto;
    padding-right: 8px;
}

/* Scroll bonito */
.social-scroll::-webkit-scrollbar {
    width: 6px;
}

.social-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.social-scroll::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.fb-post {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.fb-image img,
.fb-image video {
    width: 100%;
    border-radius: 10px;
    margin-top: 8px;
}
