/* Shared control styles moved from templates/_control_style.html for CSP hardening. */
:root {
    --uc-control-radius: 10px;
    --uc-checkbox-radius: 5px;
  }

  :where(.unit-header-help-btn, .unit-summary-help-btn, .unit-field-settings-help, .calc-settings-help) {
    box-sizing: border-box !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
