/* ==========================================================================
   Terms and Conditions — page-terms-and-conditions.php
   rem base: 10px (html { font-size: 62.5%; })
   1rem = 10px | 0.1rem = 1px
   ========================================================================== */

.terms__inner {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  max-width: 72rem;
  margin: 0 auto;
}

/* Header
   ========================================================================== */

.terms__header {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 3.2rem;
}

.terms__header-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.terms__header-icon svg,
.terms__header-icon .dashicons {
  width: 2rem;
  height: 2rem;
  color: var(--color-primary-foreground, #fff);
}

.terms__title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-foreground, #1a1a1a);
  margin: 0;
}

/* Last Updated
   ========================================================================== */

.terms__updated {
  font-size: 1.4rem;
  color: var(--color-muted-foreground, #737373);
  margin: 0 0 3.2rem;
}

/* Sections
   ========================================================================== */

.terms__sections {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.terms__section-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-foreground, #1a1a1a);
  margin: 0 0 0.8rem;
}

.terms__section-text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--color-muted-foreground, #737373);
  margin: 0;
}

/* Responsive
   ========================================================================== */

@media (max-width: 639px) {
  .terms__inner {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .terms__header {
    margin-bottom: 2.4rem;
  }

  .terms__title {
    font-size: 2.4rem;
  }

  .terms__updated {
    margin-bottom: 2.4rem;
  }

  .terms__sections {
    gap: 2rem;
  }

  .terms__section-title {
    font-size: 1.6rem;
  }

  .terms__section-text {
    font-size: 1.3rem;
  }
}
