/* AL Mini Cart Mobile Fix - CSS */
@media (max-width: 782px) {
  /* Space inside mini-cart to avoid overlap with sticky mobile navs */
  .widget_shopping_cart_content,
  .elementor-menu-cart__main {
    padding-bottom: calc(var(--al-mcmf-footer-height, 90px) + 16px) !important;
  }

  /* Ensure buttons are full-width and above footers */
  .woocommerce-mini-cart__buttons.buttons,
  .elementor-menu-cart__footer-buttons {
    position: relative !important;
    z-index: 99999 !important;
    margin-bottom: var(--al-mcmf-footer-height, 90px) !important;
    gap: 10px;
    display: grid;
  }

  .woocommerce-mini-cart__buttons .button,
  .elementor-menu-cart__footer-buttons .elementor-button {
    width: 100% !important;
    display: block !important;
  }
}

/* Small helpers for other mini-cart implementations */
.xoo-wsc-footer { z-index: 99999 !important; }
