/* Keep the select for Woo's JS + accessibility, just hide visually */
.aero-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; overflow: hidden; clip: rect(0 0 0 0);
}

.aero-attr-buttons { display:flex; flex-wrap:wrap; gap:8px; margin-top:8px; }
.aero-attr-btn {
  border: 1px solid var(--ast-border-color, #dcdcdc);
  padding: 8px 12px; border-radius: 8px; background:#005f47; color:#fff; cursor:pointer;
  font: inherit; line-height:1.1;
}
.aero-attr-btn.is-selected {
  border-color: var(--ast-global-color-0, #3b82f6);
  box-shadow: 0 0 0 2px rgba(59,130,246,.18) inset;
}
.aero-attr-btn:disabled { opacity:.45; cursor:not-allowed; }
