.quick-filter-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.coupon-table{
  min-width:980px;
  border:2px solid #111;
}

.coupon-table th,
.coupon-table td{
  border:1px solid #111;
  padding:6px 8px;
  font-size:14px;
  line-height:1.15;
}

.coupon-table th{
  background:#f1f5f9;
  color:#111;
  text-align:center;
}

.coupon-table .team-cell{
  min-width:210px;
  font-weight:900;
}

.coupon-table .score-cell{
  width:74px;
  min-width:74px;
  text-align:center;
}

.score-input{
  min-height:32px !important;
  width:58px !important;
  padding:0 !important;
  text-align:center;
  border-radius:0 !important;
  font-size:16px !important;
  font-weight:900 !important;
}

.score-input:disabled{
  background:#e5e7eb;
  color:#6b7280;
}


/* Coupon table date striping and alignment */
.coupon-table th,
.coupon-table td{
  text-align:center;
}

.coupon-table .team-cell-home{
  text-align:right;
}

.coupon-table .team-cell-away{
  text-align:left;
}

.coupon-table tbody tr.coupon-row-date-even td{
  background:#e5e7eb;
}

.coupon-table tbody tr.coupon-row-date-odd td{
  background:#fff;
}

.coupon-table tbody tr.coupon-row-date-even:hover td,
.coupon-table tbody tr.coupon-row-date-odd:hover td{
  background:#eef2ff;
}

/* Coupon score inputs: remove number arrows and center value */
.coupon-table input[type="number"],
.score-input{
  text-align:center;
  -moz-appearance:textfield;
  appearance:textfield;
}

.coupon-table input[type="number"]::-webkit-outer-spin-button,
.coupon-table input[type="number"]::-webkit-inner-spin-button,
.score-input::-webkit-outer-spin-button,
.score-input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

/* Nedtonet placering/origin i slutspilskampe, fx (1C) Brasilien - Japan (2F) */
.coupon-table .team-origin{
  color:#6b7280;
  font-size:calc(1em - 2px);
  font-weight:800;
  white-space:nowrap;
}
