/* Running pace calculator-specific styles only */
.tool-header-card { border-top-color: #EF4444; }
.page-accent-bar { background: #EF4444; }
.time-input { display: flex; gap: 8px; align-items: center; }
.time-input input { flex: 1; text-align: center; }
.time-input span { color: var(--muted); font-size: 14px; }
.splits { margin-top: 20px; border-top: 1px solid var(--border); padding-top: 20px; }
.split-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; background: var(--input); border: 1px solid var(--border); border-radius: 10px; margin-bottom: 8px; }
.split-label { color: var(--muted); font-size: 14px; }
.split-time { font-weight: 700; color: var(--text); font-size: 16px; }
.fs-tools-running-pace-calculator-style-1, .fs-tools-running-pace-calculator-style-4, .fs-tools-running-pace-calculator-style-6 { margin: 0 0 10px; color: var(--text); }
.fs-tools-running-pace-calculator-style-1 { margin-bottom: 6px; }
.fs-tools-running-pace-calculator-style-2 { margin: 0 0 10px; }
.fs-tools-running-pace-calculator-style-3 { display: none; color: var(--danger); margin-top: 10px; font-weight: 700; }
.fs-tools-running-pace-calculator-style-5 { margin: 0 0 12px; font-size: 16px; color: var(--text); }
