.carrera-seccion h2 {
    font-size: 1.35rem;
    font-weight: 600;
    border-bottom: 2px solid #f12d18;
}

.carrera-lista-ambitos li::before {
    content: "✓";
    position: absolute;
    left: 5px;
    color: #F5A800;
    font-weight: bold;
}

.btn-naranja {
    background-color: #FFB800 !important;
    border-color: #FFB800 !important;
    color: #111111 !important;
    transition: all 0.2s ease-in-out;
}

.btn-naranja:hover, 
.btn-naranja:focus {
    background-color: #F5A800 !important; 
    border-color: #F5A800 !important;
    color: #111111 !important;
    transform: translateY(-1px);
}

.carrera-accion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.sidebar-buttons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.sidebar-buttons-grid .career-action-btn {
    text-align: center;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .carrera-accion-grid,
    .sidebar-buttons-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}
