.contact-bar-container-a9f9e3be {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: inherit;
}

.contact-bar-phone-a9f9e3be {
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.contact-bar-phone-a9f9e3be:hover {
    opacity: 0.8;
}

.contact-bar-linkedin-a9f9e3be {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    text-decoration: none;
    box-sizing: border-box;
}

.contact-bar-linkedin-a9f9e3be:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.contact-bar-linkedin-a9f9e3be svg {
    display: block;
    transition: fill 0.2s ease;
}
