.hot-profile-driver-layout {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

.hot-profile-driver-gauge-stack > * {
  margin-bottom: 1.5rem;
}

.hot-profile-driver-gauge-stack > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .hot-profile-driver-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hot-profile-driver-main {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1400px) {
  .hot-profile-driver-layout {
    grid-template-columns: minmax(12rem, 1fr) minmax(12rem, 1fr) minmax(0, 4fr);
  }
}
