.sd-max-float {
    position: fixed;
    right: 24px;
    bottom: 28px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #075f24;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease;
}

.sd-max-float:hover,
.sd-max-float:focus {
    color: #075f24;
    text-decoration: none;
    transform: translateY(-2px);
}

.sd-max-float__label {
    min-height: 44px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #07962f;
    border-radius: 10px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 30px rgba(24, 52, 33, .12);
    white-space: nowrap;
}

.sd-max-float__icon {
    position: relative;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(7, 150, 47, .24);
    border-radius: 50%;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 32px rgba(7, 113, 38, .18);
}

.sd-max-float__icon::before,
.sd-max-float__icon::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(7, 150, 47, .32);
    border-radius: 50%;
    pointer-events: none;
}

.sd-max-float__icon::before { inset: -9px; }
.sd-max-float__icon::after { inset: -17px; opacity: .55; }

.sd-max-float__icon img {
    width: 52px;
    height: 52px;
    display: block;
    object-fit: contain;
}

/* Legacy Click to Chat output is hidden as a fallback. The plugin is also neutralized by this patch. */
.ht-ctc,
.ht-ctc-chat,
.ht_ctc_chat_greetings_box,
.ht_ctc_chat_data {
    display: none !important;
}

@media (max-width: 767.98px) {
    .sd-max-float {
        right: 18px;
        bottom: 20px;
    }

    .sd-max-float__label {
        display: none;
    }

    .sd-max-float__icon {
        width: 62px;
        height: 62px;
    }

    .sd-max-float__icon img {
        width: 44px;
        height: 44px;
    }
}
