:root {
  /* Các biến dành cho phần số đếm quảng cáo */
  --counter-top: 63%;             /* Vị trí từ trên của container ad */
  --counter-left: 50%;            /* Vị trí từ trái */
  --counter-font-size: 25px;      /* Kích thước chữ (có thể điều chỉnh theo ý bạn) */
  --counter-font-weight: bold;    /* Độ đậm của chữ */
  --counter-color: #D4AF37;       /* Vàng gold (thay cam gốc) */

  /* Các biến đã có — tông Sapphire Navy + Gold (khác oa88 gốc: cam/xanh lá nhạt) */
  --header-bg: #10233B;
  --footer-bg: #10233B;
  --primary-color: #1565C0;
  --secondary-color: #ffffff;
  --site-bg: #F2F6FC;
  --fticon-text: #fff;
  --site-text: #0E131B;
  --over-bg: #DCE6F0;
  --footer-itemtext: #ffffff;


  /* Các biến tùy chỉnh cho nút */
  --btn-radius: 10px;
  --btn-bg: #2455B0;
  --btn-text-color: #fff;
  --btn-border-color: #FFC107;


  /* Các biến tùy chỉnh cho liên kết */
  --custom-link-color: #1565C0;
  --custom-link-hover-color: #0D47A1;
}

a {
  color: var(--custom-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--custom-link-hover-color);
}
