/* GRIDBORN Version 94 · Racing UI Build 24 */

.driver-property-video-action {
  display: grid;
  grid-column: 1 / -1;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(84, 180, 255, .14);
}

.driver-property-video-action .btn {
  width: 100%;
  min-height: 42px;
  border-color: rgba(84, 180, 255, .34);
  color: #9edcff;
}

.driver-property-video-action small {
  color: #7f8d99;
  font-size: .68rem;
  text-align: center;
}

.rewarded-context-driver_all {
  border-color: rgba(226, 177, 74, .38);
  background:
    radial-gradient(circle at 95% 0%, rgba(226, 177, 74, .14), transparent 18rem),
    linear-gradient(145deg, rgba(25, 26, 28, .98), rgba(10, 13, 16, .98));
}

.rewarded-context-driver_all .rewarded-context-head span,
.rewarded-context-driver_all .rewarded-context-head > strong {
  color: #f1cd77;
}

@media (max-width: 720px) {
  .driver-property-video-action .btn {
    white-space: normal;
    line-height: 1.25;
  }
}
