.tab-pane { display: none; }
.tab-pane.active { display: block; }
.tab-link.active { font-weight: bold; border-bottom: 2px solid #0073aa; }
.tab-list { display: flex; gap: 1em; margin-bottom: 1em; list-style: none; padding: 0; }
.tab-item { }
.tab-link { cursor: pointer; text-decoration: none; color: #0073aa; padding: 0.5em 1em; border: none; background: none; }
.tab-link:hover { text-decoration: underline; }

/* Fallback for when JavaScript is disabled - show all tabs */
.no-js .tab-pane { display: block; }
.no-js .tab-list { display: none; }

/* Ensure the first tab is visible by default */
.tab-pane:first-of-type { display: block; } 