body:not(.game-active) .competition-entry .online-entry-actions .premium-action {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(30px, 1fr) auto auto !important;
  place-items: center !important;
  align-content: center !important;
  gap: clamp(3px, 0.55dvh, 7px) !important;
  text-align: center !important;
}

body:not(.game-active) .competition-entry .online-entry-actions .premium-action-icon {
  display: block !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: end !important;
  margin: 0 !important;
}

body:not(.game-active) .competition-entry .online-entry-actions .premium-action-text {
  display: block !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 100% !important;
  height: auto !important;
  color: #fff0c4 !important;
  -webkit-text-fill-color: #fff0c4 !important;
  font-size: clamp(11px, 1.05vw, 16px) !important;
  font-weight: 560 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

body:not(.game-active) .competition-entry .online-entry-actions .premium-action-text::before,
body:not(.game-active) .competition-entry .online-entry-actions .premium-action-text::after {
  display: none !important;
  content: none !important;
}

body:not(.game-active) .competition-entry .online-entry-actions .premium-action small {
  display: block !important;
  grid-column: 1 !important;
  grid-row: 3 !important;
  margin: 0 !important;
}
