/* Compact empty Overview day cards
   Empty day cards keep the weather/+ controls, but do not reserve space for a body.
   Cards with plans automatically keep the full expanded layout. */

#friendsTab .overview-day-card.is-overview-day-compact {
  gap: 0 !important;
  padding: clamp(8px, 1.45vw, 11px) clamp(10px, 2vw, 14px) !important;
  min-height: 0 !important;
  align-content: center;
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-day-card-header {
  align-items: center !important;
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-day-date-copy {
  gap: 1px;
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-day-name {
  font-size: clamp(14px, 1.85vw, 17px);
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-day-date {
  font-size: 11px;
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-day-card-actions {
  gap: 3px !important;
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-weather-pill {
  min-height: 26px;
  padding: 5px 8px;
  font-size: 11px;
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-weather-icon {
  font-size: 14px;
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-day-add-plan-button {
  font-size: 18px;
  line-height: 0.95;
}

#friendsTab .overview-day-card.is-overview-day-compact .overview-day-events {
  display: none !important;
}

#friendsTab .overview-day-card.has-overview-day-content {
  gap: 8px;
}

@media (max-width: 820px) {
  #friendsTab .overview-day-card.is-overview-day-compact {
    padding: 8px 10px !important;
    border-radius: 16px;
  }

  #friendsTab .overview-day-card.is-overview-day-compact .overview-weather-pill {
    min-height: 24px;
    padding: 4px 7px;
  }
}
