/* Basic CSS reset for the container to avoid theme conflicts */
.talent-showcase-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 20px 0;
}
.talent-cards-wrapper::-webkit-scrollbar {
    height: 8px;
}
.talent-cards-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
.talent-card:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}