/* Site-level compatibility polish kept separate from the main event plugin. */
.wed-site-polish {
  --wed-ui-ink: #101828;
  --wed-ui-copy: #475467;
  --wed-ui-muted: #667085;
  --wed-ui-line: #e3e7ec;
  --wed-ui-soft: #f7f9fb;
  --wed-ui-orange: #d94f16;
  --wed-ui-orange-dark: #b83e0e;
  --wed-ui-white: #fff;
  letter-spacing: 0;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-app-root {
  background: #f5f7fa;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-layout {
  gap: 32px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner {
  gap: 24px;
}

@media (min-width: 1024px) {
  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside {
    position: relative;
    align-self: stretch;
    height: 100%;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner {
    position: sticky !important;
    top: 96px !important;
    z-index: 4;
    align-self: start;
  }
}

@media (max-width: 1023px) {
  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner {
    position: static !important;
    top: auto !important;
  }
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-100,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"],
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 {
  border-color: var(--wed-ui-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .06);
}

/* Event overview and contact details. */
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-100 > div:first-child,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:first-child {
  padding: 16px 20px;
  background: #fbfcfd;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-100 > div:first-child h2,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:first-child h2 {
  gap: 8px;
  margin: 0;
  color: var(--wed-ui-ink);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.25;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-100 > div:last-child,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:last-child {
  padding: 20px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list {
  gap: 8px;
  margin-bottom: 20px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip {
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--wed-ui-line);
  border-radius: 8px;
  background: var(--wed-ui-white);
}

body.wed-site-polish.single-nexdirectory_event .nexdirectory-single-app-root .nexdirectory-single-main .nexdirectory-single-chip-list + div {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
}

body.wed-site-polish.single-nexdirectory_event .nexdirectory-single-app-root .nexdirectory-single-main .nexdirectory-single-chip-list + div > div {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div > div {
  min-width: 0;
  padding: 14px 16px;
  border-left: 1px solid var(--wed-ui-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div > div:first-child {
  border-left: 0;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div > div > p:first-child,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div > div p:first-child {
  margin: 0 0 4px;
  color: #7b8493;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: .06em;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div > div > p:last-child {
  margin: 0;
  overflow: visible;
  color: var(--wed-ui-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  text-overflow: clip;
  white-space: normal;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin-top: 18px !important;
  padding-top: 0 !important;
  overflow: hidden;
  border: 1px solid var(--wed-ui-line);
  border-radius: 8px;
  background: var(--wed-ui-white);
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div > div {
  min-width: 0;
  gap: 11px;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div > div:nth-child(2) {
  border-left: 1px solid var(--wed-ui-line);
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div > div:nth-child(n+3) {
  grid-column: 1 / -1;
  border-top: 1px solid var(--wed-ui-line);
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div > div > div:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border-radius: 7px;
  background: #fff4ed;
  color: var(--wed-ui-orange);
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div > div > div:first-child svg {
  width: 17px;
  height: 17px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div > div > div:last-child {
  min-width: 0;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div a,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div button {
  max-width: 100%;
  margin: 0;
  padding: 1px 0;
  color: var(--wed-ui-orange-dark);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div a[title] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Location card. */
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:last-child > div:first-child {
  height: 300px;
  margin-bottom: 18px;
  border-color: var(--wed-ui-line);
  border-radius: 8px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:last-child > div:first-child > div > div {
  padding: 8px 11px;
  border: 1px solid rgba(16, 24, 40, .08);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:last-child > div:last-child {
  align-items: flex-end;
  gap: 20px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 h3 {
  margin: 0 0 5px;
  color: var(--wed-ui-ink);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.35;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 p {
  max-width: 72ch;
  margin: 0;
  color: var(--wed-ui-muted);
  font-size: 14px;
  line-height: 1.55;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 button {
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 7px;
  background: var(--wed-ui-ink);
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

/* RSVP and event actions. */
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] > div:first-child {
  height: 4px;
  background: var(--wed-ui-orange);
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] > div:last-child {
  padding: 20px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] h3 {
  margin: 0 0 5px;
  color: var(--wed-ui-ink);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] h3 + p {
  margin: 0 0 18px;
  color: var(--wed-ui-muted);
  font-size: 14px;
  line-height: 1.55;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] .space-y-3 {
  display: grid;
  gap: 10px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] .space-y-3 > * {
  margin-top: 0;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] .space-y-3 > div:first-child {
  margin: 0;
  padding: 12px;
  border-color: var(--wed-ui-line);
  border-radius: 7px;
  background: var(--wed-ui-soft);
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] .space-y-3 > div:first-child > div:first-child {
  margin-bottom: 9px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] .space-y-3 a {
  width: 100%;
  min-height: 42px;
  padding: 10px 13px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: none;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] .space-y-3 > div.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] .space-y-3 > a:nth-of-type(1) {
  background: var(--wed-ui-white);
  color: #344054;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div[class~="md:block"] .space-y-3 > div.grid a:first-child {
  background: var(--wed-ui-ink);
}

/* Organizer and sharing card. */
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 {
  padding: 20px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > div:first-child {
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > div:first-child > div:first-child {
  width: 48px;
  height: 48px;
  border: 0;
  background: var(--wed-ui-orange);
  font-size: 17px;
  box-shadow: none;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > div:first-child > div:last-child {
  min-width: 0;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 h4 {
  max-width: 100%;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--wed-ui-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > div:first-child p,
.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > .mb-5 > p {
  margin: 0 0 3px;
  color: #7b8493;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: .06em;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > div:first-child span {
  padding: 2px 0 0;
  color: var(--wed-ui-muted);
  font-size: 12px;
  line-height: 1.4;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > .mb-5 {
  margin-bottom: 16px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > .mb-5 > div {
  gap: 8px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > .mb-5 a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--wed-ui-line);
  border-radius: 7px;
  background: var(--wed-ui-soft);
  box-shadow: none;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > .mb-5 a svg {
  width: 17px;
  height: 17px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > .mb-4 {
  margin-bottom: 8px;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > .mb-4 a {
  min-height: 42px;
  padding: 10px 13px;
  border-color: #f0c9b9;
  border-radius: 7px;
  background: #fff8f4;
  color: var(--wed-ui-orange-dark);
  font-size: 13px;
  font-weight: 700;
}

.wed-site-polish.single-nexdirectory_event .nexdirectory-single-aside-inner > div.delay-100 > div:last-child button {
  padding: 7px 0;
  color: #7b8493;
  font-size: 12px;
}

/* Authentication page. */
.wed-site-polish.nexdirectory-view-auth .nexdirectory-spa-view > .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] {
  min-height: auto;
  justify-content: flex-start;
  padding: 44px 20px 64px;
  background-color: #f6f8fa;
}

.wed-site-polish.nexdirectory-view-auth .nexdirectory-breadcrumb-shell {
  width: 100%;
  max-width: 480px;
  padding: 0 0 20px;
}

.wed-site-polish.nexdirectory-view-auth .nexdirectory-breadcrumb-shell .nexdirectory-breadcrumbs {
  margin: 0;
  font-size: 13px;
}

.wed-site-polish.nexdirectory-view-auth .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] > div[class~="text-center"][class~="mb-8"] {
  max-width: 480px;
  margin-bottom: 22px;
}

.wed-site-polish.nexdirectory-view-auth .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] > div[class~="text-center"][class~="mb-8"] h1 {
  margin: 0 0 7px;
  color: var(--wed-ui-ink);
  font-size: 28px !important;
  font-weight: 800;
  line-height: 1.2 !important;
}

.wed-site-polish.nexdirectory-view-auth .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] > div[class~="text-center"][class~="mb-8"] p {
  max-width: 44ch;
  margin: 0 auto;
  color: var(--wed-ui-muted);
  font-size: 15px;
  line-height: 1.55;
}

.wed-site-polish.nexdirectory-view-auth .nexdirectory-spa-view > .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] > div:last-of-type {
  max-width: 480px;
}

.wed-site-polish.nexdirectory-view-auth .nexdirectory-spa-view > .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] > div:last-of-type > div {
  padding: 24px;
  border-color: var(--wed-ui-line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(16, 24, 40, .08);
}

.wed-site-polish.nexdirectory-view-auth .nexdirectory-spa-view > .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] > div:last-of-type > div > div.absolute {
  display: none;
}

.wed-site-polish.nexdirectory-view-auth [role="tablist"] {
  gap: 4px;
  margin-bottom: 24px;
  padding: 4px;
  border-radius: 8px;
  background: #eef1f4;
}

.wed-site-polish.nexdirectory-view-auth [role="tablist"] button {
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.wed-site-polish.nexdirectory-view-auth form {
  display: grid;
  gap: 18px;
}

.wed-site-polish.nexdirectory-view-auth form > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}

.wed-site-polish.nexdirectory-view-auth form label:not(.flex) {
  margin: 0 0 7px;
  color: #596273;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: .06em;
}

.wed-site-polish.nexdirectory-view-auth form input:not([type="hidden"]):not([type="checkbox"]) {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #ccd3dc;
  border-radius: 7px;
  background: var(--wed-ui-white);
  color: var(--wed-ui-ink);
  font-size: 16px;
  line-height: 1.4;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .03);
}

.wed-site-polish.nexdirectory-view-auth form input:not([type="hidden"]):not([type="checkbox"]):focus {
  border-color: var(--wed-ui-orange);
  outline: 3px solid rgba(217, 79, 22, .13);
  background: var(--wed-ui-white);
  box-shadow: none;
}

.wed-site-polish.nexdirectory-view-auth form input:-webkit-autofill,
.wed-site-polish.nexdirectory-view-auth form input:-webkit-autofill:hover,
.wed-site-polish.nexdirectory-view-auth form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--wed-ui-ink);
  box-shadow: 0 0 0 1000px var(--wed-ui-white) inset;
  transition: background-color 9999s ease-out 0s;
}

.wed-site-polish.nexdirectory-view-auth form > div[class*="pt-"] {
  padding-top: 0;
}

.wed-site-polish.nexdirectory-view-auth form button[type="submit"] {
  min-height: 48px;
  padding: 11px 16px;
  border: 0;
  border-radius: 7px;
  background: var(--wed-ui-orange);
  color: var(--wed-ui-white);
  font-size: 15px;
  font-weight: 750;
  box-shadow: 0 8px 18px rgba(217, 79, 22, .18);
}

.wed-site-polish.nexdirectory-view-auth form button[type="submit"]:hover {
  background: var(--wed-ui-orange-dark);
}

.wed-site-polish.nexdirectory-view-auth form .text-center {
  margin: -2px 0 0;
}

.wed-site-polish.nexdirectory-view-auth form .text-center button {
  padding: 4px;
  color: var(--wed-ui-muted);
  font-size: 13px;
  line-height: 1.4;
}

.wed-site-polish.nexdirectory-view-auth #awwwards,
.wed-site-polish.single-nexdirectory_event #awwwards {
  display: none;
}

@media (max-width: 767px) {
  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div > div:nth-child(3) {
    border-left: 0;
  }

  .wed-site-polish.nexdirectory-view-auth .nexdirectory-spa-view > .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] {
    padding: 30px 16px 52px;
  }

  .wed-site-polish .nexdirectory-platform-footer {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 639px) {
  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-100 > div:first-child,
  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:first-child,
  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-100 > div:last-child,
  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:last-child {
    padding: 16px;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div > div {
    padding: 12px;
    border-top: 1px solid var(--wed-ui-line);
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div > div:nth-child(odd) {
    border-left: 0;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div > div:nth-child(-n+2) {
    border-top: 0;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div {
    grid-template-columns: 1fr !important;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-chip-list + div + div > div:nth-child(2) {
    border-top: 1px solid var(--wed-ui-line);
    border-left: 0;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:last-child > div:first-child {
    height: 220px;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 > div:last-child > div:last-child {
    align-items: stretch;
    gap: 14px;
  }

  .wed-site-polish.single-nexdirectory_event .nexdirectory-single-main > section.delay-300 h3 {
    font-size: 17px;
  }

  .wed-site-polish.nexdirectory-view-auth .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] > div[class~="text-center"][class~="mb-8"] h1 {
    font-size: 26px !important;
  }

  .wed-site-polish.nexdirectory-view-auth .nexdirectory-spa-view > .nexdirectory-uniform-page-gutter > div[class*="min-h-screen"] > div:last-of-type > div {
    padding: 20px;
  }
}
