/* Biggest Climb Day Bottom Sheet Styles */
/* Specific styles for biggest climb day elevation profile bottom sheet */

.longest-day-sheet-content {
  padding: 0 24px 24px;
}

.longest-day-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.longest-day-locations {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.longest-day-location {
  display: flex;
  align-items: flex-start;
  font-family: var(--_fonts---font-family--ibm-plex-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.longest-day-location-label {
  color: var(--yellow);
  margin-right: 8px;
  flex-shrink: 0;
  min-width: 60px;
  font-weight: 600;
}

.longest-day-location-value {
  color: rgba(255, 255, 255, 0.9);
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.longest-day-details {
  font-family: var(--_fonts---font-family--ibm-plex-mono);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.longest-day-chart-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  margin: 20px auto 0;
}

.longest-day-chart-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.longest-day-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--_fonts---font-family--ibm-plex-mono);
  font-size: 14px;
  text-align: center;
}

.longest-day-error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff6b6b;
  font-family: var(--_fonts---font-family--ibm-plex-mono);
  font-size: 14px;
  text-align: center;
}
