.iwdiv-wrapper {
    width: 100%;
}

/* Alineaciones del bloque completo */
.iw-align-left  { text-align: left; }
.iw-align-center{ text-align: center; }
.iw-align-right { text-align: right; }

/* Contenedor del título + barra roja */
.iwdiv-title-wrap {
    display: inline-block;       /* mide lo que mide el texto */
    text-align: left;
    margin-bottom: 0px;
}

/* Título */
.iwdiv-title {
    margin: 0 0 8px 0;           /* ← poquitito aire entre texto y barra roja */
    font-weight: 700;
    text-transform: uppercase;
}

/* Barra roja: mismo ancho que el texto */
.iwdiv-bar-1 {
    width: 100%;
    height: 3px;
    background-color: var(--e-global-color-primary);
    margin-bottom: -4px;
}

/* Contenedor de barra gris */
.iwdiv-bars-wrapper {
    margin-top: 0;               /* ← SIN espacio entre barra roja y gris */
    margin-bottom: 12px;
}

/* Barra gris: ocupa todo el ancho del contenedor */
.iwdiv-bar-2 {
    width: 100%;
    height: 2px;
    background-color: #444;
}
