/* FYOOL — static content pages (refund, terms, shipping, other default pages) */

.fy-page .fy-page-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px 24px 88px;
}

.fy-page-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.04;
  letter-spacing: -1px;
  color: var(--text);
  margin: 0 0 28px;
}

.fy-page .entry-content {
  font-size: 16px;
  line-height: 1.75;
  color: #3a4756;
}

.fy-page .entry-content > *:first-child {
  margin-top: 0;
}

.fy-page .entry-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.3px;
  color: var(--text);
  margin: 44px 0 14px;
}

.fy-page .entry-content h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
  margin: 30px 0 10px;
}

.fy-page .entry-content h4 {
  font-weight: 700;
  font-size: 16px;
  color: var(--text);
  margin: 24px 0 8px;
}

.fy-page .entry-content p {
  margin: 0 0 18px;
}

.fy-page .entry-content a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.fy-page .entry-content a:hover {
  text-decoration-thickness: 2px;
}

.fy-page .entry-content ul,
.fy-page .entry-content ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.fy-page .entry-content li {
  margin: 0 0 8px;
}

.fy-page .entry-content li::marker {
  color: var(--blue);
}

.fy-page .entry-content ul ul,
.fy-page .entry-content ol ol,
.fy-page .entry-content ul ol,
.fy-page .entry-content ol ul {
  margin: 8px 0 8px;
}

.fy-page .entry-content strong,
.fy-page .entry-content b {
  color: var(--text);
  font-weight: 700;
}

.fy-page .entry-content hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 36px 0;
}

.fy-page .entry-content blockquote {
  margin: 24px 0;
  padding: 12px 20px;
  border-left: 3px solid var(--blue);
  background: var(--surface);
  border-radius: 0 8px 8px 0;
  color: var(--text);
}

.fy-page .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
}

.fy-page .entry-content th,
.fy-page .entry-content td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

.fy-page .entry-content thead th {
  background: var(--surface);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.fy-page .entry-content tbody tr:last-child td {
  border-bottom: none;
}

.fy-page .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .fy-page .fy-page-content {
    padding: 40px 20px 64px;
  }

  .fy-page .entry-content h2 {
    font-size: 23px;
    margin-top: 34px;
  }
}
