/* Base do botão */
.wa-kommo-float,
.wa-kommo-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.wa-kommo-float {
    position: fixed;
    z-index: 999;
    display: block;
    bottom: 1em;
    right: 1em;
}
.wa-kommo-float .wa-kommo-zap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: .5em;
    background-color: #25d366;
    border-radius: 100%;
    font-size: var(--font-size-h4);
    cursor: pointer;
    position: relative;
    box-shadow: 0 3px 15px 0 rgba(61, 49, 88, 0.47), 0 0 0 2px rgba(255, 255, 255, 0);
}
.wa-kommo-float .label {
    width: auto;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 100%;
    text-align: right;
    transform: translate(30px, -50%);
    background: #fff;
    padding: 10px 40px 10px 15px;
    border-radius: 10px;
    z-index: -1;
}
/* Ícone */
.wa-kommo-ico {
  width: 24px;
  height: 24px;
  background-image: url('ico-whatsapp.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
