.nwsgs-sig-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.nwsgs-sig-page-title {
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.nwsgs-sig-section-title {
  margin: 26px 0 16px;
  font-size: 1.45rem;
  line-height: 1.25;
}

.nwsgs-sig-spotlight {
  margin: 6px 0 34px;
}

.nwsgs-sig-spotlight-intro {
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #4b5563;
  text-align: center;
}

.nwsgs-sig-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.nwsgs-sig-spotlight-item {
  position: relative;
  display: flex;
  justify-content: center;
}

.nwsgs-sig-spotlight-trigger {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 170px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.nwsgs-sig-spotlight-trigger:focus-visible {
  outline: 3px solid rgba(31, 58, 95, 0.28);
  outline-offset: 8px;
  border-radius: 999px;
}

.nwsgs-sig-wrap button.nwsgs-sig-spotlight-trigger,
.nwsgs-sig-wrap button.nwsgs-sig-spotlight-trigger:hover,
.nwsgs-sig-wrap button.nwsgs-sig-spotlight-trigger:focus,
.nwsgs-sig-wrap button.nwsgs-sig-spotlight-trigger:active {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.nwsgs-sig-wrap .nwsgs-sig-spotlight-logo {
  width: 146px !important;
  min-width: 146px;
  max-width: 146px !important;
  height: 146px !important;
  min-height: 146px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.nwsgs-sig-spotlight-label {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
}

.nwsgs-sig-spotlight-item:hover .nwsgs-sig-spotlight-logo,
.nwsgs-sig-spotlight-item:focus-within .nwsgs-sig-spotlight-logo {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
  filter: saturate(1.03);
}

.nwsgs-sig-spotlight-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: min(520px, calc(100vw - 32px));
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: #fffdf9;
  border: 1px solid #eadfce;
  box-shadow: 0 18px 42px rgba(23, 28, 38, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 20;
}

.nwsgs-sig-spotlight-panel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #fffdf9;
  border-left: 1px solid #eadfce;
  border-top: 1px solid #eadfce;
  transform: translateX(-50%) rotate(45deg);
}

.nwsgs-sig-spotlight-item:hover .nwsgs-sig-spotlight-panel,
.nwsgs-sig-spotlight-item:focus-within .nwsgs-sig-spotlight-panel,
.nwsgs-sig-spotlight-item.is-open .nwsgs-sig-spotlight-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nwsgs-sig-spotlight-kicker {
  margin: 0 0 8px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a1f11;
  font-weight: 700;
}

.nwsgs-sig-spotlight-title {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.nwsgs-sig-spotlight-copy,
.nwsgs-sig-spotlight-meta {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #374151;
}

.nwsgs-sig-spotlight-meta a {
  color: #1f3a5f;
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nwsgs-sig-spotlight-email {
  font-size: 0.92rem;
}

.nwsgs-sig-spotlight-email a {
  display: inline-block;
  margin-top: 2px;
}

.nwsgs-sig-spotlight-meta a:hover {
  color: #8a1f11;
  text-decoration: underline;
}

.nwsgs-sig-spotlight-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #1f3a5f;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.nwsgs-sig-spotlight-link:hover {
  background: #162b47;
  color: #fff;
  text-decoration: none;
}

.nwsgs-sig-card {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  background: #fff;
  padding: 22px;
  margin: 0 0 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.nwsgs-sig-card-top {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.nwsgs-sig-card-main {
  flex: 1 1 auto;
  min-width: 0;
}

.nwsgs-sig-logo-wrap {
  flex: 0 0 auto;
}

.nwsgs-sig-logo {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.nwsgs-sig-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 0.95rem;
}

.nwsgs-sig-group {
  font-weight: 700;
  color: #8a1f11;
}

.nwsgs-sig-title {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.25;
}

.nwsgs-sig-description p,
.nwsgs-sig-block p {
  margin: 0 0 12px;
}

.nwsgs-sig-block {
  margin-top: 18px;
}

.nwsgs-sig-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 14px;
}

.nwsgs-sig-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.nwsgs-sig-pill:hover {
  background: #f3f4f7;
  border-color: #b8c0cf;
  color: #1f2937;
}

.nwsgs-sig-pill[aria-expanded="true"] {
  background: #8a1f11;
  border-color: #8a1f11;
  color: #fff;
}

.nwsgs-sig-pill-mark {
  font-size: 1rem;
  line-height: 1;
}

.nwsgs-sig-pill[aria-expanded="true"] .nwsgs-sig-pill-mark::before {
  content: '-';
}

.nwsgs-sig-pill[aria-expanded="false"] .nwsgs-sig-pill-mark::before {
  content: '+';
}

.nwsgs-sig-panel-stack {
  margin-top: 12px;
}

.nwsgs-sig-disclosure-body {
  margin-top: 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fbfbfd;
  border: 1px solid #e7ebf1;
  width: 100%;
}

.nwsgs-sig-disclosure-body p,
.nwsgs-sig-disclosure-body li {
  font-size: 0.98rem;
  line-height: 1.55;
}

.nwsgs-sig-disclosure-body h1,
.nwsgs-sig-disclosure-body h2,
.nwsgs-sig-disclosure-body h3,
.nwsgs-sig-disclosure-body h4 {
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 12px;
}

.nwsgs-sig-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.nwsgs-sig-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #cfcfcf;
  color: #1f2937;
  background: #fff;
}

.nwsgs-sig-btn:hover {
  text-decoration: none;
  background: #f3f4f7;
  border-color: #b8c0cf;
  color: #1f2937;
}

.nwsgs-sig-btn-primary {
  background: #8a1f11;
  border-color: #8a1f11;
  color: #fff;
}

.nwsgs-sig-btn-primary:hover {
  background: #6f170d;
  border-color: #6f170d;
  color: #fff;
}

.nwsgs-sig-btn-disabled {
  background: #eceef2;
  border-color: #d0d5dd;
  color: #7a8190;
  cursor: not-allowed;
}

.nwsgs-sig-btn-disabled:hover {
  background: #eceef2;
  border-color: #d0d5dd;
  color: #7a8190;
}

.nwsgs-sig-notice,
.nwsgs-sig-empty {
  padding: 18px;
  border-radius: 16px;
  background: #f8f4ed;
  border: 1px solid #eadfce;
  margin: 0 0 20px;
}

.nwsgs-sig-search {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.nwsgs-sig-search input[type="search"] {
  flex: 1 1 320px;
  min-width: 220px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #cfcfcf;
}

.nwsgs-sig-search button {
  padding: 12px 18px;
  border-radius: 12px;
  border: 0;
  background: #1f3a5f;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.nwsgs-sig-block h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.nwsgs-sig-keywords {
  margin-top: 14px;
  color: #4b5563;
}

.nwsgs-sig-handout {
  margin-top: 10px;
}

.nwsgs-sig-inline-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f7f1e7;
  border: 1px solid #e7d8bf;
}

.nwsgs-sig-access-card {
  margin: 0 0 26px;
  padding: 0 0 18px;
  border-radius: 18px;
  background: #fbfbfc;
  border: 1px solid #d9dde5;
  overflow: hidden;
}

.nwsgs-sig-access-heading {
  padding: 16px 18px;
  background: #dde3ea;
  border-left: 6px solid #6d8eab;
  color: #4a2436;
  font-size: 1.2rem;
  font-weight: 700;
}

.nwsgs-sig-access-callout {
  margin: 16px 16px 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: #e9f1f7;
  border: 1px solid #b7cadb;
  color: #1f5b84;
  font-size: 1.02rem;
  line-height: 1.45;
}

.nwsgs-sig-access-copy {
  margin: 14px 16px 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.55;
}

.nwsgs-sig-access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 16px 0;
}

.nwsgs-sig-access-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}

.nwsgs-sig-access-btn:hover {
  color: #fff;
  text-decoration: none;
}

.nwsgs-sig-access-btn-signin {
  background: #5a2d42;
}

.nwsgs-sig-access-btn-signin:hover {
  background: #472335;
}

.nwsgs-sig-access-btn-membership {
  background: #6c98bd;
}

.nwsgs-sig-access-btn-membership:hover {
  background: #5986ab;
}

.nwsgs-sig-video iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 14px;
  margin-top: 16px;
}

.nwsgs-sig-front-widget,
.entry-content .nwsgs-sig-front-widget {
  margin: 0;
  padding: 16px 18px 18px;
  border: 1px solid rgba(77, 44, 61, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #f7f6f8 0%, #ffffff 100%);
  box-shadow: 0 10px 28px rgba(31, 58, 95, 0.08);
  font-family: Montserrat, Arial, sans-serif;
}

.nwsgs-sig-front-title,
.entry-content .nwsgs-sig-front-title {
  margin: 0 0 6px;
  font-size: 1.5rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1f1f1f;
}

.nwsgs-sig-front-intro,
.entry-content .nwsgs-sig-front-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 0 0 8px;
}

.nwsgs-sig-front-kicker,
.entry-content .nwsgs-sig-front-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(77, 44, 61, 0.14) 0%, rgba(77, 44, 61, 0.08) 100%);
  color: #4d2c3d;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(77, 44, 61, 0.10);
}

.nwsgs-sig-front-note,
.entry-content .nwsgs-sig-front-note {
  color: #658da7;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.nwsgs-sig-front-summary,
.entry-content .nwsgs-sig-front-summary {
  margin: 0 0 12px;
  max-width: 880px;
  color: #526072;
  font-size: 0.92rem;
  line-height: 1.45;
}

.nwsgs-sig-front-list,
.entry-content .nwsgs-sig-front-list {
  display: grid;
  gap: 6px;
}

.nwsgs-sig-front-item,
.entry-content .nwsgs-sig-front-item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 8px 10px;
  border: 1px solid rgba(77, 44, 61, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 16px rgba(31, 58, 95, 0.05);
}

.nwsgs-sig-front-date,
.entry-content .nwsgs-sig-front-date {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 5px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #658da7 0%, #4f7892 100%);
  color: #fff;
  text-align: center;
}

.nwsgs-sig-front-weekday,
.entry-content .nwsgs-sig-front-weekday {
  font-size: 0.56rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.92;
  order: 2;
}

.nwsgs-sig-front-day,
.entry-content .nwsgs-sig-front-day {
  font-size: 0.8rem;
  line-height: 1.1;
  font-weight: 800;
  order: 1;
}

.nwsgs-sig-front-content,
.entry-content .nwsgs-sig-front-content {
  min-width: 0;
}

.nwsgs-sig-front-line,
.entry-content .nwsgs-sig-front-line {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(150px, 210px) minmax(0, 1fr);
  gap: 8px 16px;
  align-items: center;
  min-width: 0;
}

.nwsgs-sig-front-date,
.nwsgs-sig-front-content,
.entry-content .nwsgs-sig-front-date,
.entry-content .nwsgs-sig-front-content {
  align-self: center;
}

.nwsgs-sig-front-group,
.entry-content .nwsgs-sig-front-group {
  color: #4d2c3d;
  font-weight: 800;
  font-size: 0.86rem;
  line-height: 1.2;
}

.nwsgs-sig-front-time,
.entry-content .nwsgs-sig-front-time {
  color: #658da7;
  font-weight: 700;
  font-size: 0.84rem;
  line-height: 1.2;
  white-space: nowrap;
}

.nwsgs-sig-front-topic,
.entry-content .nwsgs-sig-front-topic {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #4d2c3d;
  font-weight: 800;
}

.nwsgs-sig-front-description,
.entry-content .nwsgs-sig-front-description {
  margin: 6px 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4b5563;
}

.nwsgs-sig-front-footer,
.entry-content .nwsgs-sig-front-footer {
  margin-top: 12px;
}

.nwsgs-sig-front-more,
.entry-content .nwsgs-sig-front-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: #4d2c3d;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.nwsgs-sig-front-more:hover,
.entry-content .nwsgs-sig-front-more:hover {
  background: #3f2332;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 640px) {
  .nwsgs-sig-spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
  }

  .nwsgs-sig-spotlight-trigger {
    max-width: 150px;
  }

  .nwsgs-sig-wrap .nwsgs-sig-spotlight-logo {
    width: 118px !important;
    min-width: 118px;
    max-width: 118px !important;
    height: 118px !important;
    min-height: 118px;
  }

  .nwsgs-sig-spotlight-panel {
    position: static;
    width: 100%;
    margin-top: 12px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .nwsgs-sig-spotlight-panel::before {
    display: none;
  }

  .nwsgs-sig-spotlight-item:hover .nwsgs-sig-spotlight-panel,
  .nwsgs-sig-spotlight-item:focus-within .nwsgs-sig-spotlight-panel {
    display: block;
  }

  .nwsgs-sig-card {
    padding: 18px;
  }

  .nwsgs-sig-card-top {
    flex-direction: column;
  }

  .nwsgs-sig-pill-row {
    gap: 10px;
  }

  .nwsgs-sig-page-title {
    font-size: 1.7rem;
  }

  .nwsgs-sig-video iframe {
    min-height: 220px;
  }

  .nwsgs-sig-logo {
    width: 84px;
    height: 84px;
  }

  .nwsgs-sig-front-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .nwsgs-sig-front-date {
    width: fit-content;
    min-height: 0;
  }

  .nwsgs-sig-front-widget,
  .entry-content .nwsgs-sig-front-widget {
    padding: 14px;
  }

  .nwsgs-sig-front-title,
  .entry-content .nwsgs-sig-front-title {
    font-size: 1.28rem;
  }

  .nwsgs-sig-front-line,
  .entry-content .nwsgs-sig-front-line {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;
  }

  .nwsgs-sig-front-topic,
  .entry-content .nwsgs-sig-front-topic {
    font-size: 1rem;
    line-height: 1.18;
  }

  .nwsgs-sig-front-time,
  .entry-content .nwsgs-sig-front-time {
    white-space: normal;
  }
}
