body {
    font-family: Arial, sans-serif;
    margin: 1.5rem;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 0.18rem 0.35rem;
    text-align: left;
    line-height: 1.15;
}

th {
    background: #f4f4f4;
}

td.unit {
    white-space: nowrap;
}

td.val {
    text-align: right;
}

a.calculator-link {
    font-size: 0.82em;
    line-height: 1.2;
    text-decoration: underline;
}

td.merged {
    text-align: center;
}

td.neg {
    background: #ffcccc;
}

tr.band-row td {
    background: #fff59d;
    font-weight: 600;
}

tr.eff-row td {
    background: #fff59d;
}

tr.eff-row td.neg {
    background: #ffcccc;
}

table.compact {
    width: auto;
    font-size: 1rem;
}

table.table_capacitor_spacing {
    display: inline-table;
    width: auto;
    max-width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
    margin: 0 0 0.5rem 0;
    font-size: 0.95rem;
}

table.table_capacitor_spacing td {
    border: 1px solid #999;
    padding: 0.18rem 0.35rem;
    vertical-align: top;
    line-height: 1.2;
}

table.charts {
    width: auto;
}

table.charts td {
    width: auto;
    vertical-align: top;
}

table.charts img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border: 1px solid #ddd;
}

table.charts td.values-cell {
    white-space: nowrap;
}

table.chart-values {
    width: auto;
    border-collapse: collapse;
}

table.chart-values td {
    border: none;
    padding: 0.05rem 0.2rem;
    line-height: 1.1;
}

table.chart-values td.unit {
    white-space: nowrap;
}

table.chart-values td.value {
    text-align: right;
    padding-left: 0.9rem;
    font-variant-numeric: tabular-nums;
}

table.h-field-summary,
table.measure-table {
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    margin: 0 0 8px 0;
    width: fit-content;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
}

table.h-field-summary th,
table.h-field-summary td,
table.measure-table th,
table.measure-table td {
    border: 1px solid #999;
    padding: 1px 4px;
    line-height: 1.1;
}

table.h-field-summary th,
table.measure-table th {
    font-weight: 600;
}

table.h-field-summary td.num,
table.measure-table td.num {
    text-align: right;
}

table.measure-table tr.head-row th {
    border: none;
    background: transparent;
}

table.measure-table th.point-col,
table.measure-table td.point-col {
    border: none;
}

table.measure-table td.hl-factor {
    background: #fff59d;
}

h2 {
    margin-top: 2rem;
    margin-bottom: 0.3rem;

}

h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
}

p.section-label {
    margin: 1rem 0 0.5rem 0;
    font-weight: 400;
}

pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 0.8rem;
    white-space: pre-wrap;
}

div.inductivity-pictures {
    display: grid;
    gap: 0.8rem;
}

img.inductivity-picture {
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 1px solid #ddd;
}

img.vna-calibration-picture {
    width: 100%;
    max-width: 200px;
    height: auto;
    border: 1px solid #ddd;
}

img.overview-antenna-picture {
    width: auto;
    max-width: 300pt;
    height: auto;
    max-height: 500px;
}

img.eta-picture {
    width: auto;
    max-width: 500pt;
    height: auto;
    max-height: 500px;
}

.hl-yellow {
    background: #fff59d;
    padding: 0 0.15rem;
}