.oddsnews-fd-wrap{
  font-family: Montserrat, Arial, sans-serif;
  max-width: 100%;
  overflow: visible;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
.oddsnews-fd-wrap h2,.oddsnews-fd-wrap h3{
  color:#004238;
  font-weight:700;
  line-height:1.25;
  margin: 1.1em 0 .55em;
}
.oddsnews-fd-wrap p{
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height:1.65;
}
.oddsnews-fd-table-scroll{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0 28px;
}
.oddsnews-fd-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  font-family: Montserrat, Arial, sans-serif;
  background:#fff;
}
.oddsnews-fd-table th{
  background:#e96b00;
  color:#fff;
  text-align:left;
  padding:14px 16px;
  font-weight:700;
  text-transform:uppercase;
}
.oddsnews-fd-table th:first-child{border-top-left-radius:8px;}
.oddsnews-fd-table th:last-child{border-top-right-radius:8px;}
.oddsnews-fd-table td{
  padding:13px 16px;
  border-bottom:1px solid #eee;
  vertical-align:middle;
  color:#111;
}
.oddsnews-fd-table tbody tr:nth-child(even){background:#fff7ef;}
.oddsnews-fd-table tbody tr:hover{background:#fff0df;}
.teamcrest{
  width:22px;
  height:22px;
  vertical-align:middle;
  margin-right:8px;
  object-fit:contain;
  flex:0 0 22px;
}
.teamcrest.big{
  width:48px;
  height:48px;
  flex-basis:48px;
}
.team-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-width:0;
}
.team-badge .teamcrest{margin-right:0;}
.leaderbox{
  display:flex;
  align-items:center;
  gap:15px;
  padding:15px;
  border-radius:12px;
  background:#f7faf8;
  border-left:5px solid #0b5d3f;
  margin:15px 0;
}
.oddsnews-fd-highlight-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:16px 0 20px;
}
.oddsnews-highlight-card{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #e8e8e8;
  border-radius:14px;
  padding:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.oddsnews-highlight-card span{
  display:block;
  color:#e96b00;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
  margin-bottom:4px;
}
.oddsnews-highlight-card strong{
  display:block;
  color:#004238;
  font-size:18px;
  line-height:1.25;
}
.oddsnews-highlight-card p{
  margin:4px 0 0;
  font-size:14px;
  line-height:1.45;
}
.match-line{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.match-versus,
.match-score{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  padding:2px 8px;
  border-radius:999px;
  background:#f2f2f2;
  color:#004238;
  font-weight:800;
}
.match-score{
  background:#fff0df;
  color:#e96b00;
}
.oddsnews-fd-table tr.top4{
  border-left:5px solid #1f9d55;
}
.oddsnews-fd-table tr.z4{
  border-left:5px solid #d93025;
}
.oddsnews-fd-standings tr.top4 td:first-child,
.oddsnews-fd-standings tr.z4 td:first-child{
  padding-left:18px;
}
@media (max-width: 768px){
  .oddsnews-fd-wrap{font-size: 15px;}
  .oddsnews-fd-table{min-width:650px;}
  .oddsnews-fd-table th,.oddsnews-fd-table td{padding:11px 12px;}
  .oddsnews-fd-highlight-grid{grid-template-columns:1fr;}
  .oddsnews-highlight-card{padding:14px;}
  .match-line{gap:8px;}
}
