/*
 * Mobile adaptation for octolab footer.
 *
 * The footer is built in Elementor — base layout, stacking, and responsive
 * flow are managed inside the Elementor editor on the mobile breakpoint.
 *
 * This file is reserved for cosmetic mobile-only polish that can't be
 * achieved via Elementor's responsive controls.
 *
 * Keep selectors generic — do NOT pin to Elementor-generated element IDs
 * (e.g. .elementor-element-XXXXXXX), they will break the moment the editor
 * regenerates ids on next save.
 */

@media (max-width: 768px) {
  /* placeholder — add cosmetic mobile-only rules here when needed */
}
