/*.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: -2.5em;
}*/

/* Limitar el título a 2 líneas */
.vc_gitem-post-data-source-post_title h1,
.vc_gitem-post-data-source-post_title h2,
.vc_gitem-post-data-source-post_title h3,
.vc_gitem-post-data-source-post_title h4,
.vc_gitem-post-data-source-post_title h5,
.vc_gitem-post-data-source-post_title h6
.vc_gitem-post-data-source-post_title div {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.6em; /* Ajusta según tu line-height */
}

/* Limitar el contenido a caracteres específicos */
.vc_gitem-post-data-source-post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc_gitem-post-data-source-post_author,
.vc_gitem-post-data-source-post_author h6 {
    font-size: 12px !important;
    font-weight: 500;
    padding: 4px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.vc_gitem-post-data-source-post_date,
.vc_gitem-post-data-source-post_date h6 {
    font-size: 12px !important;
    font-weight: 500;
    padding: 4px 12px;
    background: #e74c3c;
    color: #ffffff;
    border-radius: 20px;
    display: inline-block;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin: 0 !important;
}


.vc_gitem-post-data-source-post_author,
.vc_gitem-post-data-source-post_author h6::before {
    content: "BY ";
    font-weight: 600;
    margin-right: 4px;
    opacity: 0.9;
}

/* ===================================
   ESTILO HOVER PARA EL TÍTULO
   =================================== */

.vc_gitem-post-data-source-post_title {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.vc_gitem-post-data-source-post_title h2,
.vc_gitem-post-data-source-post_title h3,
.vc_gitem-post-data-source-post_title h4,
.vc_gitem-post-data-source-post_title h5,
.vc_gitem-post-data-source-post_title h6 {
    position: relative;
    display: inline;
    background-image: linear-gradient(#3498db, #3498db);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 0.3s ease;
    padding-bottom: 2px;
}

/* Activar línea al hacer hover */
.vc_gitem-zone.vc_gitem-zone-a,
.vc_gitem-post-data-source-post_title:hover h2,
.vc_gitem-post-data-source-post_title:hover h3,
.vc_gitem-post-data-source-post_title:hover h4,
.vc_gitem-post-data-source-post_title:hover h5,
.vc_gitem-post-data-source-post_title:hover h6 {
    background-size: 100% 2px;
}

.entry-title {
    margin-bottom: 30px !important;
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0.5em !important;
}