

.tjanst-info-main {
  min-height: 40vh;
  padding-bottom: 0;
}

.document-rules-container .tjanst-info-article {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0;
}

.tjanst-info-article {
  max-width: 46rem;
  margin: 0 auto;
}

.tjanst-info-inner {
  background: #fff;
  border-radius: 16px;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.35rem, 4vw, 2.5rem);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.tjanst-info-p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 1rem;
}

.tjanst-info-p:last-child {
  margin-bottom: 0;
}

.tjanst-info-h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin: 2rem 0 0.85rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid #e2e8f0;
}

.tjanst-info-h2:first-child {
  margin-top: 0;
}

.tjanst-info-h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: #1e293b;
  margin: 1.5rem 0 0.5rem;
}

.tjanst-info-ul {
  margin: 0.5rem 0 1rem 1.25rem;
  color: #334155;
  line-height: 1.65;
}

.tjanst-info-ul li {
  margin-bottom: 0.35rem;
}

.tjanst-info-callout {
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-left: 4px solid #0ea5e9;
  border-radius: 0 12px 12px 0;
}

.tjanst-info-callout .tjanst-info-p {
  font-weight: 500;
  color: #1e293b;
}

.tjanst-info-cta-wrap {
  text-align: center;
  margin-top: 2.25rem;
  padding: 0 1rem 1rem;
}

.tjanst-info-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 2.25rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(14, 165, 233, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.tjanst-info-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(14, 165, 233, 0.42);
  color: #fff;
}
