/**
 * Trang /under-construction theo thiết kế Figma.
 */
.harmonia-under-construction-page {
  box-sizing: border-box;
  width: 100%;
  min-height: calc(100vh - 128px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  background: #fffdf3;
}

.harmonia-under-construction-content {
  width: min(848px, 100%);
  text-align: center;
}

.harmonia-under-construction-title {
  margin: 0;
  color: #073e27;
  /*font-family: Roboto, Arial, sans-serif;*/
  font-size: 32px;
  /*font-weight: 700;*/
  line-height: 40px;
  text-transform: uppercase;
  font-family: var(--font-primary-bold);
  width: 520px;
  text-align: center;
  margin: auto !important;
  margin-bottom: 16px !important;
}

.harmonia-under-construction-subtitle {
  margin: 16px 0 0;
  color: #597e6e;
  /*font-family: Roboto, Arial, sans-serif;*/
  font-size: 20px;
  /*font-weight: 500;*/
  line-height: 28px;
  font-family: var(--font-primary-medium);
}

.harmonia-under-construction-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  margin-top: 32px;
  padding: 6px 24px;
  border-radius: 114px;
  background: #073e27;
  color: #fff;
  /*font-family: Roboto, Arial, sans-serif;*/
  font-size: 16px;
  /*font-weight: 500;*/
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--font-primary-medium);
}

.harmonia-under-construction-button:hover,
.harmonia-under-construction-button:focus {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .harmonia-under-construction-title {
    font-size: 26px;
    line-height: 34px;
  }

  .harmonia-under-construction-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
