.kms-complaints-page {
  color: #171b27;
  margin: 2rem auto 3rem;
  max-width: 1180px;
  padding: 0 1rem;
}

.kms-complaints-page h1 {
  color: #001a63;
  font-size: clamp(1.7rem, 4vw, 2.65rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.kms-complaints-page__intro {
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  max-width: 78ch;
}

.kms-document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.kms-document-action {
  align-items: center;
  background: #001a63;
  border: 2px solid #001a63;
  border-radius: 3px;
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  min-height: 44px;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.kms-document-action:hover {
  background: #ffffff;
  color: #001a63 !important;
}

.kms-document-action:focus-visible,
.kms-pdf-preview:focus-visible {
  outline: 3px solid #ffbf47 !important;
  outline-offset: 3px !important;
}

.kms-pdf-preview {
  background: #ffffff;
  border: 2px solid #001a63;
  border-radius: 3px;
  box-sizing: border-box;
  height: min(78vh, 850px);
  min-height: 560px;
  overflow: hidden;
  width: 100%;
}

.kms-pdf-preview iframe {
  background: #ffffff;
  border: 0;
  height: 100%;
  width: 100%;
}

.kms-pdf-help {
  background: #f4f6fb;
  border-left: 5px solid #001a63;
  color: #171b27;
  line-height: 1.55;
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
}

@media (max-width: 640px) {
  .kms-complaints-page {
    margin-top: 1.25rem;
  }

  .kms-document-action {
    width: 100%;
  }

  .kms-pdf-preview {
    height: 70vh;
    min-height: 480px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kms-complaints-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .kms-pdf-preview,
  .kms-pdf-help {
    display: none;
  }
}
