/*
Theme Name: Jadeer Logistics
Theme URI: https://www.jadeerlogistics.com
Author: Sales Rail
Author URI: https://sales-rail.com
Description: Custom bilingual React-powered WordPress theme for Jadeer Logistics.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: jadeer-logistics
*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
#root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
}
body.admin-bar header.fixed { top: 32px !important; }
@media screen and (max-width: 782px) {
  body.admin-bar header.fixed { top: 46px !important; }
}

.jadeer-wp-content {
  width: min(100% - 2rem, 960px);
  margin: 0 auto;
  padding: 5rem 0;
  font-family: Inter, system-ui, sans-serif;
  color: #211b2d;
}
.jadeer-wp-entry { margin-bottom: 3rem; }
.jadeer-wp-entry h1 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.1; }
.jadeer-wp-entry a { color: inherit; }
.jadeer-wp-entry-content { line-height: 1.8; }
