.tf-buttons-template,
.tf-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.tf-buttons-template .btn,
.tf-buttons .btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 420px) {
  .tf-buttons-template .btn,
  .tf-buttons .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.tf-buttons-template {
  width: 100%;
}
.acf-block-preview .tf-buttons .btn {
  text-decoration: none !important;
  pointer-events: none;
}
