/* GPS Whizz — page-specific styles (moved out of the dashboard <style> block) and
   theme tint for the shared regional switcher. Appearance is unchanged. */
.bg-blue { background-color: #444bf8 !important; color: #fff !important; }
.table th, .table td { padding: 0.2em; }
.custom-table * { border: 0px !important; }
.img-responsive { width: 100%; height: auto; }
.special-small { color: #fff; margin-left: 24px; text-align: left; font-weight: normal; }
.mini .special-small { display: none; }

/* Regional switcher placement */
:root { --lang-accent: #444bf8; --lang-fg: #4e5155; }
.lang-corner { position: absolute; top: 1rem; right: 1rem; z-index: 10; }
.u-header-section--lang { display: flex; align-items: center; padding-left: .75rem; padding-right: .75rem; }
