/* Bileşik faiz hesaplama: araca özel stiller (renk ve ölçüler app.css token'larından gelir) */

.siklik-note {
  margin: -8px 0 18px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink-2);
}

/* Yıllık gelişim tablosu */
.growth {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line-2);
}

.growth__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.growth__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--ink);
}

.growth__note {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-2);
}

.growth__table {
  font-size: 13.5px;
}

.growth__table th[scope="row"] {
  width: 1%;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-2);
  background: var(--paper-2);
}

.growth__table td {
  white-space: nowrap;
}

.growth__table tr[hidden] {
  display: none;
}

.growth__more {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .growth__table th,
  .growth__table td {
    padding: 8px 10px;
  }

  .growth__table {
    font-size: 13px;
  }
}
