/* Bounded editorial marks on attendee discovery, saved events and RSVP states. */
:is(.ev-sub-icon, .ev-follow-icon, .ev-empty-icon, .ev-rsvp-check, .ge-empty-icon).wknd-icon-ready {
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 14px;
  border: 1px solid rgba(23, 35, 53, .2);
  border-radius: 9px;
  background: #e4eee8;
  color: #172335;
  font-size: 0 !important;
  vertical-align: middle;
}
:is(.ev-sub-icon, .ev-follow-icon, .ev-empty-icon, .ev-rsvp-check, .ge-empty-icon).wknd-icon-ready svg {
  width: 23px !important;
  height: 23px !important;
  flex: 0 0 23px !important;
}
#ev-rsvp-backdrop .ev-rsvp-check.wknd-icon-ready { display: flex !important; margin: 0 auto 14px; }
#ev-rsvp-step2 .ev-rsvp-check.wknd-icon-ready { background: #fff3cb; border-color: #e9523e; }
:is(#ev-follow-type-email, #ev-follow-type-phone).wknd-icon-ready {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
}
:is(#ev-follow-type-email, #ev-follow-type-phone).wknd-icon-ready svg {
  width: 16px !important; height: 16px !important; flex: 0 0 16px !important;
}
.ev-card-ticket {
  background: #ffc942 !important;
  color: #172335 !important;
  border-radius: 6px !important;
}
.ev-card-ticket:hover { background: #ffe08a !important; }
.ev-rsvp-shortcut[data-wknd-icon-ready="1"] {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border-radius: 6px;
}