.aura-ft-section {
  padding: 3rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid rgba(65, 82, 67, .14);
  background: #f8f6f0;
}

.aura-ft-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(80, 101, 82, .18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(42, 58, 44, .08);
  color: #2d382f;
}

.aura-ft-header {
  padding: clamp(1.4rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(80, 101, 82, .14);
  background: linear-gradient(135deg, #f4efe3 0%, #f1f5ec 100%);
}

.aura-ft-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: .32rem .76rem;
  border-radius: 999px;
  background: #dfe9dc;
  color: #38543c;
  font-family: Poppins, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aura-ft-header h2 {
  margin: .65rem 0 .25rem;
  color: #26322a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.aura-ft-header p {
  margin: 0;
  color: #687269;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.aura-ft-content {
  padding: clamp(1.35rem, 3vw, 2rem);
  color: #3d473f;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  line-height: 1.7;
}

.aura-ft-content > h2:first-child,
.aura-ft-content > h3:first-child,
.aura-ft-content [class*="title"]:first-child {
  margin-top: 0;
}

.aura-ft-content h2,
.aura-ft-content h3,
.aura-ft-content h4 {
  color: #2c3b30;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.aura-ft-content table {
  width: 100%;
  margin: 1rem 0 1.5rem;
  overflow: hidden;
  border: 1px solid #e0e7df;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 11px;
}

.aura-ft-content th,
.aura-ft-content td {
  padding: .72rem .82rem !important;
  border: 0 !important;
  border-bottom: 1px solid #e9eee8 !important;
  text-align: left;
  vertical-align: top;
}

.aura-ft-content th {
  background: #e9f0e6;
  color: #34503a;
  font-size: .78rem;
  font-weight: 600;
}

.aura-ft-content tr:last-child td {
  border-bottom: 0 !important;
}

.aura-ft-content td:first-child {
  width: 34%;
  background: #fafbf8;
  color: #36453a;
  font-weight: 600;
}

@media (max-width: 680px) {
  .aura-ft-section {
    padding: 2rem .75rem;
  }

  .aura-ft-shell {
    border-radius: 14px;
  }

  .aura-ft-header h2 {
    font-size: 2rem;
  }

  .aura-ft-content table,
  .aura-ft-content tbody,
  .aura-ft-content tr,
  .aura-ft-content td {
    display: block;
    width: 100% !important;
  }

  .aura-ft-content th {
    display: none;
  }

  .aura-ft-content tr {
    padding: .45rem 0;
    border-bottom: 1px solid #e4eae3;
  }

  .aura-ft-content td {
    padding: .3rem .65rem !important;
    border: 0 !important;
  }
}
