#calculation-formula-breakdown {
    white-space: pre-line;
    font-family: var(--font-mono, monospace);
    font-size: 0.9rem;
    line-height: 1.5;
}
.custom-cut-row {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    align-items: center;
}
.custom-cut-row input {
    flex: 1;
    min-width: 0;
}
