/* Overview add-plan button on day cards */

#friendsTab .overview-day-card-header {
  align-items: flex-start;
}

#friendsTab .overview-day-card-actions {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex: 0 0 auto;
}

#friendsTab .overview-day-add-plan-button {
  appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.62);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#friendsTab .overview-day-add-plan-button:hover,
#friendsTab .overview-day-add-plan-button:focus-visible {
  color: rgba(17, 24, 39, 0.92);
}

#friendsTab .overview-day-add-plan-button:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.18);
  outline-offset: 4px;
  border-radius: 999px;
}
