.yk-global-contact {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 230px;
    box-sizing: border-box;
}

.yk-global-contact,
.yk-global-contact * {
    box-sizing: border-box;
}

.yk-global-contact__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    padding: 13px 15px;
    border: 1px solid #d8dee8;
    border-radius: 16px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.yk-global-contact__item:hover {
    transform: translateY(-2px);
    border-color: #111827;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
}

.yk-global-contact__item span {
    color: #6b7280;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.yk-global-contact__item strong {
    min-width: 0;
    max-width: 100%;
    color: #111827;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.yk-global-contact__phone {
    background: #111827;
    border-color: #111827;
}

.yk-global-contact__phone span,
.yk-global-contact__phone strong {
    color: #ffffff;
}

.yk-global-contact__whatsapp {
    background: #ffffff;
}

@media (max-width: 760px) {
    html,
    body {
        max-width: 100%;
        overflow-x: clip;
    }

    body {
        padding-bottom: 84px;
    }

    .yk-global-contact {
        left: 0;
        right: auto;
        bottom: 0;
        width: 100%;
        max-width: 100vw;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.10);
        backdrop-filter: blur(10px);
    }

    .yk-global-contact__item {
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 56px;
        padding: 9px 8px;
        border-radius: 14px;
        box-shadow: none;
        text-align: center;
    }

    .yk-global-contact__item:hover {
        transform: none;
        box-shadow: none;
    }

    .yk-global-contact__item span {
        max-width: 100%;
        font-size: 11px;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .yk-global-contact__item strong {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
