.verCurso-sidebar {
    background: linear-gradient(180deg, #1a3a5c, #0d2137);
    color: #fff;
    border-radius: 12px;
    padding: 28px;
}

.verCurso-sidebar h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.verCurso-tipoBadge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.verCurso-detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.verCurso-detail:last-child {
    border-bottom: none;
}

.verCurso-detail i {
    font-size: 1.1rem;
    margin-top: 2px;
    opacity: 0.7;
}

.verCurso-detailLabel {
    font-size: 0.75rem;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.verCurso-detailValue {
    font-size: 0.95rem;
}

.verCurso-sidebar .btn-success {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s;
}

.verCurso-sidebar .btn-success:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.verCurso-sidebar .btn-info,
.verCurso-sidebar .btn-info:visited {
    background: #17a2b8;
    border: none;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s;
}

.verCurso-sidebar .btn-info:hover {
    background: #138496;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(23, 162, 184, 0.3);
}

.verCurso-sidebar .btn-dark {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 24px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s;
}

.verCurso-sidebar .btn-dark:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.verCurso-listaEspera {
    color: #FF5733;
    font-weight: bold;
}

.verCurso-img {
    border-radius: 12px;
    overflow: hidden;
}

.verCurso-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
}

.verCurso-sectionTitle {
    font-size: 1rem;
    font-weight: 600;
    color: #1a3a5c;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8f0fe;
    margin-bottom: 12px;
}

.verCurso-sectionTitle i {
    margin-right: 8px;
}

.verCurso-sectionBlock {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
}
