@import url("/assets/game-record-list-clean-v2-provider-only-20260730.css");

.game-records-action-page .game-record-provider-directory {
  display: grid !important;
  gap: 10px !important;
  padding: 0 12px 18px !important;
}

.game-records-action-page .game-record-provider-card {
  min-width: 0 !important;
  min-height: 82px !important;
  padding: 12px 14px !important;
  display: grid !important;
  grid-template-columns: 34px minmax(90px, 1.2fr) minmax(74px, .85fr) minmax(74px, .85fr) 16px !important;
  gap: 9px !important;
  align-items: center !important;
  border: 1px solid rgba(177, 147, 78, .28) !important;
  border-radius: 16px !important;
  background: #fffdf8 !important;
  box-shadow: 0 5px 14px rgba(54, 48, 32, .06) !important;
  color: inherit !important;
  text-align: left !important;
}

.game-records-action-page .game-record-provider-icon {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: rgba(225, 226, 207, .72) !important;
  color: #9b7a2e !important;
}

.game-records-action-page .game-record-provider-name,
.game-records-action-page .game-record-provider-metric {
  min-width: 0 !important;
}

.game-records-action-page .game-record-provider-name strong,
.game-records-action-page .game-record-provider-metric strong {
  display: block !important;
  overflow: hidden !important;
  font-size: 13px !important;
  line-height: 19px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.game-records-action-page .game-record-provider-name strong {
  color: #112c55 !important;
  font-size: 15px !important;
}

.game-records-action-page .game-record-provider-name small,
.game-records-action-page .game-record-provider-metric small {
  display: block !important;
  margin-bottom: 2px !important;
  color: #777268 !important;
  font-size: 10px !important;
  line-height: 14px !important;
}

.game-records-action-page .game-record-provider-metric {
  text-align: right !important;
}

.game-records-action-page .game-record-provider-detail-bar {
  margin: 0 12px 10px !important;
  min-height: 44px !important;
  padding: 7px 10px !important;
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 1px solid rgba(177, 147, 78, .2) !important;
  border-radius: 13px !important;
  background: rgba(248, 242, 229, .72) !important;
}

.game-records-action-page .game-record-provider-detail-bar button {
  min-width: 0 !important;
  padding: 6px 8px !important;
  display: inline-flex !important;
  gap: 5px !important;
  align-items: center !important;
  border: 0 !important;
  background: transparent !important;
  color: #112c55 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.game-records-action-page .game-record-provider-detail-bar > strong {
  min-width: 0 !important;
  overflow: hidden !important;
  color: #112c55 !important;
  font-size: 14px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 390px) {
  .game-records-action-page .game-record-provider-card {
    grid-template-columns: 32px minmax(84px, 1fr) minmax(66px, .8fr) minmax(66px, .8fr) 14px !important;
    gap: 6px !important;
    padding-inline: 10px !important;
  }

  .game-records-action-page .game-record-provider-name strong {
    font-size: 13px !important;
  }

  .game-records-action-page .game-record-provider-metric strong {
    font-size: 11px !important;
  }
}

@media (max-width: 359px) {
  .game-records-action-page .game-record-provider-card {
    grid-template-columns: 30px minmax(80px, 1fr) minmax(62px, .8fr) 12px !important;
  }

  .game-records-action-page .game-record-provider-card .game-record-provider-metric.result {
    display: none !important;
  }
}
