body {
  background: #e8e8e8;
}

.soccer-page {
  padding: 8px 8px 70px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-crumb {
  background: #045662;
  color: #fff;
  border: 1px solid #057684;
}

.event-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 10px 4px;
  line-height: 1.2;
}

.event-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  padding: 0 10px 8px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Roboto Condensed', sans-serif;
}

.market-card {
  border: 1px solid #c7c7c7;
  background: #fff;
}

.market-top {
  background: #18b0c8;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.market-minmax {
  color: #555;
  font-size: 11px;
  padding: 5px 10px;
  font-family: 'Roboto Condensed', sans-serif;
  border-bottom: 1px solid #ececec;
}

.market-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  table-layout: fixed;
}

.market-table th {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 2px;
  text-align: center;
}

.team-head {
  width: 62%;
}

.back-head {
  background: #72bbef;
  color: #000;
}

.lay-head {
  background: #faa9ba;
  color: #000;
}

.team-col {
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 8px;
}

.back-col,
.lay-col {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  padding: 4px 2px;
}

.back-col small,
.lay-col small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-top: 1px;
}

.back-col {
  background: #72bbef;
}

.lay-col {
  background: #faa9ba;
}

.back-col,
.lay-col {
  cursor: pointer;
}

.selected-odd {
  outline: 2px solid #0b5563;
  outline-offset: -2px;
}

.mobile-betslip-wrap {
  border-top: 1px solid #d0d0d0;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}

.betslip-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 7px;
  font-size: 11px;
  color: #2a2f34;
}

.betslip-meta-side {
  font-size: 10px;
  color: #0b5563;
  text-transform: uppercase;
  font-weight: 700;
}

.betslip-top-row {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 3px;
  background: #8f9399;
  padding: 3px;
}

.betslip-top-row button,
.betslip-top-row input {
  height: 30px;
  border: 0;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
}

.betslip-top-row button {
  background: #767b81;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.betslip-top-row input {
  background: #fff;
  color: #1c1c1c;
  font-size: 18px;
}

.betslip-chip-row,
.betslip-keypad-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
}

.betslip-chip-row {
  background: #17788d;
}

.betslip-chip-btn {
  border: 0;
  background: #1ea2bd;
  color: #051e23;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 2px;
  font-family: inherit;
}

.betslip-keypad-row {
  background: #cbcfd4;
}

.betslip-key-btn {
  border: 0;
  background: #e7eaee;
  color: #1f2327;
  font-weight: 700;
  font-size: 13px;
  padding: 9px 2px;
  font-family: inherit;
}

.betslip-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 1px;
}

.betslip-cancel-btn,
.betslip-place-btn {
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: 10px 6px;
  font-family: inherit;
  font-size: 13px;
}

.betslip-cancel-btn {
  background: linear-gradient(180deg, #ca1f3f 0%, #9f0f2a 100%);
}

.betslip-place-btn {
  background: linear-gradient(180deg, #089f16 0%, #047f10 100%);
}

.suspended-cell {
  background: repeating-linear-gradient(
    -45deg,
    #426a84 0px,
    #426a84 8px,
    #5f8398 8px,
    #5f8398 16px
  ) !important;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  position: relative;
  min-height: 36px;
}

.suspended-text {
  color: #ff2a2a;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .event-title {
    font-size: 14px;
  }

  .event-meta {
    font-size: 11px;
  }

  .market-top {
    font-size: 14px;
    padding: 5px 8px;
  }

  .market-minmax {
    font-size: 10px;
    padding: 4px 8px;
  }

  .team-col {
    font-size: 11px;
    padding: 7px 6px;
  }

  .back-col,
  .lay-col {
    font-size: 12px;
  }

  .back-col small,
  .lay-col small {
    font-size: 9px;
  }
}
