/* ============================= */
/*  BARRA GP DE OSONA - RESULTADOS */
/* ============================= */

.f1-results-bar {
  width: 100%;
  background: #0b0b0b;
  border-top: 2px solid #ff1e00;
  border-bottom: 2px solid #ff1e00;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  overflow-x: auto;
  gap: 15px;
}

/* Parte izquierda: GP DE OSONA | RESULTS */
.f1-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.f1-left .session {
  background: #ff1e00;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
}

.f1-left .results {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/* Contenedor de pilotos */
.f1-drivers {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Cada piloto */
.f1-driver {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

/* Imagen del piloto */
.f1-driver img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ff1e00;
  margin-bottom: 4px;
}
