#vsny-events-widget {
  --ink: #0c4160;
  --ink2: #3c6a86;
  --accent: #bf6336;
  --accent-hover: #a54f28;
  --badge: #0c4160;
  --pill: #e7eef3;
  --cta: #bf6336;
  --card: #f7f9fb;
  --bd: #d5e0e8;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: #222;
}
#vsny-events-widget * {
  box-sizing: border-box;
}
#vsny-events-widget .s {
  padding: 14px 0;
  font-size: 14px;
  color: #444;
}
#vsny-events-widget .sh {
  display: grid;
  gap: 16px;
}
#vsny-events-widget .vp {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
#vsny-events-widget .vp::-webkit-scrollbar {
  display: none;
}
#vsny-events-widget .vp.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
#vsny-events-widget .cs {
  --cols: 1;
  --gap: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols));
  gap: var(--gap);
  width: 100%;
  align-items: stretch;
}
@media (min-width: 700px) {
  #vsny-events-widget .cs {
    --cols: 2;
    --gap: 22px;
  }
}
@media (min-width: 1100px) {
  #vsny-events-widget .cs {
    --cols: 3;
    --gap: 26px;
  }
}
@media (min-width: 1440px) {
  #vsny-events-widget .cs {
    --cols: 3;
    --gap: 32px;
  }
}
#vsny-events-widget .c {
  background: var(--card);
  border: 1px solid #c6d5df;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 14px;
  cursor: pointer;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
#vsny-events-widget .c:focus-visible {
  outline: 2px solid rgba(24, 76, 115, 0.65);
  outline-offset: 2px;
}
#vsny-events-widget .iw {
  position: relative;
  aspect-ratio: 16/9;
  background: #dde7ee;
  overflow: hidden;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
#vsny-events-widget .im {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #dfe8ee;
}
#vsny-events-widget .b {
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 80px;
  box-sizing: border-box;
  background: var(--badge);
  color: #fff;
  text-align: center;
  padding: 10px 6px 12px;
  line-height: 1;
  border-bottom-right-radius: 18px;
  z-index: 1;
}
#vsny-events-widget .bt {
  display: none !important;
}
#vsny-events-widget .bt1,
#vsny-events-widget .bt2,
#vsny-events-widget .btd {
  display: none !important;
}
#vsny-events-widget .bx {
  position: absolute;
  top: 74px;
  left: 0;
  min-width: 104px;
  max-width: 144px;
  background: #40607c;
  color: #fff;
  padding: 6px 8px 7px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 14px;
  display: grid;
  gap: 2px;
  line-height: 1.1;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#vsny-events-widget .bx1,
#vsny-events-widget .bx2 {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
#vsny-events-widget .bx2 {
  opacity: 0.96;
}
#vsny-events-widget .tb {
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 80px;
  background: #e7eef3;
  color: #0c4160;
  text-align: center;
  padding: 10px 6px 12px;
  line-height: 1;
  border-bottom-left-radius: 18px;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-left: 1px solid #7fa0b5;
  border-bottom: 1px solid #7fa0b5;
}
#vsny-events-widget .tbh {
  display: none !important;
}
#vsny-events-widget .tbv {
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
  line-height: 1.02;
  white-space: nowrap;
  letter-spacing: 0;
  text-transform: uppercase;
}
#vsny-events-widget .tbw {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.02;
  white-space: nowrap;
}
#vsny-events-widget .tbd {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  opacity: 0.92;
  text-transform: none;
}
#vsny-events-widget .bm,
#vsny-events-widget .bw {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#vsny-events-widget .bdn {
  font-size: 30px;
  font-weight: 700;
  margin: 4px 0 2px;
}
#vsny-events-widget .cb {
  padding: 16px 16px 16px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  flex: 1;
  min-height: 0;
}
#vsny-events-widget .tx {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 0;
}
#vsny-events-widget .ft {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: stretch;
}
#vsny-events-widget .tm {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: #dfdfdf;
  border-radius: 999px;
  padding: 8px 14px;
  width: fit-content;
  max-width: 100%;
  margin-top: 0;
  text-align: left;
  justify-self: start;
}
#vsny-events-widget .tml,
#vsny-events-widget .mtii {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: #111;
  color: transparent;
  font-size: 0;
  line-height: 1;
  flex: 0 0 auto;
}
#vsny-events-widget .tml:before,
#vsny-events-widget .mtii:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 5.5px;
  margin-left: -1px;
  margin-top: -6px;
  background: #fff;
  border-radius: 2px;
}
#vsny-events-widget .tml:after,
#vsny-events-widget .mtii:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 2px;
  margin-left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 2px;
  transform-origin: left center;
  transform: rotate(28deg);
}
#vsny-events-widget .tmv {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  white-space: nowrap;
  text-align: left;
}
#vsny-events-widget .sp {
  color: #00316e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}
#vsny-events-widget .tt {
  color: #001c57;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family:
    "Avenir Next Condensed", "Arial Narrow", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
#vsny-events-widget .ttx {
  text-decoration: none;
}
#vsny-events-widget .tg {
  margin: 0;
  color: #5f6770;
  font-size: 15px;
  line-height: 1.3;
}
#vsny-events-widget .c:hover .ttx,
#vsny-events-widget .c:focus-within .ttx {
  text-decoration: underline;
}
#vsny-events-widget .c .tx {
  justify-items: center;
  text-align: center;
}
#vsny-events-widget .c .ft {
  justify-items: center;
}
#vsny-events-widget .c .tm {
  justify-self: center;
  text-align: center;
}
#vsny-events-widget .c .lk {
  width: 100%;
}
#vsny-events-widget .pls {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}
#vsny-events-widget .pls:empty {
  display: none;
}
#vsny-events-widget .pl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pill);
  border-radius: 999px;
  padding: 7px 13px;
  width: fit-content;
  max-width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #2f2f2f;
}
#vsny-events-widget .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111;
  flex: 0 0 auto;
}
#vsny-events-widget .lk {
  margin-top: 0;
  display: grid;
  gap: 10px;
  justify-items: stretch;
  min-height: 42px;
}
#vsny-events-widget .st {
  color: var(--cta);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
}
#vsny-events-widget .st:hover,
#vsny-events-widget .st:focus {
  text-decoration: underline;
}
#vsny-events-widget .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(13, 74, 115, 0.34);
  background: #eaf2f8;
  color: var(--cta);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0 18px;
  width: 100%;
}
#vsny-events-widget .x:hover,
#vsny-events-widget .x:focus {
  filter: brightness(0.95);
}
#vsny-events-widget .ctls {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#vsny-events-widget .ctlL {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#vsny-events-widget .fd {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
#vsny-events-widget .fbtn {
  appearance: none;
  border: 1px solid rgba(13, 74, 115, 0.28);
  background: #dbeaf6;
  color: #0d4a73;
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  flex: 1 1 calc(50% - 4px);
  text-align: center;
  justify-content: center;
  min-height: 38px;
  box-shadow: 0 0 0 1px rgba(13, 74, 115, 0.08) inset;
}
#vsny-events-widget .fbtn.on {
  background: #fff;
  color: var(--ink);
  border-color: var(--ink);
  box-shadow:
    0 0 0 1px rgba(13, 74, 115, 0.12) inset,
    0 1px 2px rgba(13, 74, 115, 0.06);
}
#vsny-events-widget .sel {
  appearance: none;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background-color: #fff;
  color: #1f1f1f;
  padding: 9px 36px 9px 12px;
  font: inherit;
  font-size: 13px;
  line-height: 1.1;
  max-width: 240px;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #65727f 50%),
    linear-gradient(135deg, #65727f 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}
#vsny-events-widget .mbsel {
  display: none !important;
}
#vsny-events-widget .sr {
  width: min(100%, 320px);
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background: #fff;
  color: #1f1f1f;
  padding: 9px 12px;
  font: inherit;
  font-size: 13px;
  line-height: 1.1;
}
#vsny-events-widget .nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 640px) {
  #vsny-events-widget .nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-height: 42px;
  }
  #vsny-events-widget .cvt {
    min-width: 0;
    max-width: max-content;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    height: 40px;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-self: start;
    position: relative;
    z-index: 1;
  }
  #vsny-events-widget .nar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex: 0 0 auto;
    justify-self: auto;
    margin-left: 0;
    width: auto;
    display: flex;
    justify-content: center;
  }
  #vsny-events-widget .nsp {
    display: none;
  }
}
@media (min-width: 900px) {
  #vsny-events-widget .fd {
    width: auto;
  }
  #vsny-events-widget .fbtn {
    flex: 0 0 auto;
  }
}
#vsny-events-widget .nb {
  appearance: none;
  border: 1px solid #b8c9d8;
  background: #fff;
  color: #153f60;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
  width: 52px;
  height: 42px;
  border-radius: 10px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
#vsny-events-widget .nb:not([disabled]):hover,
#vsny-events-widget .nb:not([disabled]):focus {
  border-color: #b7c9d8;
  background: #f7fbff;
}
#vsny-events-widget .nb[disabled] {
  opacity: 0.4;
  cursor: default;
}
#vsny-events-widget .sep {
  display: none;
}
#vsny-events-widget .nar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-self: center;
  flex: 0 0 auto;
}
#vsny-events-widget .nsp {
  justify-self: end;
  width: 1px;
  height: 1px;
  opacity: 0;
}
@media (max-width: 640px) {
  #vsny-events-widget .nar {
    order: 0;
  }
  #vsny-events-widget .cvt {
    order: 0;
    justify-self: auto;
  }
  #vsny-events-widget .nsp {
    display: none;
  }
}
#vsny-events-widget .cvt {
  appearance: none;
  border: 1px solid #b8c9d8;
  background: #fff;
  color: #153f60;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  padding: 0 14px;
  height: 42px;
  min-width: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  justify-self: start;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
#vsny-events-widget .cvt:after {
  content: none;
}
#vsny-events-widget .cvt:hover,
#vsny-events-widget .cvt:focus {
  border-color: #9fb5c8;
  background: #f7fbff;
}
#vsny-events-widget .lvt {
  appearance: none;
  border: 1px solid #b8c9d8;
  background: #fff;
  color: #153f60;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  padding: 0 14px;
  height: 42px;
  min-width: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  justify-self: end;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}
#vsny-events-widget .lvt:hover,
#vsny-events-widget .lvt:focus {
  border-color: #9fb5c8;
  background: #f7fbff;
}
@media (max-width: 640px) {
  #vsny-events-widget .lvt {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    padding: 0 10px;
    font-size: 13px;
    z-index: 1;
  }
}
@media (min-width: 641px) {
  #vsny-events-widget .cvt,
  #vsny-events-widget .lvt {
    height: 46px;
    padding: 0 18px;
    border-radius: 11px;
  }
  #vsny-events-widget .nb {
    width: 58px;
    height: 46px;
    font-size: 30px;
  }
  #vsny-events-widget .nar {
    gap: 12px;
  }
}
@media (min-width: 1100px) {
  #vsny-events-widget .cvt,
  #vsny-events-widget .lvt {
    height: 48px;
    padding: 0 20px;
  }
  #vsny-events-widget .nb {
    width: 62px;
    height: 48px;
    font-size: 31px;
  }
}
#vsny-events-widget .can {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  padding: 5px 11px;
  background: #9d1f2f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
}
#vsny-events-widget .cc {
  background: #f6efef;
  border-color: #e4c0c5;
}
#vsny-events-widget .cp {
  background: #eef2f5;
  border-color: #d3dae0;
}
#vsny-events-widget .cp .im {
  filter: grayscale(0.2) saturate(0.78) brightness(0.98);
}
#vsny-events-widget .cp .tt,
#vsny-events-widget .cp .sp,
#vsny-events-widget .cp .tg {
  opacity: 0.88;
}
#vsny-events-widget .cp .ipst {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 28px;
  padding: 0 12px;
  border-bottom-left-radius: 16px;
  background: #dbe1e5;
  color: #4a5a66;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
#vsny-events-widget .cc .ipst {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 28px;
  padding: 0 12px;
  border-bottom-left-radius: 16px;
  background: #9d1f2f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
#vsny-events-widget .cp .tb,
#vsny-events-widget .cc .tb {
  top: 0;
  box-shadow: none;
}
#vsny-events-widget .cc .im {
  filter: grayscale(0.65) saturate(0.7);
  opacity: 0.9;
}
#vsny-events-widget .cc .tt,
#vsny-events-widget .cc .sp,
#vsny-events-widget .cc .pls,
#vsny-events-widget .cc .st {
  opacity: 0.82;
}
#vsny-events-widget .xc {
  background: #f3e5e8;
  border-color: #d8aeb6;
  color: #8b2a38;
  cursor: default;
  pointer-events: none;
}
#vsny-events-widget .xp {
  background: #e6eaed;
  border-color: #c3ccd2;
  color: #5b6873;
  cursor: default;
  pointer-events: none;
}
#vsny-events-widget .cc .cta {
  display: inline-flex;
}
#vsny-events-widget .fs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
#vsny-events-widget .fb {
  appearance: none;
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 7px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
#vsny-events-widget .fb.on {
  background: var(--ink);
  color: #fff;
}
#vsny-events-widget .accs {
  display: grid;
  gap: 10px;
  justify-items: center;
}
#vsny-events-widget .acc {
  width: 100%;
  border: none;
  border-radius: 12px;
  background: transparent;
  overflow: visible;
  display: grid;
  gap: 8px;
}
#vsny-events-widget .acc > summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 16px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #d6dee5;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 260px;
  margin: 0 auto;
}
#vsny-events-widget .acc > summary::-webkit-details-marker {
  display: none;
}
#vsny-events-widget .acc > summary:after {
  content: "▾";
  color: #5f6b77;
  font-size: 12px;
  transform: none;
}
#vsny-events-widget .acc:not([open]) > summary:after {
  content: "▾";
}
#vsny-events-widget .acc[open] > summary {
  border-color: #b7c9d8;
  box-shadow: 0 2px 10px rgba(13, 74, 115, 0.06);
}
#vsny-events-widget .acc[open] > summary:after {
  content: "▴";
}
#vsny-events-widget .ab {
  padding: 10px 12px 12px;
}
#vsny-events-widget .ul {
  border: 1px solid var(--bd);
  border-radius: 12px;
  padding: 10px 12px;
  display: grid;
  gap: 6px;
  max-height: 360px;
  overflow: auto;
  background: #fff;
}
#vsny-events-widget .acc .ul {
  border: none;
  border-radius: 0;
  padding: 0;
  max-height: 260px;
}
#vsny-events-widget .ult {
  margin: -10px -12px 3px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: sticky;
  top: 0;
  background: #fff !important;
  padding: 10px 12px 8px;
  z-index: 6;
  box-shadow: 0 1px 0 var(--bd);
}
#vsny-events-widget .uli {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--bd);
  align-items: center;
}
#vsny-events-widget .ulm .uli:last-child {
  border-bottom: none;
}
#vsny-events-widget .uth {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dce7ef;
  background: #f7fbff;
  display: block;
  flex: 0 0 auto;
}
#vsny-events-widget .uth img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vsny-events-widget .uthd {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #e8f0f6, #dfe7ee);
}
#vsny-events-widget .ud {
  margin: 0;
  color: var(--ink2);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}
#vsny-events-widget .um {
  display: grid;
  gap: 2px;
  min-width: 0;
}
#vsny-events-widget .ue {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  min-width: 0;
}
#vsny-events-widget .ux {
  color: var(--ink);
  text-decoration: none;
}
#vsny-events-widget .ux:hover,
#vsny-events-widget .ux:focus {
  text-decoration: underline;
}
#vsny-events-widget .utx {
  margin: 0;
  font-size: 12px;
  color: #444;
  line-height: 1.3;
  min-width: 0;
  overflow-wrap: anywhere;
}
#vsny-events-widget .uar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#vsny-events-widget .ula {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(13, 74, 115, 0.28);
  background: #eef6fc;
  color: #153f60;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
#vsny-events-widget .ula:hover,
#vsny-events-widget .ula:focus {
  border-color: #b7cfe1;
  background: #e7f1fa;
}
#vsny-events-widget .ula.dis {
  background: #f1f3f5;
  border-color: #d7dde3;
  color: #66727c;
  pointer-events: none;
}
@media (max-width: 640px) {
  #vsny-events-widget .uli {
    grid-template-columns: 40px minmax(0, 1fr);
  }
  #vsny-events-widget .uth {
    width: 40px;
    height: 40px;
  }
  #vsny-events-widget .uar {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 2px;
  }
  #vsny-events-widget .ula {
    min-height: 28px;
    padding: 0 8px;
    font-size: 11px;
  }
}
#vsny-events-widget .ulm {
  max-height: min(68vh, 640px);
  padding: 14px 16px;
  gap: 10px;
}
#vsny-events-widget .ulm .uli {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 10px 0;
}
#vsny-events-widget .ulm .uth {
  width: 58px;
  height: 58px;
  border-radius: 10px;
}
#vsny-events-widget .ulm .ud {
  font-size: 13px;
}
#vsny-events-widget .ulm .ue {
  font-size: 16px;
  line-height: 1.28;
}
#vsny-events-widget .ulm .utx {
  font-size: 13px;
  line-height: 1.35;
}
#vsny-events-widget .ulm .ula {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
}
#vsny-events-widget .kd .kbd .ulm {
  box-shadow: inset 0 1px 0 rgba(13, 74, 115, 0.03);
}
@media (max-width: 760px) {
  #vsny-events-widget .ulm {
    max-height: min(65vh, 560px);
    padding: 12px 12px;
    gap: 8px;
  }
  #vsny-events-widget .ulm .uli {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
  }
  #vsny-events-widget .ulm .uth {
    width: 48px;
    height: 48px;
  }
  #vsny-events-widget .ulm .ue {
    font-size: 15px;
  }
  #vsny-events-widget .ulm .ud {
    font-size: 12px;
  }
  #vsny-events-widget .ulm .utx {
    font-size: 12px;
  }
  #vsny-events-widget .ulm .uar {
    grid-column: 2;
    justify-content: flex-start;
    margin-top: 4px;
  }
}
#vsny-events-widget .cv {
  display: grid;
  gap: 10px;
}
#vsny-events-widget .cnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 2px 0 4px;
}
#vsny-events-widget .cnl {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  flex: 1;
}
#vsny-events-widget .cnb {
  appearance: none;
  border: 1px solid var(--bd);
  background: #fff;
  color: #1f1f1f;
  border-radius: 999px;
  padding: 7px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
#vsny-events-widget .cnb[disabled] {
  opacity: 0.45;
  cursor: default;
}
#vsny-events-widget .cv {
  display: grid;
  gap: 12px;
}
#vsny-events-widget .cm {
  border: 1px solid var(--bd);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  touch-action: pan-y;
}
#vsny-events-widget .cmh {
  padding: 10px 12px;
  border-bottom: 1px solid var(--bd);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#vsny-events-widget .cmx {
  overflow: auto;
}
#vsny-events-widget .cgr {
  display: grid;
  grid-template-columns: repeat(7, minmax(108px, 1fr));
  min-width: 756px;
  background: #fff;
}
#vsny-events-widget .cdw {
  padding: 7px 8px;
  border-right: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  background: #fafafa;
  color: #66717b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
#vsny-events-widget .cdw:nth-child(7n) {
  border-right: none;
}
#vsny-events-widget .dc {
  min-height: 106px;
  padding: 7px;
  border-right: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  display: grid;
  align-content: start;
  gap: 6px;
  background: #fff;
}
#vsny-events-widget .dc:nth-child(7n) {
  border-right: none;
}
#vsny-events-widget .dc.e {
  background: #fcfcfc;
}
#vsny-events-widget .dn {
  font-size: 13px;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
}
#vsny-events-widget .ce {
  display: block;
  border: 1px solid #dce7ef;
  background: #f7fbff;
  border-radius: 7px;
  padding: 6px 7px;
  text-decoration: none;
  color: #173f60;
  min-width: 0;
  overflow: hidden;
}
#vsny-events-widget .ce:hover,
#vsny-events-widget .ce:focus {
  border-color: #b7cfe1;
  background: #eef6fc;
}
#vsny-events-widget .ctm {
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  color: #4c6477;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#vsny-events-widget .ctl {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  color: #173f60;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
#vsny-events-widget .cei {
  display: none;
}
#vsny-events-widget .cei img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vsny-events-widget .ced {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #bfd2e2;
}
#vsny-events-widget .m[hidden] {
  display: none !important;
}
#vsny-events-widget .m {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  padding-top: 128px;
}
#vsny-events-widget .mb {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
#vsny-events-widget .md {
  position: relative;
  width: min(860px, calc(100vw - 24px));
  max-height: calc(100vh - 140px);
  margin: 0 auto 12px;
  background: #f7f7f7;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
#vsny-events-widget .mc {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
#vsny-events-widget .ms {
  overflow: auto;
  max-height: calc(100vh - 140px);
  background: #f7f7f7;
}
#vsny-events-widget .kd {
  width: min(1100px, calc(100vw - 24px));
}
#vsny-events-widget .ks {
  background: #fff;
}
#vsny-events-widget .khd {
  padding: 16px 20px 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
#vsny-events-widget .khl {
  padding: 8px 20px 0;
  display: flex;
  justify-content: center;
}
#vsny-events-widget .ksu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfd0df;
  background: #f6fbff;
  color: var(--ink);
  text-decoration: none;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
#vsny-events-widget .ksu:hover,
#vsny-events-widget .ksu:focus {
  border-color: #a9bfd3;
  background: #eef6fc;
}
#vsny-events-widget .kpick,
#vsny-events-widget .mcalp {
  display: grid;
  gap: 6px;
  justify-items: center;
}
#vsny-events-widget .ksum,
#vsny-events-widget .mcalsum {
  list-style: none;
  cursor: pointer;
}
#vsny-events-widget .ksum::-webkit-details-marker,
#vsny-events-widget .mcalsum::-webkit-details-marker {
  display: none;
}
#vsny-events-widget .kopts,
#vsny-events-widget .mcalopts {
  display: grid;
  gap: 6px;
  justify-items: center;
}
#vsny-events-widget .kopt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4e0ea;
  background: #fff;
  color: #153f60;
  text-decoration: none;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
}
#vsny-events-widget .kopt:hover,
#vsny-events-widget .kopt:focus {
  border-color: #bfd0df;
  background: #f7fbff;
}
#vsny-events-widget .kbd {
  padding: 12px 20px 20px;
}
#vsny-events-widget .mh {
  position: relative;
  padding: 22px 440px 10px 20px;
  display: grid;
  gap: 10px;
  justify-items: start;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  background: #fafafa;
  min-height: 270px;
}
#vsny-events-widget .mht {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
#vsny-events-widget .mht .mti {
  margin: 0;
}
#vsny-events-widget .mpd {
  display: inline-grid;
  justify-items: center;
  align-content: center;
  gap: 2px;
  min-width: 72px;
  padding: 8px 10px;
  border-radius: 12px;
  background: #e7eff6;
  color: var(--badge);
  border: 1px solid #d7e2ec;
}
#vsny-events-widget .mpm,
#vsny-events-widget .mpw {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
#vsny-events-widget .mpn {
  font-size: 28px;
  font-weight: 800;
  line-height: 0.95;
}
#vsny-events-widget .mt1 {
  margin: 0;
  color: #00316e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
#vsny-events-widget .mt2 {
  margin: 0;
  color: #001c57;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family:
    "Avenir Next Condensed", "Arial Narrow", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
}
#vsny-events-widget .miw {
  background: #dce7ef;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}
#vsny-events-widget .mi {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vsny-events-widget .mbd {
  padding: 16px 20px 24px;
  display: grid;
  gap: 14px;
}
#vsny-events-widget .ml {
  margin: 0;
  color: #4b4f55;
  font-size: 16px;
  line-height: 1.35;
}
#vsny-events-widget .desc {
  display: grid;
  gap: 7px;
  padding: 12px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #fff;
}
#vsny-events-widget .dt {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
}
#vsny-events-widget .desc.clamp .dt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#vsny-events-widget .sm {
  width: fit-content;
  border: none;
  background: none;
  padding: 0;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
#vsny-events-widget .grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  #vsny-events-widget .grid {
    grid-template-columns: 1fr 1fr;
  }
}
#vsny-events-widget .sec {
  display: grid;
  gap: 7px;
  align-content: start;
  padding: 12px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #fff;
}
#vsny-events-widget .sl {
  margin: 0;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#vsny-events-widget .stx {
  margin: 0;
  color: #222;
  font-size: 14px;
  line-height: 1.4;
}
#vsny-events-widget .mlk {
  color: #bf6336;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
}
#vsny-events-widget .mcalp {
  justify-items: start;
}
#vsny-events-widget .mcalsum {
  color: #bf6336;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
}
#vsny-events-widget .mcalsum:hover,
#vsny-events-widget .mcalsum:focus {
  text-decoration: underline;
}
#vsny-events-widget .mcalopts {
  justify-items: start;
  padding-top: 2px;
}
#vsny-events-widget .mcalopts .mlk {
  font-size: 13px;
}
#vsny-events-widget .mhm {
  display: grid;
  gap: 8px;
  justify-items: start;
}
#vsny-events-widget .mti {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: #dfdfdf;
  border-radius: 999px;
  padding: 8px 14px;
  width: fit-content;
  max-width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-align: left;
}
#vsny-events-widget .mth {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 400px;
  height: 248px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dde4ea;
  background: #dce7ef;
}
#vsny-events-widget .mthi {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vsny-events-widget .mthi.c {
  filter: grayscale(0.55) saturate(0.75);
  opacity: 0.92;
}
#vsny-events-widget .mcta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(13, 74, 115, 0.34);
  background: #eaf2f8;
  color: var(--cta);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0 18px;
  width: min(100%, 240px);
}
#vsny-events-widget .mcta:hover,
#vsny-events-widget .mcta:focus {
  border-color: rgba(13, 74, 115, 0.46);
  background: #e4eef7;
}
#vsny-events-widget .mxp {
  background: #edf1f4;
  border-color: #d3dbe2;
  color: #66727c;
  cursor: default;
  pointer-events: none;
}
#vsny-events-widget .mlk:hover,
#vsny-events-widget .mlk:focus {
  text-decoration: underline;
}
#vsny-events-widget .note {
  margin: 0;
  color: #9d1f2f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 700px) {
  #vsny-events-widget .m {
    padding-top: 118px;
  }
  #vsny-events-widget .md {
    max-height: calc(100vh - 130px);
  }
  #vsny-events-widget .ms {
    max-height: calc(100vh - 130px);
  }
  #vsny-events-widget .mh {
    padding: 18px 16px 10px;
    min-height: 0;
  }
  #vsny-events-widget .mpd {
    min-width: 64px;
    padding: 7px 8px;
    border-radius: 10px;
  }
  #vsny-events-widget .mpn {
    font-size: 24px;
  }
  #vsny-events-widget .mth {
    position: relative;
    top: auto;
    right: auto;
    width: min(264px, 100%);
    height: 168px;
    aspect-ratio: auto;
    margin-top: 2px;
    justify-self: start;
  }
  #vsny-events-widget .mbd {
    padding: 14px 16px 20px;
  }
  #vsny-events-widget .mt2 {
    font-size: 21px;
  }
  #vsny-events-widget .mti {
    font-size: 14px;
  }
  #vsny-events-widget .mht {
    gap: 8px;
  }
  #vsny-events-widget .mht .mti {
    font-size: 13px;
    padding: 7px 10px;
  }
  #vsny-events-widget .khd {
    padding: 14px 16px 0;
    font-size: 15px;
  }
  #vsny-events-widget .khl {
    padding: 8px 16px 0;
  }
  #vsny-events-widget .ksu {
    font-size: 12px;
    padding: 6px 9px;
  }
  #vsny-events-widget .kbd {
    padding: 10px 16px 16px;
  }
  #vsny-events-widget .cmx {
    overflow: visible;
  }
  #vsny-events-widget .cgr {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    min-width: 0;
  }
  #vsny-events-widget .cdw {
    padding: 6px 2px;
    font-size: 10px;
    letter-spacing: 0.03em;
  }
  #vsny-events-widget .dc {
    position: relative;
    min-height: 56px;
    padding: 3px;
    gap: 3px;
  }
  #vsny-events-widget .dn {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
    font-size: 10px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #dce7ef;
    border-radius: 999px;
    padding: 2px 5px;
  }
  #vsny-events-widget .ce {
    padding: 0;
    border: none;
    background: transparent;
    display: block;
    min-height: 0;
    border-radius: 5px;
    width: 100%;
  }
  #vsny-events-widget .ce:hover,
  #vsny-events-widget .ce:focus {
    border: none;
    background: transparent;
  }
  #vsny-events-widget .cei {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    aspect-ratio: 1/1;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dce7ef;
    background: #f7fbff;
  }
  #vsny-events-widget .ce.cpst .cei {
    filter: grayscale(0.55) saturate(0.75) brightness(0.98);
    opacity: 0.86;
  }
  #vsny-events-widget .ce.ccx .cei:after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    top: 50%;
    height: 2px;
    background: rgba(157, 31, 47, 0.45);
    transform: rotate(-18deg);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
  }
  #vsny-events-widget .ctm,
  #vsny-events-widget .ctl {
    display: none;
  }
  #vsny-events-widget .dc .ce:first-of-type {
    margin-top: 12px;
  }
}

/* VSNY palette — navy #0c4160 + terracotta #bf6336, carried over from the
   Elfsight events calendar this widget replaces. */
#vsny-events-widget {
  --ink: #0c4160;
  --ink2: #3c6a86;
  --badge: #0c4160;
  --pill: #e7eef3;
  --cta: #0c4160;
  --card: #f7f9fb;
  --bd: #d5e0e8;
}
#vsny-events-widget .tt {
  color: #0c4160 !important;
}
#vsny-events-widget .sp {
  color: #0c4160 !important;
}
#vsny-events-widget .tg {
  color: #5a6b76 !important;
}
#vsny-events-widget .b {
  background: #0c4160 !important;
}
#vsny-events-widget .tb {
  background: #e7eef3 !important;
  color: #0c4160 !important;
  border-left: 1px solid #7fa0b5 !important;
  border-bottom: 1px solid #7fa0b5 !important;
}
#vsny-events-widget .bx {
  display: none !important;
}
#vsny-events-widget .tm,
#vsny-events-widget .mti {
  background: #e2eaf0 !important;
  color: #0a3550 !important;
}
#vsny-events-widget .tml,
#vsny-events-widget .mtii {
  background: #0c4160 !important;
}
#vsny-events-widget .cvt,
#vsny-events-widget .lvt,
#vsny-events-widget .nb {
  border-color: #c6d5df !important;
  color: #0c4160 !important;
  background: #f7fafc !important;
}
#vsny-events-widget .cvt:hover,
#vsny-events-widget .cvt:focus,
#vsny-events-widget .lvt:hover,
#vsny-events-widget .lvt:focus,
#vsny-events-widget .nb:hover,
#vsny-events-widget .nb:focus {
  background: #eaf1f6 !important;
  border-color: #a8c0cf !important;
}
#vsny-events-widget .fbtn {
  background: #e7eef3 !important;
  color: #0c4160 !important;
  border-color: #c6d5df !important;
  box-shadow: 0 0 0 1px rgba(12, 65, 96, 0.08) inset !important;
}
#vsny-events-widget .fbtn.on {
  background: #ffffff !important;
  color: #0c4160 !important;
  border-color: #7fa0b5 !important;
  box-shadow:
    0 0 0 1px rgba(12, 65, 96, 0.1) inset,
    0 1px 2px rgba(12, 65, 96, 0.05) !important;
}
/* Action buttons: solid terracotta pill, carried over from the Elfsight
   calendar's a.registered-link (bg #bf6336, white text, 20px radius, 600). */
/* The :not() guards matter: these rules carry !important, which would otherwise
   beat the (non-important) disabled-state rules further down and paint
   "Event Finished" / "Canceled" in the accent colour. Live actions only. */
#vsny-events-widget .cta:not(.xp):not(.xc),
#vsny-events-widget .mcta:not(.mxp),
#vsny-events-widget .ula:not(.dis) {
  background: #bf6336 !important;
  color: #fff !important;
  border-color: #bf6336 !important;
  border-radius: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
}
#vsny-events-widget .cta:not(.xp):not(.xc):hover,
#vsny-events-widget .cta:not(.xp):not(.xc):focus,
#vsny-events-widget .mcta:not(.mxp):hover,
#vsny-events-widget .mcta:not(.mxp):focus,
#vsny-events-widget .ula:not(.dis):hover,
#vsny-events-widget .ula:not(.dis):focus {
  background: #a54f28 !important;
  border-color: #a54f28 !important;
  color: #fff !important;
  filter: none;
}
/* Disabled states keep the neutral/maroon treatment, pill-shaped to match */
#vsny-events-widget .xp,
#vsny-events-widget .mxp,
#vsny-events-widget .xc,
#vsny-events-widget .ula.dis {
  border-radius: 20px !important;
  font-weight: 600 !important;
}
#vsny-events-widget .ux,
#vsny-events-widget .cnl,
#vsny-events-widget .khd {
  color: #0c4160 !important;
}
#vsny-events-widget .ce {
  background: #f4f8fa !important;
  border-color: #d2e0e8 !important;
}
#vsny-events-widget .ce:hover,
#vsny-events-widget .ce:focus {
  background: #e9f1f6 !important;
  border-color: #bcd2de !important;
}
#vsny-events-widget .cp .ipst {
  background: #e2d8c9 !important;
  color: #0c4160 !important;
}
#vsny-events-widget .ud {
  color: #5f7382 !important;
}
#vsny-events-widget .utx,
#vsny-events-widget .ctm {
  color: #5a6b76 !important;
}
#vsny-events-widget .cdw {
  background: #eef4f8 !important;
  color: #5a6b76 !important;
}
#vsny-events-widget .dn {
  color: #0a3550 !important;
}
#vsny-events-widget .mpd {
  background: #e7eef3 !important;
  color: #0c4160 !important;
  border-color: #d5e0e8 !important;
}
#vsny-events-widget .ksu {
  border-color: #c3d6e1 !important;
  background: #f2f7fa !important;
  color: #0c4160 !important;
}
#vsny-events-widget .ksu:hover,
#vsny-events-widget .ksu:focus {
  background: #e8f0f5 !important;
  border-color: #aac4d3 !important;
}
#vsny-events-widget .kopt {
  border-color: #cfdde6 !important;
  background: #ffffff !important;
  color: #0c4160 !important;
}
#vsny-events-widget .kopt:hover,
#vsny-events-widget .kopt:focus {
  background: #eef4f8 !important;
  border-color: #c3d6e1 !important;
}

/* Warm image toning (subtle sepia-style filter to match the neutral palette) */
#vsny-events-widget .im,
#vsny-events-widget .mthi,
#vsny-events-widget .uth img,
#vsny-events-widget .cei img {
  filter: sepia(0.22) saturate(0.78) hue-rotate(-10deg) brightness(1.01);
}
#vsny-events-widget .xp,
#vsny-events-widget .mxp {
  background: #e6eaed !important;
  border-color: #c3ccd2 !important;
  color: #5b6873 !important;
}
#vsny-events-widget .ulm {
  background: #fff;
  position: relative;
  z-index: 1;
}
#vsny-events-widget .ulm .uli {
  background: #fff;
  position: relative;
  z-index: 1;
}
#vsny-events-widget .kd .kbd {
  background: #fff;
  position: relative;
  z-index: 1;
}
#vsny-events-widget .ipst {
  display: none !important;
}
#vsny-events-widget .c {
  border-color: #c6d5df !important;
}
#vsny-events-widget .c:hover,
#vsny-events-widget .c:focus-within {
  border-color: #a8c0cf !important;
} /* Modal surface compositing fix (Squarespace homepage bleed-through) */
#vsny-events-widget .md,
#vsny-events-widget .ms,
#vsny-events-widget .ks,
#vsny-events-widget .kbd,
#vsny-events-widget .ulm,
#vsny-events-widget .ulm .uli,
#vsny-events-widget .cm,
#vsny-events-widget .cmx,
#vsny-events-widget .dc {
  position: relative;
  isolation: isolate;
  contain: paint;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
}

#vsny-events-widget .md,
#vsny-events-widget .ks,
#vsny-events-widget .kbd,
#vsny-events-widget .ulm,
#vsny-events-widget .ulm .uli,
#vsny-events-widget .cm,
#vsny-events-widget .cmx,
#vsny-events-widget .dc {
  background: #fff !important;
}
/* Restore Past/Cancelled image pills at bottom-left (time badge occupies top-right) */
#vsny-events-widget .ipst {
  display: inline-flex !important;
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto !important;
  right: auto !important;
  z-index: 2;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 24px;
  padding: 0 10px;
  border-radius: 0;
  border-top-right-radius: 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}
#vsny-events-widget .cp .ipst {
  background: #dbe1e5 !important;
  color: #4a5a66 !important;
}
#vsny-events-widget .cc .ipst {
  background: #9d1f2f !important;
  color: #fff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
/* Slightly reduce time badge text weight */
#vsny-events-widget .tbv,
#vsny-events-widget .tbw {
  font-weight: 700 !important;
}
#vsny-events-widget .tbd {
  font-weight: 600 !important;
}
/* Bottom-left image status pills: flush corner shape */
#vsny-events-widget .cp .ipst,
#vsny-events-widget .cc .ipst {
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  right: auto !important;
  border-radius: 0 !important;
  border-top-right-radius: 14px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Darker maroon for canceled pill */
#vsny-events-widget .cc .ipst {
  background: #6f1d2a !important;
  color: #fff !important;
}
/* Stronger canceled treatment (card + button + list row) */
#vsny-events-widget .cc {
  background: #f7e8eb !important;
  border-color: #bf7a86 !important;
}
#vsny-events-widget .cc .tt,
#vsny-events-widget .cc .sp,
#vsny-events-widget .cc .tg {
  color: #5e2b33;
  opacity: 0.95;
}
#vsny-events-widget .cc .cta,
#vsny-events-widget .xc {
  background: #f2dce1 !important;
  border-color: #a96a76 !important;
  color: #6f1d2a !important;
  font-weight: 700;
}
#vsny-events-widget .cc .im {
  filter: grayscale(0.45) saturate(0.8) brightness(0.96);
}

#vsny-events-widget .ulm .uli.lc {
  background: #fff6f7;
  border-color: #e2c3ca;
}
#vsny-events-widget .ulm .uli.lc .ud,
#vsny-events-widget .ulm .uli.lc .ue,
#vsny-events-widget .ulm .uli.lc .ux {
  color: #6f1d2a;
}
#vsny-events-widget .ulm .uli.lc .ula.dis {
  background: #f2dce1;
  border-color: #a96a76;
  color: #6f1d2a;
}
/* Consistent Past/Canceled theme in List View */
#vsny-events-widget .ulm .uli.lp {
  background: #f1f4f6;
  border-color: #d3dae0;
}
#vsny-events-widget .ulm .uli.lp .ud,
#vsny-events-widget .ulm .uli.lp .ue,
#vsny-events-widget .ulm .uli.lp .ux,
#vsny-events-widget .ulm .uli.lp .utx {
  color: #5b6873;
}
#vsny-events-widget .ulm .uli.lp .ula.dis {
  background: #e6eaed;
  border-color: #c3ccd2;
  color: #5b6873;
}

#vsny-events-widget .ulm .uli.lc {
  background: #f7e8eb;
  border-color: #bf7a86;
}
#vsny-events-widget .ulm .uli.lc .ud,
#vsny-events-widget .ulm .uli.lc .ue,
#vsny-events-widget .ulm .uli.lc .ux,
#vsny-events-widget .ulm .uli.lc .utx {
  color: #6f1d2a;
}
#vsny-events-widget .ulm .uli.lc .ula.dis {
  background: #f2dce1;
  border-color: #a96a76;
  color: #6f1d2a;
}

/* Consistent Past/Canceled theme in Calendar View (desktop + mobile) */
#vsny-events-widget .ce.cpst {
  background: #eef2f5 !important;
  border-color: #d3dae0 !important;
}
#vsny-events-widget .ce.cpst .ctm,
#vsny-events-widget .ce.cpst .ctl {
  color: #5b6873 !important;
}

#vsny-events-widget .ce.ccx {
  position: relative;
  background: #f7e8eb !important;
  border-color: #bf7a86 !important;
}
#vsny-events-widget .ce.ccx .ctm,
#vsny-events-widget .ce.ccx .ctl {
  color: #6f1d2a !important;
}

/* Desktop canceled slash overlay on text calendar cards */
#vsny-events-widget .ce.ccx::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  top: 50%;
  height: 2px;
  background: rgba(111, 29, 42, 0.45);
  transform: rotate(-14deg);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

/* Keep mobile icon overlay subtle too */
@media (max-width: 700px) {
  #vsny-events-widget .ce.ccx .cei::after {
    background: rgba(111, 29, 42, 0.45);
  }
}
/* Image filter swap (requested):
   - current + canceled use old past filter
   - past uses old canceled filter */
#vsny-events-widget .im {
  filter: grayscale(0.2) saturate(0.78) brightness(0.98) !important;
}
#vsny-events-widget .cc .im {
  filter: grayscale(0.2) saturate(0.78) brightness(0.98) !important;
  opacity: 1 !important;
}
#vsny-events-widget .cp .im {
  filter: grayscale(0.45) saturate(0.8) brightness(0.96) !important;
  opacity: 0.9 !important;
}

/* Keep list/calendar thumb states aligned */
#vsny-events-widget .uth img,
#vsny-events-widget .cei img {
  filter: grayscale(0.2) saturate(0.78) brightness(0.98) !important;
  opacity: 1 !important;
}
#vsny-events-widget .ulm .uli.lc .uth img,
#vsny-events-widget .ce.ccx .cei img {
  filter: grayscale(0.2) saturate(0.78) brightness(0.98) !important;
  opacity: 1 !important;
}
#vsny-events-widget .ulm .uli.lp .uth img,
#vsny-events-widget .ce.cpst .cei img {
  filter: grayscale(0.45) saturate(0.8) brightness(0.96) !important;
  opacity: 0.9 !important;
}

/* Mobile horizontal alignment guardrails */
@media (max-width: 700px) {
  #vsny-events-widget {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
  }
  #vsny-events-widget .sh {
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
  }
  #vsny-events-widget .ctls,
  #vsny-events-widget .vp,
  #vsny-events-widget .nav {
    box-sizing: border-box;
    width: min(100%, calc(100vw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right)));
    max-width: min(
      100%,
      calc(100vw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right))
    );
    width: min(100%, calc(100dvw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right)));
    max-width: min(
      100%,
      calc(100dvw - 20px - env(safe-area-inset-left) - env(safe-area-inset-right))
    );
    margin-inline: auto;
    padding-inline: 0;
  }
  #vsny-events-widget .nav {
    position: relative;
  }
  #vsny-events-widget .ctls,
  #vsny-events-widget .vp,
  #vsny-events-widget .nav {
    left: auto;
    transform: none;
  }
  #vsny-events-widget .cs {
    width: 100%;
    max-width: 100%;
    grid-auto-columns: 100%;
  }
  #vsny-events-widget .c {
    max-width: 100%;
    min-width: 0;
  }
  #vsny-events-widget .fd {
    width: 100%;
  }
  #vsny-events-widget .fbtn {
    flex: 1 1 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* ===========================================================================
   VSNY typography and imagery
   Carried over from the Elfsight calendar's stylesheet:
     - Inter for speaker and title, both in brand navy #0c4160
     - speaker uppercase and light, title semi-bold
   Inter is NOT bundled or @imported here: the Squarespace template already
   serves it, and adding a Google Fonts request would block first paint. The
   fallback chain is what shows if the page ever stops loading Inter.
   =========================================================================== */
#vsny-events-widget {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#vsny-events-widget .sp {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
}
#vsny-events-widget .tt {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
#vsny-events-widget .mt1 {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0c4160;
}
#vsny-events-widget .mt2 {
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #0c4160;
}

/* Links inside popup body follow the Elfsight accent, not the browser default */
#vsny-events-widget .mlk,
#vsny-events-widget .st {
  color: #bf6336;
  text-decoration: none;
}
#vsny-events-widget .mlk:hover,
#vsny-events-widget .mlk:focus,
#vsny-events-widget .st:hover,
#vsny-events-widget .st:focus {
  color: #a54f28;
  text-decoration: none;
}

/* Images: drop DC's warm sepia toning — it fights a navy palette. Current
   events render untouched; past stays desaturated so the state still reads. */
#vsny-events-widget .im,
#vsny-events-widget .mthi,
#vsny-events-widget .uth img,
#vsny-events-widget .cei img {
  filter: none !important;
  opacity: 1 !important;
}
#vsny-events-widget .cc .im {
  filter: grayscale(0.35) saturate(0.85) !important;
  opacity: 1 !important;
}
#vsny-events-widget .cp .im,
#vsny-events-widget .ulm .uli.lp .uth img,
#vsny-events-widget .ce.cpst .cei img {
  filter: grayscale(0.55) brightness(0.97) !important;
  opacity: 0.9 !important;
}

/* ===========================================================================
   Registration button + livestream link
   Every event shows a button. Live registration is the terracotta accent;
   "No Class", "Event Finished" and "No Registration Required" are all
   non-actionable and styled as such. The livestream is a text link above the
   button, so it never competes with the primary action.
   =========================================================================== */

/* No-registration state: readable, clearly inert. */
#vsny-events-widget .xn,
#vsny-events-widget .mxn {
  background: #eef2f5 !important;
  border-color: #cfdae1 !important;
  color: #5b6873 !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  cursor: default;
}
/* No Class in the popup, matching the card's maroon treatment. */
#vsny-events-widget .mxc {
  background: #f2dce1 !important;
  border-color: #a96a76 !important;
  color: #6f1d2a !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  cursor: default;
}
#vsny-events-widget .ula.dis {
  cursor: default;
}

/* Livestream text link */
#vsny-events-widget .ytl {
  display: flex;
  justify-content: center;
  margin: 0;
}
#vsny-events-widget .ytlk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #bf6336;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 1px solid rgba(191, 99, 54, 0.35);
  padding-bottom: 1px;
}
#vsny-events-widget .ytlk:hover,
#vsny-events-widget .ytlk:focus {
  color: #a54f28;
  border-bottom-color: #a54f28;
}
/* small play glyph so it reads as video without an external image */
#vsny-events-widget .ytlk::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent currentColor;
  flex: 0 0 auto;
}
/* list-view variant sits under the meta line, left aligned */
#vsny-events-widget .ytlr {
  margin-top: 6px;
  font-size: 12px;
}
#vsny-events-widget .ulm .uli .ytlr {
  display: inline-flex;
}
