.service-suspension-notice-host > :not(.service-suspension-notice) {
  display: none !important;
}

.service-suspension-notice {
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.75rem;
  background:
    radial-gradient(circle at 12% 8%, rgb(14 165 233 / 10%), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, #f8fbff 58%, #fff9e8 100%);
}

.service-suspension-notice__title {
  margin: 0;
  color: #dc2626;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.service-suspension-notice__paragraph {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.9;
  text-align: justify;
  text-indent: 2em;
}

.service-suspension-notice__paragraph--normal {
  color: #111827;
}

.service-suspension-notice__paragraph--thanks {
  color: #0284c7;
  font-weight: 750;
}

.service-suspension-notice__paragraph--advice {
  color: #dc2626;
  font-weight: 800;
}

.dark .service-suspension-notice {
  background: linear-gradient(145deg, #111827 0%, #0f172a 65%, #1c1917 100%);
}

.dark .service-suspension-notice__paragraph--normal {
  color: #f3f4f6;
}

@media (max-width: 640px) {
  .service-suspension-notice {
    gap: 0.8rem;
    padding: 1.1rem;
  }

  .service-suspension-notice__paragraph {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
