<style>
/* ===== CSS H2H - Edit sesuai domain ini ===== */
.h2h-block {
  margin-bottom: 20px;
  border: 1px solid #2e7d32;
  overflow: hidden;
}
.h2h-header {
  background: #1c4985;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}
.h2h-header img {
  width: 20px;
  height: auto;
}
.h2h-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #fff;
}
.h2h-table th {
  background: #1c49851f;
  padding: 7px 6px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #2e7d32;
}
.h2h-table td {
  padding: 7px 6px;
  text-align: center;
  border: 1px solid #2e7d32;
  vertical-align: middle;
}
.h2h-badge {
  display: inline-block;
  background: #c62828;
  box-shadow: 2px 2px 0 #000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 6px;
}
.h2h-page {
  text-align: center;
  margin: 18px 0;
}
.h2h-page a {
  display: inline-block;
  margin: 0 4px;
  padding: 6px 14px;
  background: #e0e0e0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #ccc;
}
.h2h-page a.on {
  background: #1e2a38;
  color: #fff;
  border-color: #1e2a38;
  font-weight: bold;
}
.h2h-empty {
  padding: 15px;
  color: #666;
}
</style>

<?php include $_SERVER['DOCUMENT_ROOT'] . '/h2h.php'; ?>