.social-icon-round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0077b5; /* LinkedIn blue */
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icon-round:hover {
    background-color: #005983;
}

.social-icon-round i {
    font-size: 18px;
}