/* Facilities Page Custom Overrides */
.team-card-three__title a,
.team-card-three__normal__title,
.team-card-three__title {
    font-weight: 500 !important;
    font-size: 20px !important; /* Reduced from 24px */
    letter-spacing: -0.5px;
    text-decoration: none !important;
    border-bottom: none !important;
    margin-bottom: 10px !important;
}
.team-card-three__designation,
.team-card-three__normal__designation {
    font-weight: 400 !important;
    font-size: 18px !important; /* Reduced from 15px */
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    text-transform: none !important;
    margin-top: 10px !important;
}
.team-card-three__hover {
    padding: 20px 20px 30px !important; /* Tighter padding */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content to use space better */
    align-items: center;
    text-align: center;
}
.team-card-three__rm {
    margin-top: 15px !important;
    position: relative !important;
    display: flex !important;
    width: 64px !important; /* Reduced from 78px */
    height: 64px !important; /* Reduced from 78px */
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 400ms ease !important;
    aspect-ratio: 1 / 1 !important;
    font-size: 24px !important; /* Slightly smaller icon */
}
.team-card-three__rm:hover {
    border-radius: 50% !important;
}
