.igs-fc-wrap {
    position: fixed;
    z-index: 99999;
    display: flex;
    gap: 10px;
    box-sizing: border-box;
    font-family: inherit;
    pointer-events: none;
}

.igs-fc-wrap *,
.igs-fc-wrap *::before,
.igs-fc-wrap *::after {
    box-sizing: border-box;
}

.igs-fc-button {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--igs-fc-text-color, #fff) !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .20);
    transform: translateY(0);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
    white-space: nowrap;
}

.igs-fc-button:hover,
.igs-fc-button:focus {
    color: var(--igs-fc-text-color, #fff) !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .24);
    opacity: .96;
}

.igs-fc-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .9);
    outline-offset: 3px;
}

.igs-fc-whatsapp {
    background: var(--igs-fc-whatsapp-color, #25D366);
}

.igs-fc-call {
    background: var(--igs-fc-call-color, #111827);
}

.igs-fc-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.igs-fc-button span {
    margin-left: 8px;
}

.igs-fc-hide-labels .igs-fc-button {
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
}

.igs-fc-hide-labels .igs-fc-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.igs-fc-pos-bottom_right {
    right: 20px;
    bottom: calc(var(--igs-fc-bottom-offset, 20px) + env(safe-area-inset-bottom));
}

.igs-fc-pos-bottom_left {
    left: 20px;
    bottom: calc(var(--igs-fc-bottom-offset, 20px) + env(safe-area-inset-bottom));
}

.igs-fc-pos-bottom_center {
    left: 50%;
    bottom: calc(var(--igs-fc-bottom-offset, 20px) + env(safe-area-inset-bottom));
    transform: translateX(-50%);
}

.igs-fc-pos-full_width {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 8px max(12px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-right));
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(8px);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, .12);
}

.igs-fc-pos-full_width .igs-fc-button {
    flex: 1 1 0;
    border-radius: 14px;
    min-height: 52px;
}

@media (max-width: 782px) {
    .igs-fc-wrap {
        gap: 8px;
    }

    .igs-fc-pos-bottom_right,
    .igs-fc-pos-bottom_left,
    .igs-fc-pos-bottom_center {
        left: 12px;
        right: 12px;
        bottom: calc(var(--igs-fc-bottom-offset, 20px) + env(safe-area-inset-bottom));
        transform: none;
        justify-content: center;
    }

    .igs-fc-pos-bottom_right .igs-fc-button,
    .igs-fc-pos-bottom_left .igs-fc-button,
    .igs-fc-pos-bottom_center .igs-fc-button {
        flex: 1 1 0;
    }

    .igs-fc-button {
        min-height: 50px;
        padding: 12px 14px;
        font-size: 15px;
    }
}

@media (max-width: 380px) {
    .igs-fc-button {
        font-size: 14px;
        padding-inline: 10px;
    }

    .igs-fc-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }
}

@media (max-width: 782px) {
    .igs-fc-display-desktop {
        display: none !important;
    }
}

@media (min-width: 783px) {
    .igs-fc-display-mobile {
        display: none !important;
    }
}
