.asw-wordmark {
  display: inline-block;
  width: 210px;
  height: 62px;
  overflow: hidden;
  flex: 0 0 auto;
  font-size: 0 !important;
  line-height: 0;
  background: url("aswakom-logo.png") center / contain no-repeat;
}

.asw-wordmark span {
  display: none;
}

@media (max-width: 600px) {
  .asw-wordmark {
    width: 148px;
    height: 48px;
  }

  .asw-header {
    gap: 12px;
    padding-inline: 14px;
  }
}
