/* ==========================================================================
   mainstyle.css — GLOBAL only
   All component-specific styles have been migrated:
     • vmgr booking (offers/nav/user-form/pay-method/green) → basket/style.css
     • widget.form (select-date-time/widget-form) → widget.form/style.css
     • reviews (popup-review/breadcrumbs) → news.list/reviews/style.css
   Step 6 of CSS refactor — 2026-02-27
   ========================================================================== */

/* --- Desktop-only text (used in header.php nav) --- */
.desktop-text { color: inherit; }
@media (max-width: 768px) {
  .desktop-text { display: none; }
}

/* --- Page description container (global layout helper) --- */
.page-description-container { max-width: 100%; }
.page-description-container.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
