.mobile-sticky-call-bar-b96e41ae {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    z-index: 999999;
    box-sizing: border-box;
    border-top: 1px solid #e5e7eb;
}

.mscb-text-b96e41ae {
    font-size: 14px;
    font-family: inherit;
    color: #54595F;
    font-weight: 600;
}

.mscb-btn-b96e41ae {
    background-color: #6EC1E4;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s;
}

.mscb-btn-b96e41ae:hover {
    background-color: #54a6c9;
    color: #ffffff;
}

@media screen and (min-width: 769px) {
    .mobile-sticky-call-bar-b96e41ae {
        display: none;
    }
}