/* Estilos para el widget de Noticias Cristianas */
.widget_noticias_cristianas {
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.widget_noticias_cristianas h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.widget_noticias_cristianas table {
    width: 100%;
    border-collapse: collapse;
}

.widget_noticias_cristianas table td {
    padding: 10px;
    border: 1px solid #ddd;
    max-width: 100%;
}

.widget_noticias_cristianas table img {
    max-width: 100%;
    height: auto;
}

.container-news img {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 2px;
    height: 80px;
    width: 90px;
    object-fit: cover;
    object-position: center center;
}
.dark-skin .container-news h2 {
 color: #fff;
 }
.container-news a {
    text-decoration: none !important;
}
.dark-skin .noticia-item:hover {
    background: #303030;
}
.noticia-item:hover {
    background: #dadada;
}
.container-news h2 {
 text-decoration:none;
 font-size:13px;
 font-family:Arial;
 color: #1d1d1d;
 font-weight: bold;
 line-height: 18px;
 }

.dark-skin .container-news {
    background-color: #373737;
    border-bottom: 3px solid #474747;
    background: #3c3c3c;
}

.container-news {
    background: #f7f7f7;
    overflow: hidden;
    padding: 5px 5px;
    border-bottom: 3px solid #eaeaea;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}

.noticia-item {
    display: flex;
    align-items: center; /* Alinea verticalmente los elementos */
    gap: 10px; /* Espaciado entre la imagen y el texto */
    padding: 5px;
    border-bottom: 2px solid #eaeaea;
}

.noticia-item img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    border-radius: 2px;
}

.noticia-item h2 {
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 18px;
    margin: 0; /* Elimina márgenes extra */
    flex-grow: 1; /* Asegura que el título ocupe el espacio disponible */
}

.noticia-item p {
    font-size: 12px;
    color: #555;
    margin: 2px 0 0;
}
