/* Black-Scholes tool-specific styles */
@import url('../../shared/css/styles.css');

.result-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.result-table td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--color-border);
}
.result-table tr:last-child td { border-bottom: none; }
.result-table td:first-child { width: 160px; }
.result-table td:last-child { font-family: monospace; font-size: 15px; }

code { background: var(--color-bg-secondary); padding: 2px 6px; border-radius: 3px; }
