/* Ẩn dòng mô tả mặc định nhưng vẫn giữ chỗ */
p.text-muted-foreground.mt-2 { color: transparent !important; }

p.text-muted-foreground.mt-2::after {
  /* — Nội dung chữ — */
  content:
    "Server đặt tại tỉnh Tây Ninh (Long An cũ)"
    "\a "
    "-SGN Viettel"
    "\a -SGN LightNode"
    "\a -HAN Viettel"
    "\a -HAN LightNode"
    "\a -Anycast 1"
    "\a -Anycast 2";

  display: block;
  white-space: pre;
  margin-top: 0;
  padding: 10px 12px;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-align: left;

  /* — Cấu hình badge — */
  background-repeat: no-repeat;
  background-size: auto;

  /* Cập nhật vị trí cho 5 cột: 
     Cột 1 (Resp 1h): 270px | Cột 2 (Resp 24h): 450px | Cột 3 (Up 1h): 635px | Cột 4 (Up 24h): 764px | Cột 5 (Health): 900px
  */
  background-position:
      left 132px top 42px,  /* SGN Viettel */
      left 132px top 72px, /* SGN LightNode */
      left 132px top 102px, /* HAN Viettel */
      left 132px top 132px, /* HAN LightNode */
      left 132px top 162px, /* Anycast 28.0 */
      left 132px top 192px; /* Anycast 30.0 */

  /* Tăng padding-right để hiển thị đủ 5 badge */
  padding-right: 10px; 
}

p.text-muted-foreground.mt-2::after {
  background-image:
    /* 🌐 SGN Viettel */
    url("https://status.hainghia.net/api/v1/endpoints/%E2%AD%90-nextdns_%F0%9F%8C%90-sgn-viettel-27-71-27-231/response-times/1h/badge.svg"),


    /* 🌐 SGN LightNode */
    url("https://status.hainghia.net/api/v1/endpoints/%E2%AD%90-nextdns_%F0%9F%8C%90-sgn-lightnode-38-60-253-211/response-times/1h/badge.svg"),



    /* 💡 HAN Viettel */
    url("https://status.hainghia.net/api/v1/endpoints/%E2%AD%90-nextdns_%F0%9F%92%A1-han-viettel-171-244-41-151/response-times/1h/badge.svg"),



    /* 💡 HAN LightNode */
    url("https://status.hainghia.net/api/v1/endpoints/%E2%AD%90-nextdns_%F0%9F%92%A1-han-lightnode-38-54-31-178/response-times/1h/badge.svg"),


    /* 🟢 Anycast 45.90.28.0 */
    url("https://status.hainghia.net/api/v1/endpoints/%E2%AD%90-nextdns_%F0%9F%9F%A2-anycast-45-90-28-0/response-times/1h/badge.svg"),


    /* 🟢 Anycast 45.90.30.0 */
    url("https://status.hainghia.net/api/v1/endpoints/%E2%AD%90-nextdns_%F0%9F%9F%A2-anycast-45-90-30-0/response-times/1h/badge.svg");
}
