.stakri-social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shsl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.15s ease, opacity 0.15s ease;
    flex-shrink: 0;
}

.shsl-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.shsl-btn:active {
    transform: scale(0.95);
}

.shsl-btn svg {
    width: 46%;
    height: 46%;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

/* Icons that use filled glyphs instead of stroked lines */
.shsl-filled svg {
    fill: #ffffff;
    stroke: none;
}

.shsl-btn-custom {
    border: 1px solid #e5e7eb;
}

.shsl-initial {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 480px) {
    .stakri-social-links {
        gap: 8px !important;
    }
}
