/*
Theme Name: E-Visa Form
Theme URI: https://example.com/evisa
Author: Ynmedia
Description: WordPress theme với trang nhập và ghi nhận hồ sơ đề nghị cấp thị thực điện tử (mô phỏng form Cục QLXNC). Có page template form, lưu DB, upload ảnh, trang admin xem hồ sơ.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: evisa
*/

/* Base only. Form UI nằm ở assets/css/form.css */
:root{
  --evisa-red:#b01116;
  --evisa-red-dark:#8c0d11;
  --evisa-band:#c8161d;
  --evisa-text:#222;
  --evisa-border:#d9d9d9;
  --evisa-label:#444;
  --evisa-muted:#777;
  --evisa-blue-note:#0a58ca;
  --evisa-bg:#f4f5f7;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--evisa-text);
  background:var(--evisa-bg);
  font-size:14px;
  line-height:1.5;
}
a{color:var(--evisa-red);text-decoration:none}
.evisa-container{max-width:1180px;margin:0 auto;padding:0 16px}
