1982
Life Member
.milestone-img-tooltip-wrapper:hover .milestone-tooltip{display:block!important;}
/* Unified container styles */
.unified-milestones-awards {
width: 100%;
}
.unified-carousel.swiper-container {
overflow: hidden;
width: 100%;
}
.unified-carousel .swiper-wrapper {
display: flex;
height: auto;
}
.unified-carousel .swiper-slide {
flex-shrink: 0;
width: 150px;
margin: 0 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
/* Hide navigation buttons if only one item */
.unified-carousel .swiper-button-next,
.unified-carousel .swiper-button-prev {
display: none;
}
/* Ensure milestone and award slides have consistent styling */
.milestone-slide .milestone,
.award-slide .award-term {
width: 150px;
text-align: center;
align-self: flex-start;
margin: 10px 0;
}
@media screen and (max-width: 426px) {
.unified-carousel .swiper-slide {
width: 98px;
margin: 0 6px;
}
.milestone-slide .milestone,
.award-slide .award-term {
width: 98px;
}
}