/* Custom fixes - Ensure tabs work properly */

/* Override the aggressive #experience * CSS from theme */
#experience * {
    background-color: transparent !important;
}

/* But re-enable interactivity for buttons */
#experience button.nav-link {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
}

#experience .nav-item {
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
}

/* Ensure the pills container doesn't clip content */
#experience .nav-pills {
    overflow: visible !important;
    flex-wrap: wrap;
}

#experience .experience-container {
    overflow: visible !important;
}
