/* =========================================
   INFO MAIN
   ========================================= */
.info-main {
  flex: 1;
  margin: 0 auto;
  max-width: 860px;
  padding: 60px 40px 80px;
  width: 100%;
}

.info-main__page-title {
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 40px;
}

/* =========================================
   INFO ARTICLE
   ========================================= */
.info-article { display: flex; flex-direction: column; gap: 0; width: 100%; }

.info-article__date {
  color: #686868;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.info-article__cover-wrap { margin-bottom: 24px; width: 100%; }

.info-article__cover { height: auto; max-height: 400px; object-fit: cover; width: 100%; }

.info-article__tags { display: flex; flex-direction: row; gap: 8px; margin-bottom: 16px; }

.info-article__tag-wrap { display: flex; }

.info-article__tag {
  background: var(--color-accent);
  border-radius: 2px;
  color: #fff;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 3px 8px 2px 8px;
}

.info-article__tag:hover { opacity: 0.7; }

.info-article__title {
  color: var(--color-text);
  font-family: var(--font-body);
  font-feature-settings: 'palt' 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 40px;
}

/* =========================================
   RICH TEXT BODY
   ========================================= */
.richtext {
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  width: 100%;
}

.richtext p     { margin-bottom: 1em; }
.richtext h2    { font-size: 22px; font-weight: 700; margin: 2em 0 0.75em; }
.richtext h3    { font-size: 18px; font-weight: 700; margin: 1.5em 0 0.5em; }
.richtext h4    { font-size: 16px; font-weight: 700; margin: 1.2em 0 0.4em; }
.richtext strong { font-weight: 700; }
.richtext a     { color: var(--color-accent); text-decoration: underline; }
.richtext a:hover { opacity: 0.7; }
.richtext figure { margin: 1.5em 0; }
.richtext figure img { height: auto; max-width: 100%; width: 100%; }
.richtext figcaption { color: #888; font-size: 12px; margin-top: 6px; text-align: center; }
.richtext blockquote { border-left: 3px solid #ccc; color: #555; margin: 1em 0; padding: 4px 5px 4px 15px; }
.richtext pre   { background: #f5f5f5; border-radius: 4px; font-size: 14px; overflow-x: auto; padding: 15px 20px; }

/* =========================================
   INFO BACK LINK
   ========================================= */
.info-back { margin-top: 48px; }

.info-back__link {
  align-items: center;
  border: 1px solid #000;
  border-radius: 80px;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 122px;
}

.info-back__link:hover { border-color: var(--color-accent); }

.info-back__text {
  color: #000;
  font-family: var(--font-en);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-left: 8px;
}

.info-back__link:hover .info-back__text { color: var(--color-accent); letter-spacing: 0.12em; }

/* =========================================
   RESPONSIVE - TABLET
   ========================================= */
@media screen and (max-width: 840px) {
  .info-main { padding: 40px 30px 60px; }
}

/* =========================================
   RESPONSIVE - MOBILE
   ========================================= */
@media screen and (max-width: 540px) {
  .info-main { padding: 32px 40px 56px; }
  .richtext h2 { font-size: 16px; }
  .richtext h3 { font-size: 15px; }
  .richtext h4 { font-size: 14px; }
}
