/* ============================================================================
   Clearout Crew — Refresh module: BUTTONS
   Part of the "Warm & Elevated" refresh (owner-approved 2026-08-09). Styles ONLY
   the primary (filled) button, giving the main action a little more physical
   presence. Colour is unchanged, so WCAG AA is preserved (premium/motion-depth
   own the button colour + hover sheen).

   Handle: cc-refresh-buttons   ·   Loads after premium.css.
   Toggle just the buttons: dequeue 'cc-refresh-buttons'.
   ========================================================================== */

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  padding-block: 0.9rem;
  padding-inline: 1.5rem;
  border-radius: var(--cc-radius-md);
}
