/*
Theme Name: nightwork-child
Template: nightwork
*/

.tel-line-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 1.3rem 0;
}

.tel-line-buttons a {
  display: block;
  line-height: 0;
}

.tel-line-buttons img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .tel-line-buttons {
    gap: 8px;
  }
}

a.tel-btn.cta,
a.line-btn.cta {
  display: none;
}

a.tel-btn.cta + br,
a.line-btn.cta + br,
a.tel-btn.cta + br + br,
a.line-btn.cta + br + br {
  display: none;
}
