/* Provider-confirmed round details can span multiple localized lines. */
body .round-history-page .round-history-row[data-ruay55-live-provider] {
  height: auto !important;
  min-height: 96px !important;
  max-height: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  align-items: center !important;
  overflow: visible !important;
}

body .round-history-page .round-history-row[data-ruay55-live-provider] .round-history-info {
  overflow: visible !important;
}

body .round-history-page .round-history-row[data-ruay55-live-provider] .round-history-info > small {
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  color: #182231 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  white-space: normal !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
  text-overflow: clip !important;
}

body .round-history-page .round-history-row[data-ruay55-live-provider] .round-history-info > small.ruay55-provider-round-details,
body .round-history-page .round-history-row[data-ruay55-live-provider] .round-history-info > small.ruay55-provider-round-position {
  color: #3f4854 !important;
  font-size: 11px !important;
}

body .round-history-page .round-history-row[data-ruay55-live-provider] .round-history-amount {
  align-self: center !important;
}

@media (max-width: 390px) {
  body .round-history-page .round-history-row[data-ruay55-live-provider] {
    min-height: 104px !important;
  }

  body .round-history-page .round-history-row[data-ruay55-live-provider] .round-history-info > small {
    font-size: 11px !important;
  }

  body .round-history-page .round-history-row[data-ruay55-live-provider] .round-history-info > small.ruay55-provider-round-details,
  body .round-history-page .round-history-row[data-ruay55-live-provider] .round-history-info > small.ruay55-provider-round-position {
    font-size: 10px !important;
  }
}
