.page-main {
  padding-top: 48px;
  padding-bottom: 3rem;
}

.default-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.default-page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.75rem;
  text-align: center;
  line-height: 1.25;
}

.default-page-meta {
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
  margin: 0 0 2.5rem;
}

.default-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #4b5563;
}

.default-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 2rem 0 0.875rem;
  line-height: 1.4;
}

.default-content h2:first-child {
  margin-top: 0;
}

.default-content p {
  margin: 0 0 1rem;
}

.default-content p:last-child {
  margin-bottom: 0;
}

.default-content ol,
.default-content ul {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.default-content li {
  margin-bottom: 0.5rem;
}

.default-content li:last-child {
  margin-bottom: 0;
}

.default-content strong {
  color: #374151;
  font-weight: 600;
}

.default-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 1.5rem 0 0.75rem;
  line-height: 1.4;
}

.default-content a {
  color: var(--color-primary, #e11d48);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.default-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

.default-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9375rem;
}

.default-content th,
.default-content td {
  border: 1px solid #e5e7eb;
  padding: 0.625rem 0.75rem;
  text-align: left;
}

.default-content th {
  background: #f9fafb;
  font-weight: 600;
  color: #1f2937;
}

.default-page-image {
  margin: 0 0 2.5rem;
}

.default-page-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  object-fit: cover;
  max-height: 420px;
}

@media (max-width: 640px) {
  .page-main {
    padding-top: 32px;
    padding-bottom: 2rem;
  }

  .default-inner {
    padding: 0 1rem;
  }

  .default-page-title {
    font-size: 1.75rem;
  }

  .default-page-meta {
    margin-bottom: 1.75rem;
  }

  .default-content {
    font-size: 0.9375rem;
    line-height: 1.65;
  }

  .default-content h2 {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}
