/* Shared editorial layout for the German crypto-tax topic cluster. */
.tax-page { padding: clamp(32px, 5vw, 72px) 0 96px; }
.tax-wrap { width: min(920px, calc(100% - 32px)); margin: 0 auto; }
.tax-hero { margin-bottom: 28px; }
.tax-kicker { color: var(--brand); font: 600 12px/1.4 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; }
.tax-hero h1 { max-width: 21ch; margin: 12px 0 16px; font-size: clamp(34px, 6vw, 58px); line-height: 1.06; letter-spacing: -.04em; }
.tax-lead { max-width: 72ch; color: var(--text-muted); font-size: clamp(17px, 2.3vw, 20px); line-height: 1.7; }
.tax-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; color: var(--text-muted); font: 500 12px/1.5 var(--font-mono); }
.tax-actions, .tax-link-grid { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.tax-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 16px; border: 1px solid var(--border); border-radius: var(--r-2); color: var(--text); background: var(--bg-card); font-weight: 650; }
.tax-button.primary { border-color: var(--brand); background: var(--brand); color: #130d05; }
.tax-button:hover { border-color: var(--border-brand); transform: translateY(-1px); }
.tax-card { margin: 18px 0; padding: clamp(20px, 4vw, 38px); border: 1px solid var(--border); border-radius: var(--r-4); background: var(--bg-card); box-shadow: var(--shadow-md); }
.tax-card h2 { margin: 0 0 14px; font-size: clamp(24px, 3.5vw, 34px); line-height: 1.15; }
.tax-card h3 { margin: 26px 0 10px; font-size: 21px; }
.tax-card p, .tax-card li { color: var(--text-muted); font-size: 16px; line-height: 1.8; }
.tax-card strong { color: var(--text); }
.tax-card ul, .tax-card ol { padding-left: 22px; }
.tax-note { margin: 22px 0; padding: 18px 20px; border-left: 3px solid var(--brand); border-radius: 0 var(--r-2) var(--r-2) 0; background: color-mix(in oklab, var(--brand) 10%, var(--bg-card)); }
.tax-note p { margin: 0; }
.tax-example { display: grid; gap: 10px; margin: 18px 0; padding: 18px; border: 1px dashed var(--border-strong); border-radius: var(--r-2); background: color-mix(in oklab, var(--text) 3%, transparent); }
.tax-example div { display: flex; justify-content: space-between; gap: 18px; color: var(--text-muted); }
.tax-example strong { text-align: right; }
.tax-table-wrap { overflow-x: auto; margin: 20px 0; }
.tax-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.tax-table th, .tax-table td { padding: 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.tax-table th { color: var(--text); font-size: 13px; }
.tax-table td { color: var(--text-muted); font-size: 14px; }
.tax-sources a { overflow-wrap: anywhere; }
.tax-sources li { margin-bottom: 10px; }
.tax-disclaimer { border-color: var(--border-brand); }
.tax-disclaimer p { margin-bottom: 0; }
.tax-breadcrumb { margin-bottom: 22px; color: var(--text-muted); font-size: 13px; }
.tax-breadcrumb a { color: var(--text-muted); }
.tax-breadcrumb a:hover { color: var(--brand); }
.tax-faq details { border-top: 1px solid var(--border); padding: 16px 0; }
.tax-faq summary { cursor: pointer; color: var(--text); font-weight: 650; }
.tax-faq details p { margin-bottom: 0; }
@media (max-width: 640px) {
  .tax-wrap { width: min(100% - 24px, 920px); }
  .tax-card { padding: 20px; }
  .tax-actions .tax-button { width: 100%; }
  .tax-example div { display: block; }
  .tax-example strong { display: block; margin-top: 3px; text-align: left; }
}
