/**
 * @author Peter Liebetrau <peter.liebetrau@gmail.com>
 */
/* 
    Created on : 18.05.2026, 09:52:12
    Author     : peter
*/

.glucovera-social-share {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.glucovera-social-share__title {
    margin: 0 0 0.75rem;
    font-weight: 600;
    color: #1C3F77;
}

.glucovera-social-share__icons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.glucovera-social-share__link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.glucovera-social-share__link:hover,
.glucovera-social-share__link:focus {
    transform: translateY(-2px);
    opacity: 0.85;
}

.glucovera-social-share__icon {
    display: block;
    width: 36px;
    height: 36px;
}