.mcb-container {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    border: 1px solid;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mcb-text {
    flex: 1;
    padding-right: 10px;
}

.mcb-middle-icon {
    font-family: fontawesome;
    margin: 0 10px;
}

.mcb-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    width:62%;
}

.mcb-phone-number {
    margin-left: 8px;
    color: inherit;
}

@media (min-width: 768px) {
    .mcb-container {
        display: none !important;
    }
}

.elementor-editor-active .mcb-container {
    display: none !important;
}