/* Solstaria — composite charts.
   The form is the compatibility page's; the output is the chart page's wheel,
   readout and tables. Only spacing lives here. */

.comp__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.comp__head { text-align: center; margin-bottom: 1rem; }
#comp-out > .sourcepick { margin-bottom: 0.5rem; }
.comp__note { margin-inline: auto; }
.comp__tables { display: grid; gap: 2.5rem; max-width: 46rem; margin: 2rem auto 0; }
