/* Event-day calendar control — intentionally matches the row favorite heart. */
.nf-calendar-icon {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  color: #9aa0a6;
  transition: color 0.15s ease;
}

.nf-calendar-icon:hover,
.nf-calendar-icon:focus-visible {
  color: #e0245e;
}

.nf-calendar-icon:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

.nf-calendar-icon-svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* The alternate single-day detail row is not rendered as the calendar table. */
.nf-single-day-calendar-row .nf-calendar-icon {
  margin-left: 12px;
  vertical-align: middle;
}
