.ms-maint-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
}

.ms-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.ms-maint {
  padding: 24px;
  border-radius: 10px;
  background: #fafafa;
  text-align: center;
  max-width: 820px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.ms-maint h3 {
  margin: 0 0 8px;
}

.ms-maint .ms-text {
  margin: 0 0 12px;
}

.ms-maint .ms-link {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 6px;
  background: #cf3d01;
  color: #ffffff;
  text-decoration: none;
}

.ms-maint .ms-link:hover {
  background: #444444;
}
