.gth-ideal-weight-calculator .gth-formulas-section { margin-top: var(--gth-space-4); }
.gth-ideal-weight-calculator .gth-formulas-section h4 { font-size: var(--gth-text-sm); color: var(--gth-text-secondary); margin-bottom: var(--gth-space-2); }
.gth-ideal-weight-calculator .gth-formula-list { display: flex; flex-direction: column; gap: var(--gth-space-2); }
.gth-ideal-weight-calculator .gth-formula-item { display: flex; justify-content: space-between; padding: var(--gth-space-2) var(--gth-space-3); background: var(--gth-bg-secondary); border-radius: var(--gth-radius-sm); }
.gth-ideal-weight-calculator .gth-formula-name { color: var(--gth-text-secondary); }
.gth-ideal-weight-calculator .gth-formula-value { font-weight: var(--gth-font-bold); color: var(--gth-primary); }
