/* ปุ่ม "เข้าใช้งาน" บนหน้า MA — โชว์เฉพาะ TEST/UAT (ดู ViewBag.CanBypass ใน _MaintenanceContent.cshtml)
   ไม่มี style เดิมมาก่อนเพราะเป็น element ใหม่ ยืนยันโดยผู้ใช้ 2026-08-29 */
.gp-ma__bypass-form {
  margin-top: 16px;
}

.gp-ma__bypass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 1px solid #f5b400;
  border-radius: 10px;
  background: #f5b400;
  color: #1a1b1e;
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.gp-ma__bypass-btn:hover {
  filter: brightness(1.08);
}
