/**
 * Header Action Button — front.css
 * No layout overrides needed: the button uses Bootstrap col-auto classes
 * and sits naturally inside header-bottom__row as a flex child.
 * This file is kept for any future micro-adjustments.
 */

/* Optional: small gap between the search bar and the button */
.header-action-btn {
    padding-left: 0.5rem;
}
