/**
 * Cantor Católico - Atril y capa de disuasión de copia.
 */

.cc-letra-integrante {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    line-height: 1.8;
    color: #1d2327;
    padding: 20px;
    background: #ffffff;
}

.cc-letra-director {
    font-size: 18px;
    line-height: 2.55;
    color: #1d2327;
    padding: 30px 20px 20px;
    background: #ffffff;
}

/*
 * El acorde ocupa cero ancho: queda exactamente sobre la sílaba que lo sigue.
 * No usa caja, borde ni fondo. El verde inicia la identidad visual musical.
 */
.cc-chord-inline {
    position: relative;
    top: -1.25em;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #257447;
    font-family: inherit;
    font-size: 0.82em;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}

.cc-chord-inline strong {
    color: inherit;
    font: inherit;
}

.cc-access-required {
    padding: 20px;
    border: 1px solid #d9dedb;
    border-radius: 8px;
    background: #fff;
}

.cc-cta-viral-box {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
