/*
 * ============================================================
 * USICAM - Destacado en Redes
 * ============================================================
 */

.social-featured-card{

    background:#fff;

}

.social-featured-link{

    display:block;

    color:inherit;

    text-decoration:none;

}

.social-featured-link:hover{

    text-decoration:none;

}

.social-featured-image{

    position:relative;

    overflow:hidden;

    background:#fff;

}

.social-featured-image img{

    display:block;

    width:100%;

    height:170px;

    object-fit:cover;

    transition:transform .30s ease;

}

.social-featured-link:hover .social-featured-image img{

    transform:scale(1.03);

}

/*--------------------------------------------------
    Etiqueta de la red
---------------------------------------------------*/

.social-featured-source{

    position:absolute;

    top:12px;

    left:12px;

    display:flex;

    align-items:center;

    gap:6px;

    padding:5px 10px;

    border-radius:18px;

    background:rgba(255,255,255,.95);

    font-size:12px;

    font-weight:600;

    line-height:1;

    box-shadow:0 2px 6px rgba(0,0,0,.15);

}

.social-featured-source.facebook{

    color:#1877F2;

}

.social-featured-source .social-icon{

    width:16px;

    height:16px;

    flex:none;

}

.social-featured-source.instagram{

    color:#E1306C;

}

.social-featured-source.youtube{

    color:#FF0000;

}

/*--------------------------------------------------
    Etiqueta de vídeo
---------------------------------------------------*/

.social-featured-video{

    position:absolute;

    right:12px;

    bottom:12px;

    padding:5px 10px;

    border-radius:18px;

    background:rgba(0,0,0,.75);

    color:#fff;

    font-size:12px;

    font-weight:600;

}

/*--------------------------------------------------
    Contenido
---------------------------------------------------*/

.social-featured-content{

    padding:16px 16px 12px;

}

.social-featured-content p{

    margin:12px 0 0;

    font-size:14px;

    line-height:1.45;

    color:#555;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;

}

.social-featured-content h5{

    margin:0;

    font-size:18px;

    font-weight:600;

    line-height:1.35;

    color:#222;

    transition:color .25s ease;

}

.social-featured-link:hover h5{

    color:#0056A3;

}

.social-featured-subtitle{

    margin:8px 0 0;

    font-size:14px;

    line-height:1.45;

    color:#666;

}

.social-featured-date{

    margin-top:12px;

    font-size:12px;

    color:#888;

}

/*--------------------------------------------------
    Botón
---------------------------------------------------*/

.social-featured-button{

    display:inline-flex;

    align-items:center;

    gap:6px;

    margin-top:10px;

    padding:0;

    border:none;

    background:none;

    color:#013773;

    font-size:14px;

    font-weight:600;

    line-height:1;

    transition:color .25s ease;

}

.social-featured-button::after{

    content:"→";

    transition:transform .25s ease;

}

.social-featured-link:hover .social-featured-button{

    color:#0056A3;

}

.social-featured-link:hover .social-featured-button::after{

    transform:translateX(4px);

}

/*--------------------------------------------------
    "★" de Destacado en redes
---------------------------------------------------*/

.social-featured-widget .widget-title::before{

    content:"★";

    color:#D10100;

    margin-right:6px;

}