/* =========================================================
   COSTA DEL ROCK
   FICHAS INDIVIDUALES DE SALAS
   salas.css
   ========================================================= */


/* =========================================================
   VARIABLES
   ========================================================= */

.cdr-sala-page {
    --cdr-red: #e00000;
    --cdr-white: #ffffff;
    --cdr-text: #b5b5b5;
    --cdr-muted: #777777;
    --cdr-border: rgba(255, 255, 255, 0.14);
    --cdr-border-soft: rgba(255, 255, 255, 0.10);
    --cdr-card: rgba(255, 255, 255, 0.025);
    --cdr-card-hover: rgba(255, 255, 255, 0.045);
}


/* =========================================================
   CONTENEDOR GENERAL
   ========================================================= */

.cdr-sala-page {
    width: min(1380px, calc(100% - 70px));
    margin: 0 auto;
    padding: 80px 0 100px;

    color: var(--cdr-white);
}


/* =========================================================
   CABECERA — CARD PRINCIPAL
   ========================================================= */

.cdr-sala-header {

    position: relative;

    padding: 55px 60px 50px;

    margin-bottom: 90px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(224, 0, 0, 0.075),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.012)
        );

    border: 1px solid var(--cdr-border);

    border-radius: 22px;

    overflow: hidden;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.25);
}


/* línea roja superior */

.cdr-sala-header::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 250px;
    height: 2px;

    background: var(--cdr-red);

}


/* =========================================================
   CABECERA SUPERIOR
   ========================================================= */

.cdr-sala-header-top {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 40px;
}


/* =========================================================
   KICKER
   ========================================================= */

.cdr-sala-kicker {

    display: block;

    margin-bottom: 16px;

    color: var(--cdr-red);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 0.38em;

    text-transform: uppercase;
}


/* =========================================================
   TÍTULO DE LA SALA
   ========================================================= */

.cdr-sala-header h1 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(58px, 6vw, 92px);

    line-height: 0.95;

    font-weight: 600;

    letter-spacing: -0.045em;
}


/* =========================================================
   BOTÓN AÑADIR CONCIERTO
   ========================================================= */

.cdr-sala-add {

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    min-height: 52px;

    padding: 0 28px;

    margin-top: 12px;

    border: 1px solid var(--cdr-red);

    border-radius: 999px;

    background: transparent;

    color: #ffffff !important;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


.cdr-sala-add span {

    color: var(--cdr-red) !important;

    font-size: 24px;

    line-height: 1;
}


.cdr-sala-add:hover,
.cdr-sala-add:focus,
.cdr-sala-add:active,
.cdr-sala-add:visited {

    color: #ffffff !important;

    text-decoration: none !important;
}


.cdr-sala-add:hover {

    background: rgba(224, 0, 0, 0.08);

    border-color: #ff2020;

    transform: translateY(-1px);
}


/* =========================================================
   INFORMACIÓN DE LA SALA
   ========================================================= */

.cdr-sala-meta {

    display: flex;

    flex-wrap: wrap;

    gap: 10px 28px;

    margin-top: 52px;
}


.cdr-sala-meta-item {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #a9a9a9;

    font-size: 17px;

    line-height: 1.5;
}


.cdr-sala-meta-item span {

    color: var(--cdr-red);

    font-size: 16px;
}


/* =========================================================
   ENLACES
   ========================================================= */

.cdr-sala-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 30px;
}


.cdr-sala-actions a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 44px;

    padding: 0 20px;

    border: 1px solid var(--cdr-border);

    border-radius: 7px;

    background: rgba(255, 255, 255, 0.015);

    color: #d7d7d7 !important;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}


.cdr-sala-actions a:hover,
.cdr-sala-actions a:focus,
.cdr-sala-actions a:active,
.cdr-sala-actions a:visited {

    color: #d7d7d7 !important;

    text-decoration: none !important;
}


.cdr-sala-actions a:hover {

    border-color: rgba(255, 255, 255, 0.28);

    background: rgba(255, 255, 255, 0.05);
}


/* =========================================================
   DESCRIPCIÓN
   ========================================================= */

.cdr-sala-description {

    max-width: 1050px;

    margin-top: 42px;
    padding-top: 32px;

    border-top: 1px solid var(--cdr-border-soft);

    color: #a7a7a7;

    font-size: 18px;

    line-height: 1.8;
}


.cdr-sala-description p {

    margin: 0 0 15px;
}


.cdr-sala-description p:last-child {

    margin-bottom: 0;
}


/* =========================================================
   AGENDA
   ========================================================= */

.cdr-sala-agenda {

    margin-bottom: 100px;
}


.cdr-sala-agenda-heading {

    margin-bottom: 32px;
}


.cdr-sala-agenda-heading h2,
.cdr-sala-history-heading h2 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(38px, 4vw, 58px);

    line-height: 1;

    font-weight: 500;

    letter-spacing: -0.04em;
}


/* =========================================================
   GRID DE CONCIERTOS
   ========================================================= */

.cdr-sala-concert-grid {

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 22px;
}


/* =========================================================
   CARD DE CONCIERTO
   ========================================================= */

.cdr-sala-concert-card {

    display: block;

    padding: 9px;

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 10px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.035),
            rgba(255,255,255,0.012)
        );

    color: #ffffff !important;

    text-decoration: none !important;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.15);

    transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}


.cdr-sala-concert-card:visited,
.cdr-sala-concert-card:hover,
.cdr-sala-concert-card:focus,
.cdr-sala-concert-card:active {

    color: #ffffff !important;

    text-decoration: none !important;
}


.cdr-sala-concert-card:hover {

    border-color: rgba(255, 255, 255, 0.55);

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.065),
            rgba(224,0,0,0.035)
        );

    transform: translateY(-5px);

    box-shadow:
        0 16px 38px rgba(0,0,0,0.45),
        0 0 0 1px rgba(224,0,0,0.16);
}

/* =========================================================
   HOVER — FECHA DEL CONCIERTO
   ========================================================= */

.cdr-sala-concert-card:hover .cdr-sala-concert-date {

    border-color: rgba(224, 0, 0, 0.75);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 0 12px rgba(224, 0, 0, 0.08);
}

/* =========================================================
   CARTEL
   ========================================================= */

.cdr-sala-concert-poster {

    position: relative;

    width: 100%;

    aspect-ratio: 2 / 3;

    overflow: hidden;

    border-radius: 6px;

    background: #080808;
}


.cdr-sala-concert-poster img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;

    background: #080808;
}


.cdr-sala-poster-empty {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;
    height: 100%;

    color: #666666;

    font-size: 13px;
}


/* =========================================================
   PLACA DE INFORMACIÓN — EFECTO CRISTAL
   ========================================================= */

.cdr-sala-concert-info {

    margin-top: 9px;

    min-height: 116px;

    padding: 15px 16px 14px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.065),
            rgba(255,255,255,0.018)
        );

    border: 1px solid rgba(255,255,255,0.13);

    border-radius: 7px;

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05);
}


/* =========================================================
   TÍTULO DEL CONCIERTO
   ========================================================= */

.cdr-sala-concert-title {

    height: 42px;

    margin: 0;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    color: #ffffff !important;

    font-size: 17px;

    line-height: 21px;

    font-weight: 650;

    letter-spacing: -0.01em;

    text-decoration: none !important;
}


/* =========================================================
   FECHA DEL CONCIERTO
   ========================================================= */

.cdr-sala-concert-date {

    display: flex;

    flex-direction: column;

    justify-content: center;

    margin-top: 10px;

    min-height: 58px;

    padding: 10px 13px 11px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 6px;

    box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035);

transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}


/* FILA: DÍA DE LA SEMANA + NÚMERO */

.cdr-sala-date-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;
}


/* VIERNES */

.cdr-sala-date-weekday {

    color: #9c9c9c;

    font-size: 9px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 0.15em;
}


/* 14 */

.cdr-sala-date-day {

    display: block;

    color: #ffffff;

    font-size: 25px;

    line-height: 25px;

    font-weight: 600;

    letter-spacing: -0.03em;
}


/* NOVIEMBRE */

.cdr-sala-date-month {

    display: block;

    margin-top: 3px;

    color: #d8d8d8;

    font-size: 9px;

    line-height: 10px;

    font-weight: 800;

    letter-spacing: 0.16em;
}


/* =========================================================
   SIN CONCIERTOS
   ========================================================= */

.cdr-sala-no-concerts,
.cdr-sala-no-history {

    margin: 0;

    padding: 30px;

    border: 1px solid var(--cdr-border);

    border-radius: 10px;

    color: #777777;

    background: rgba(255,255,255,0.015);
}


/* =========================================================
   HISTORIAL
   ========================================================= */

.cdr-sala-history {

    padding-top: 70px;

    border-top: 1px solid rgba(255,255,255,0.10);
}


.cdr-sala-history-heading {

    margin-bottom: 30px;
}


/* =========================================================
   HISTORIAL — ETIQUETAS
   ========================================================= */

.cdr-sala-history-list {

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 10px;
}


/* Cada concierto histórico */

.cdr-sala-history-item {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    min-width: 0;

    min-height: 48px;

    padding: 9px 12px;

    border: 1px solid rgba(255,255,255,0.11);

    border-radius: 7px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.035),
            rgba(255,255,255,0.012)
        );

    color: #d5d5d5 !important;

    text-decoration: none !important;

    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}


.cdr-sala-history-item:visited,
.cdr-sala-history-item:hover,
.cdr-sala-history-item:focus,
.cdr-sala-history-item:active {

    color: #ffffff !important;

    text-decoration: none !important;
}


.cdr-sala-history-item:hover {

    border-color: rgba(255,255,255,0.25);

    background: rgba(255,255,255,0.055);
}


/* =========================================================
   TÍTULO HISTORIAL
   ========================================================= */

.cdr-sala-history-title {

    min-width: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 12px;

    line-height: 16px;

    font-weight: 500;
}


/* =========================================================
   FECHA HISTORIAL
   ========================================================= */

.cdr-sala-history-date {

    color: #e2e2e2;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 0.04em;

    white-space: nowrap;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .cdr-sala-page {

        width: min(100% - 40px, 1000px);

    }


    .cdr-sala-header {

        padding: 45px 40px;

    }


    .cdr-sala-concert-grid {

        grid-template-columns: repeat(3, minmax(0, 1fr));

    }


    .cdr-sala-history-list {

        grid-template-columns: repeat(4, minmax(0, 1fr));

    }

}


/* =========================================================
   TABLET PEQUEÑA
   ========================================================= */

@media (max-width: 800px) {

    .cdr-sala-page {

        width: calc(100% - 30px);

        padding-top: 45px;

    }


    .cdr-sala-header {

        padding: 35px 28px;

        margin-bottom: 65px;

    }


    .cdr-sala-header-top {

        flex-direction: column;

        gap: 25px;

    }


    .cdr-sala-add {

        margin-top: 0;

    }


    .cdr-sala-concert-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 16px;

    }


    .cdr-sala-history-list {

        grid-template-columns: repeat(3, minmax(0, 1fr));

    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 560px) {

    .cdr-sala-page {

        width: calc(100% - 22px);

        padding: 30px 0 70px;

    }


    .cdr-sala-header {

        padding: 30px 22px;

        border-radius: 16px;

        margin-bottom: 55px;

    }


    .cdr-sala-header::before {

        width: 150px;

    }


    .cdr-sala-header h1 {

        font-size: 48px;

    }


    .cdr-sala-meta {

        margin-top: 35px;

        gap: 12px;

    }


    .cdr-sala-meta-item {

        align-items: flex-start;

        font-size: 14px;

    }


    .cdr-sala-actions {

        margin-top: 25px;

    }


    .cdr-sala-actions a {

        flex: 1;

        min-width: calc(50% - 5px);

    }


    .cdr-sala-description {

        margin-top: 30px;

        padding-top: 25px;

        font-size: 15px;

        line-height: 1.7;

    }


    .cdr-sala-agenda-heading h2,
    .cdr-sala-history-heading h2 {

        font-size: 38px;

    }


    .cdr-sala-concert-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 10px;

    }


    .cdr-sala-concert-card {

        padding: 6px;

        border-radius: 8px;

    }


    .cdr-sala-concert-info {

        padding: 12px;

        min-height: 108px;

    }


    .cdr-sala-concert-title {

        font-size: 14px;

        line-height: 18px;

        height: 36px;

    }


    .cdr-sala-concert-date strong {

        font-size: 22px;

        line-height: 22px;

    }


    .cdr-sala-concert-date span {

        font-size: 8px;

    }


    .cdr-sala-history {

        padding-top: 50px;

    }


    .cdr-sala-history-list {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 7px;

    }


    .cdr-sala-history-item {

        min-height: 43px;

        padding: 8px 10px;

    }


    .cdr-sala-history-title {

        font-size: 11px;

    }


    .cdr-sala-history-date {

        font-size: 8px;

    }

}

/* =========================================================
   FICHA DE SALA — AJUSTES FINALES
   ========================================================= */


/* =========================================================
   1. LÍNEA ROJA SUPERIOR DE LA CABECERA
   ========================================================= */

.cdr-sala-header {
    position: relative;
    overflow: hidden;
}


/* Línea roja recorriendo toda la parte superior */

.cdr-sala-header::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 3px;

    background: #e00000;

    box-shadow:
        0 0 14px rgba(224,0,0,.22);

    pointer-events: none;
}


/* =========================================================
   2. BOTONES WEB / INSTAGRAM / FACEBOOK / CÓMO LLEGAR
   HOVER MUCHO MÁS BLANCO Y CON RELIEVE
   ========================================================= */

.cdr-sala-actions a {

    transition:
        color .22s ease,
        background .22s ease,
        border-color .22s ease,
        transform .22s ease,
        box-shadow .22s ease;
}


.cdr-sala-actions a:hover {

    color: #ffffff !important;

    font-weight: 800;

    background:
        rgba(255,255,255,.075);

    border-color:
        rgba(255,255,255,.55);

    transform:
        translateY(-2px);

    box-shadow:
        0 8px 22px rgba(0,0,0,.35),
        0 0 0 1px rgba(255,255,255,.08),
        inset 0 1px 0 rgba(255,255,255,.12);

    text-decoration: none !important;
}


.cdr-sala-actions a:focus,
.cdr-sala-actions a:active {

    color: #ffffff !important;

    text-decoration: none !important;
}


/* =========================================================
   3. FECHA DE LOS PRÓXIMOS CONCIERTOS
   MES MÁS GRANDE Y EN NEGRITA
   ========================================================= */

.cdr-sala-concert-date {

    transition:
        border-color .22s ease,
        box-shadow .22s ease,
        background .22s ease;
}


/* Día */

.cdr-sala-date-day {
    font-weight: 800;
}


/* Mes */

.cdr-sala-date-month {

    color: #eeeeee !important;

    font-size: 14px !important;

    font-weight: 900 !important;

    letter-spacing: .8px;

    text-transform: uppercase;
}


/* Un poco más de presencia al conjunto */

.cdr-sala-date-top {
    align-items: center;
}


/* =========================================================
   4. HISTORIAL DE CONCIERTOS
   HOVER MÁS DESTACADO
   ========================================================= */

.cdr-sala-history-item {

    transition:
        border-color .22s ease,
        background .22s ease,
        transform .22s ease,
        box-shadow .22s ease;
}


.cdr-sala-history-item:hover {

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.055),
            rgba(224,0,0,.025)
        );

    border-color:
        rgba(255,255,255,.35);

    transform:
        translateY(-2px);

    box-shadow:
        0 8px 24px rgba(0,0,0,.28);
}


/* Nombre de la banda al pasar el ratón */

.cdr-sala-history-item:hover .cdr-sala-history-title {

    color: #ffffff !important;

    font-weight: 800;

    text-shadow:
        0 0 12px rgba(255,255,255,.08);
}


/* =========================================================
   5. FECHA DEL HISTORIAL
   ========================================================= */

.cdr-sala-history-item:hover .cdr-sala-history-date {

    color: #dddddd;
}


/* =========================================================
   6. PEQUEÑO DETALLE DE RELIEVE EN LAS CARDS DE CONCIERTO
   ========================================================= */

.cdr-sala-concert-card:hover .cdr-sala-concert-info {

    border-color:
        rgba(255,255,255,.28);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 8px 22px rgba(0,0,0,.22);
}


/* =========================================================
   7. ACCESIBILIDAD — MANTENER EL BLANCO AL NAVEGAR
   ========================================================= */

.cdr-sala-actions a:hover,
.cdr-sala-actions a:focus,
.cdr-sala-actions a:active,
.cdr-sala-history-item:hover,
.cdr-sala-history-item:focus {
    outline: none;
}


/* =========================================================
   8. MÓVIL
   ========================================================= */

@media (max-width: 560px) {

    .cdr-sala-header::before {
        height: 3px;
    }


    .cdr-sala-actions a:hover {
        transform: none;
    }


    .cdr-sala-history-item:hover {
        transform: none;
    }


    .cdr-sala-date-month {
        font-size: 13px !important;
    }
}
/* =========================================================
   AJUSTES FINALES — FICHA INDIVIDUAL DE SALA
   ========================================================= */


/* =========================================================
   1. LÍNEA ROJA SUPERIOR COMPLETA
   ========================================================= */

.cdr-sala-header {
    position: relative;
    overflow: hidden;
}

.cdr-sala-header::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 3px;

    background: #e00000;

    box-shadow:
        0 0 14px rgba(224,0,0,.20);

    pointer-events: none;
}


/* =========================================================
   2. CABECERA
   EL BOTÓN NO DEBE QUEDAR PEGADO AL NOMBRE
   ========================================================= */

.cdr-sala-header-top {
    display: flex !important;

    align-items: flex-start !important;

    justify-content: space-between !important;

    width: 100%;

    margin-bottom: 12px;
}


/* El bloque del nombre ocupa su espacio */

.cdr-sala-header-top > div:first-child {
    flex: 1 1 auto;
}


/* Botón Añadir concierto */

.cdr-sala-add {
    flex-shrink: 0;

    margin-left: auto;

    margin-top: 0;
}


/* En pantallas grandes lo llevamos claramente a la derecha */

@media (min-width: 801px) {

    .cdr-sala-header-top {
        position: relative;
    }

    .cdr-sala-add {
        position: absolute;

        top: 0;
        right: 0;
    }

}


/* =========================================================
   3. BOTONES WEB / INSTAGRAM / FACEBOOK / CÓMO LLEGAR
   HOVER BLANCO + RELIEVE
   ========================================================= */

.cdr-sala-actions a,
.cdr-sala-actions button {

    transition:
        color .20s ease,
        background .20s ease,
        border-color .20s ease,
        transform .20s ease,
        box-shadow .20s ease;
}


.cdr-sala-actions a:hover,
.cdr-sala-actions button:hover {

    color: #ffffff !important;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.16),
            rgba(255,255,255,.07)
        ) !important;

    border-color:
        rgba(255,255,255,.72) !important;

    font-weight: 800 !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 24px rgba(0,0,0,.38),
        0 0 0 1px rgba(255,255,255,.10),
        inset 0 1px 0 rgba(255,255,255,.18);

    text-decoration: none !important;
}


.cdr-sala-actions a:hover *,
.cdr-sala-actions button:hover * {

    color: #ffffff !important;
}


/* =========================================================
   4. HISTORIAL DE CONCIERTOS
   HOVER REAL SOBRE TODA LA TARJETA
   ========================================================= */

.cdr-sala-history-item {

    transition:
        background .20s ease,
        border-color .20s ease,
        transform .20s ease,
        box-shadow .20s ease;
}


.cdr-sala-history-item:hover {

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.075),
            rgba(224,0,0,.035)
        ) !important;

    border-color:
        rgba(255,255,255,.48) !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 26px rgba(0,0,0,.35),
        0 0 0 1px rgba(255,255,255,.05);
}


/* Nombre de la banda */

.cdr-sala-history-item:hover .cdr-sala-history-title {

    color: #ffffff !important;

    font-weight: 800 !important;

    text-shadow:
        0 0 10px rgba(255,255,255,.10);
}


/* Fecha */

.cdr-sala-history-item:hover .cdr-sala-history-date {

    color: #ffffff !important;
}


/* =========================================================
   5. SI EL HISTORIAL ES UN ENLACE
   ========================================================= */

a.cdr-sala-history-item,
.cdr-sala-history-item a {

    color: inherit;

    text-decoration: none !important;
}


a.cdr-sala-history-item:hover,
.cdr-sala-history-item:hover a {

    color: #ffffff !important;

    text-decoration: none !important;
}


/* =========================================================
   6. MES DE LAS FECHAS
   MANTENEMOS EL CAMBIO QUE TE HA GUSTADO
   ========================================================= */

.cdr-sala-date-month {

    color: #eeeeee !important;

    font-size: 14px !important;

    font-weight: 900 !important;

    letter-spacing: .8px;

    text-transform: uppercase;
}


/* =========================================================
   7. MÓVIL
   ========================================================= */

@media (max-width: 800px) {

    .cdr-sala-add {
        position: static;

        margin-left: 0;
        margin-top: 12px;
    }

    .cdr-sala-header-top {
        flex-direction: column;
    }

}


@media (max-width: 560px) {

    .cdr-sala-actions a:hover,
    .cdr-sala-actions button:hover {
        transform: none;
    }

    .cdr-sala-history-item:hover {
        transform: none;
    }

}
/* =========================================================
   HISTORIAL — CONTORNO MÁS VISIBLE
   ========================================================= */

.cdr-sala-history-item {
    border: 1px solid rgba(255,255,255,.22) !important;

    box-shadow:
        0 4px 14px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.025);

    transition:
        background .20s ease,
        border-color .20s ease,
        transform .20s ease,
        box-shadow .20s ease;
}


/* HOVER */

.cdr-sala-history-item:hover {
    border-color: rgba(255,255,255,.52) !important;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.075),
            rgba(224,0,0,.035)
        ) !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 26px rgba(0,0,0,.35),
        0 0 0 1px rgba(255,255,255,.06);
}


/* NOMBRE DE BANDA AL PASAR POR ENCIMA */

.cdr-sala-history-item:hover .cdr-sala-history-title {
    color: #ffffff !important;

    font-weight: 800 !important;

    text-shadow:
        0 0 10px rgba(255,255,255,.10);
}