/**
 * The Meat Master — My Account styling.
 * ---------------------------------------------------------------------------
 * Lives in meatmaster-core because ALL WooCommerce customisation — behaviour
 * AND styling — is self-contained in the plugin (the theme stays generic).
 *
 * OWNER: Alissa. Claude does NOT edit this file — all My Account visual styling
 * lives here. Enqueued by Modules\Storefront\Module on every account page
 * (is_account_page) at priority 20, so it loads AFTER address-book.css (the
 * plugin's minimal structural base) and wins on any overlap.
 *
 * Selector cheat-sheet per area below — fill in as you go.
 */

/* ===== Account nav + layout ============================================= */
/* .woocommerce-MyAccount-navigation
   .woocommerce-MyAccount-navigation ul li
   .woocommerce-MyAccount-navigation a
   .woocommerce-MyAccount-content                                           */


/* ===== Dashboard (B3: Hello / name / Logout) =========================== */
/* .woocommerce-MyAccount-content                                           */


/* ===== Orders (B1 thumbnails, B2 mobile tabs) ========================== */
/* .woocommerce-orders-table
   .woocommerce-orders-table__row
   .woocommerce-orders-table__cell
   .woocommerce-button.button                                               */


/* ===== Delivery Addresses (address book) =============================== */
/* .mm-addressbook            (list wrapper)
   .mm-addressbook__grid      (cards grid)
   .mm-address-card           /  .mm-address-card.is-default
   .mm-address-card__badge    (Default badge)
   .mm-address-card__buttons .button
   .mm-address-form           (add/edit form)
   .mm-address-search #mm-address-autocomplete  (Google picker mount)       */


/* ===== Account details ================================================= */
/* .woocommerce-EditAccountForm                                             */


/* ===== Buttons (A6: buttons instead of text links) ===================== */


/* ===== Mobile ========================================================== */
/* @media (max-width: 768px) { … } */
