header#quarto-header {
  border-bottom: 2px solid #3498db; /* เพิ่มเส้นสีประจำแบรนด์ */
}

/* เพิ่มตราสัญลักษณ์เล็กๆ ที่มุมบนขวา */
body::after {
  content: "ML Orange Edition";
  position: fixed;
  top: 10px;
  right: 20px;
  background: rgba(52, 152, 219, 0.1);
  color: #3498db;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: bold;
  z-index: 1000;
}