/*
 * Ficha de emisor (emisor/view.php)
 * Breakpoint canónico md 768.
 */
#bodyTable {
    width: 92%;
}

#bodyTable > .row {
    max-width: 100%;
}

#body > .ratings-key__table {
    height: 52vh;
    direction: ltr;
    overflow: auto;
}

#recomendacion-esg {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.button--6-2 {
    background-color: rgba(0, 0, 0, 0);
    font-weight: 900;
    border-color: black !important;
    border-style: solid !important;
    color: black !important;
    cursor: pointer !important;
    border-width: 2px !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    font-family: Lato, arial, sans-serif !important;
    text-transform: nones !important; /* NOTA: 'nones' es un typo del original (inválido, se ignora). Preservado. */
    text-decoration: none !important;
}

.button--6-2:hover {
    background-color: #1ba600 !important;
    border-color: #1ba600 !important;
    border-style: solid !important;
    color: white !important;
    outline: 0 !important;
    outline-color: initial !important;
    outline-style: initial !important;
    outline-width: 0px !important;
}

@media only screen and (max-width: 768px) {
    #recomendacion-esg {
        flex-direction: column-reverse !important;
    }
}

/* --- Consolidación de estilos inline repetidos (tramo 2) --- */

/* Cada bloque de tabla de la ficha */
#bodyTable .tab-content.ratings-key {
    padding-bottom: 5%;
}

/* Encabezado de sección: el h2 no genera caja y el <strong> es una regla decorativa */
#bodyTable h2.heading--3 {
    display: contents;
}

#bodyTable h2.heading--3 strong {
    font-weight: bold;
    border-bottom: 1px grey solid;
}

.emisor-section-head {
    margin-bottom: 1% !important;
}

/* Celda "Perspectiva": texto + ícono */
.perspectiva-text {
    clear: left;
    text-align: left;
    vertical-align: initial;
    line-height: 25px;
    display: inline;
    margin-bottom: 14px;
}

.perspectiva-icon {
    display: inline-block;
    vertical-align: middle;
}

/* Tabs "Referencia de Perspectiva" / "Relevancia ESG" */
.tab-link-emisor {
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    color: black;
}
