/* style.css */
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.fc-settings-button {
  font-size: 1.1rem;
}

.weather-pill {
  display: flex;
  color: #fff;
  position: absolute;
  user-select: none;
  pointer-events: none;
  border-radius: .25em;
  flex-direction: column;
  justify-content: center;
  align-items:  center;
  width: max-content;
  padding: 2px 5px;
  font-weight: 600;
  inset: auto 4px auto auto;
}

.weather-day-pill {
  bottom: 1px;
}

.fc-bg-event {
  position: relative;
  opacity: 1 !important;
}

.weather-hour-pill {
  top: 1px;
}

.weather-pill-icon, .weather-pill-temp {
  font-size: 1.2rem;
  line-height: 1;
}

.weather-hour-pill-rain {
  display: block;
  background: #60a5fa;
  border-radius: 0 0 .25em .25em;
  min-width: 2px;
  height: 3px;
  margin: 2px -5px -2px;
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin-right: 0;
  right: 44px;
}
