/* Legacy Post CSS Settings */
.detail .inner * {
  font-size: max(1.6rem, 1em);
}
.detail .inner h4 {
  margin:var(--spacing-24) 0 var(--spacing-8);
}
.detail .inner p {
  font-size: 1.6rem;
  line-height: 2.2;
  color: var(--black-base);
}
.detail .inner p a {
  color: var(--green-base);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.detail .inner p strong {
  font-weight: 800;
}
.detail .inner img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.detail .inner dl {
	margin:var(--spacing-32) 0;
	display: grid;
	grid-template-columns: max-content 1fr;
	gap:var(--spacing-16);
}
.detail .inner table {
  margin:var(--spacing-32) 0;
}

/* The element immediately preceding .btn-center */
.detail .inner *:has(+ .btn-center) {
  margin-bottom: var(--spacing-48) !important;
}