.ka-call-module {
  width: 100%;
}

/* FIXME: this is what happens when a component is designed without following the Design System */
.call-me {
  & :deep(.ma-text-field__label-wrapper) {
    display: none;
  }
}

@media (--mobile) {
  .container :deep(> div:nth-child(3)) {
    order: 1;
  }
}
/* //// */
