/* สีแบรนด์ All Mobile Robotics ทับสีเขียวเริ่มต้นของ rtd theme */
:root{--amr-navy:#020635; --amr-blue:#539CD1; --amr-teal:#08ADC0;}
.wy-side-nav-search, .wy-nav-top{background:var(--amr-navy)}
.wy-menu-vertical a:hover{background:#0a1247}
.wy-nav-side{background:#0a0f2e}
a{color:var(--amr-teal)}
a:visited{color:var(--amr-blue)}
.wy-nav-content{max-width:900px}
/* เนื้อหาภาษาไทยต้องการระยะบรรทัดมากกว่าอังกฤษ ไม่งั้นสระบนล่างชนกัน */
body, .rst-content p, .rst-content li{
  font-family:"Sarabun","Noto Sans Thai",system-ui,sans-serif; line-height:1.85}
.rst-content code, .rst-content pre{font-family:ui-monospace,Menlo,monospace;line-height:1.5}
/* ปุ่มสลับภาษาบนหัวแถบข้าง */
.lang-switch{padding:8px 0 0;text-align:center}
.lang-switch a{display:inline-block;padding:3px 12px;border-radius:6px;
  background:rgba(255,255,255,.12);color:#fff!important;font-size:13px;text-decoration:none}
.lang-switch a.on{background:var(--amr-teal)}
