/* QRTap Menu social links - refined compact mobile layout */
.qrtap-social-links {
    position: absolute;
    left: .7em;
    right: auto;
    top: .9em;
    z-index: 24;
    display: flex;
    flex-direction: column;
    gap: .22em;
    font-size: 1.1em;
    box-sizing: border-box;
}

.qrtap-social-links.no-call-button {
    top: .9em;
}

.qrtap-social-link {
    width: 2.25em;
    height: 2.25em;
    min-width: 2.25em;
    min-height: 2.25em;
    flex: 0 0 2.25em;
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.10);
    box-sizing: border-box;
    transition: transform .16s ease, box-shadow .16s ease;
}

.qrtap-social-link:link,
.qrtap-social-link:visited,
.qrtap-social-link:hover,
.qrtap-social-link:active {
    text-decoration: none !important;
}

.qrtap-social-link:hover,
.qrtap-social-link:focus {
    transform: scale(1.04);
    box-shadow: 0 3px 8px rgba(0,0,0,.14);
}

.qrtap-social-link svg {
    width: 1.05em;
    height: 1.05em;
    display: block;
    fill: currentColor;
    stroke: currentColor;
}

.qrtap-social-link.primary_color {
    background: rgba(255,255,255,.96);
}

html[dir="rtl"] .qrtap-social-links,
html[dir="ltr"] .qrtap-social-links {
    left: .7em;
    right: auto;
}

@media (max-width: 600px) {
    .qrtap-social-links {
        left: .65em;
        top: .8em;
        gap: .18em;
        font-size: 1em;
    }

    html[dir="rtl"] .qrtap-social-links,
    html[dir="ltr"] .qrtap-social-links {
        left: .65em;
        right: auto;
    }
}

@media (max-width: 390px) {
    .qrtap-social-links {
        left: .55em;
        gap: .14em;
        font-size: .94em;
    }
}
