.mcb-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 12px;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 9999;
    pointer-events: none;
}

.mcb-button {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    pointer-events: auto;
    padding: 0;
    margin: 0;
}

.mcb-button:hover,
.mcb-button:focus-visible {
    transform: none;
    opacity: 1;
    outline: none;
}


/* Telefon Butonu - 121px x 52px */
.mcb-phone .mcb-icon {
    width: 121px;
    height: 52px;
}

/* WhatsApp Butonu - 108px x 31px */
.mcb-whatsapp .mcb-icon {
    width: 120px;
    height: 40px;
}

.mcb-icon {
    display: block;
    width: auto;
    height: auto;
}

.mcb-icon img {
    width: auto;
    height: auto;
    display: block;
}

.mcb-label {
    display: none;
}

/* Butonlar hem mobil hem de masaüstünde görünecek */
