/* ====== Ficha de espacio — estilo coherente con VerCurso ====== */

.ficha-sidebar {
    background: linear-gradient(180deg, #1a3a5c, #0d2137);
    color: #fff;
    border-radius: 14px;
    padding: 28px;
}

.ficha-sidebar h3 {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.ficha-detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ficha-detail:last-child {
    border-bottom: none;
}

.ficha-detail i {
    font-size: 1.15rem;
    margin-top: 2px;
    opacity: 0.7;
}

.ficha-detailLabel {
    font-size: 0.72rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ficha-detailValue {
    font-size: 1rem;
    font-weight: 500;
}

.ficha-sidebar .btn-reserva {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    transition: all 0.2s;
}

.ficha-sidebar .btn-reserva:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.3);
    color: #fff;
}

.ficha-sidebar .btn-dark {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.2s;
}

.ficha-sidebar .btn-dark:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.ficha-sectionBlock {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 14px;
    padding: 22px;
}

.ficha-sectionTitle {
    font-size: 1.02rem;
    font-weight: 600;
    color: #1a3a5c;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8f0fe;
    margin-bottom: 16px;
}

.ficha-sectionTitle i {
    margin-right: 8px;
}

.ficha-reservaScroll {
    max-height: 60vh;
    overflow-y: auto;
}
