.ncl-app {
  --ink: #1f2024;
  --muted: #777980;
  --line: #dedfe3;
  --soft: #f4f4f6;
  --event: #ededf0;
  --red: #d7193f;
  --paper: #fff;
  width: 100%;
  /*
   * v1.6.3の最大表示幅（1156px）から約20%拡大する。
   * 実際の幅は親要素・ブラウザー幅を上限とするため、小さい画面では
   * 横にはみ出さず自動的に縮小する。
   */
  max-width: min(1520px, 100vw);
  margin: 0 auto;
  padding: 28px;
  color: var(--ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI",
    "Yu Gothic", sans-serif;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

/*
 * v1.6.12: 静止パール背景。
 * 背景はbody直下に出力し、WordPressの本文コンテナによる固定範囲の
 * 制限を受けない。背景は負のz-indexへ送らず、既存UIを前面に保つ。
 */
html {
  background: #fafbff;
}
body {
  background: transparent !important;
  overflow-x: hidden;
}
body.ncl-calendar-page > .wp-site-blocks,
body.ncl-calendar-page > #page,
body.ncl-calendar-page > .site {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
body.ncl-calendar-page .ncl-app {
  width: min(1520px, calc(100vw - 32px)) !important;
  max-width: none !important;
  margin-right: calc(50% - min(760px, calc(50vw - 16px))) !important;
  margin-left: calc(50% - min(760px, calc(50vw - 16px))) !important;
}
.ncl-edge-ribbon {
  position: fixed;
  inset: 0 0 auto;
  z-index: 4;
  height: 4px;
  pointer-events: none;
  opacity: 0.72;
  background: linear-gradient(
    90deg,
    #55d9ff,
    #4e8cff 24%,
    #b277ff 48%,
    #ff7eb4 72%,
    #ffd85a
  );
}
.ncl-pearl-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(125deg, #fff 0%, #f2f5ff 48%, #fff 100%);
}
.ncl-pearl-bg .ncl-pearl-wave {
  position: absolute;
  top: -30vh;
  left: -30vw;
  width: 165vw;
  height: 165vh;
  filter: saturate(0.95);
}
.ncl-pearl-bg .wave1 {
  background: radial-gradient(
    ellipse at 20% 25%,
    rgba(113, 203, 255, 0.32) 0%,
    rgba(113, 203, 255, 0.18) 28%,
    rgba(113, 203, 255, 0) 58%
  );
}
.ncl-pearl-bg .wave2 {
  background: radial-gradient(
    ellipse at 82% 26%,
    rgba(199, 166, 255, 0.30) 0%,
    rgba(199, 166, 255, 0.17) 28%,
    rgba(199, 166, 255, 0) 58%
  );
}
.ncl-pearl-bg .wave3 {
  background: radial-gradient(
    ellipse at 72% 78%,
    rgba(255, 163, 204, 0.27) 0%,
    rgba(255, 163, 204, 0.15) 28%,
    rgba(255, 163, 204, 0) 58%
  );
}
.ncl-pearl-bg .wave4 {
  background: radial-gradient(
    ellipse at 18% 80%,
    rgba(120, 234, 205, 0.28) 0%,
    rgba(120, 234, 205, 0.16) 28%,
    rgba(120, 234, 205, 0) 58%
  );
}
.ncl-pearl-bg .wave5 {
  background: radial-gradient(
    ellipse at 58% 15%,
    rgba(255, 224, 118, 0.23) 0%,
    rgba(255, 224, 118, 0.13) 28%,
    rgba(255, 224, 118, 0) 58%
  );
}
.ncl-pearl-bg .ncl-pearl-sheen {
  position: absolute;
  inset: -30%;
  background: linear-gradient(
    112deg,
    transparent 38%,
    rgba(255, 255, 255, 0.54) 48%,
    rgba(255, 255, 255, 0.20) 53%,
    transparent 61%
  );
  background-size: 220% 220%;
  mix-blend-mode: soft-light;
}
.ncl-pearl-bg .ncl-pearl-grain {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: radial-gradient(
    rgba(50, 55, 80, 0.10) 0.7px,
    transparent 0.7px
  );
  background-size: 4px 4px;
}
.ncl-app * {
  box-sizing: border-box;
}
.ncl-app button,
.ncl-app input {
  font: inherit;
}
.ncl-app .ncl-header {
  padding: 6px 4px 24px;
}
.ncl-app .ncl-kicker {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.ncl-app .ncl-header h1 {
  margin: 0;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.ncl-app .ncl-header > div:first-child {
  min-width: 0;
}
.ncl-app .ncl-brand-word {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-family:
    "Arial Rounded MT Bold", "Hiragino Maru Gothic ProN", "Yu Gothic",
    Meiryo, sans-serif;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: -0.13em;
  line-height: 0.96;
}
.ncl-app .ncl-brand-char {
  display: inline-block;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.025em currentColor;
}
.ncl-app .ncl-brand-char:nth-child(1) { color: #0065b1; }
.ncl-app .ncl-brand-char:nth-child(2) { color: #4ec1f0; }
.ncl-app .ncl-brand-char:nth-child(3) { color: #009b4d; }
.ncl-app .ncl-brand-char:nth-child(4) { color: #ee7a00; }
.ncl-app .ncl-brand-char:nth-child(5) { color: #db062c; }
.ncl-app .ncl-calendar-title {
  display: block;
  margin-top: 0.08em;
  color: var(--ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI",
    "Yu Gothic", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  word-break: keep-all;
}
.ncl-app .ncl-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
  overflow: clip !important;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(55, 64, 100, 0.11);
  backdrop-filter: blur(20px) saturate(1.05);
  -webkit-backdrop-filter: blur(20px) saturate(1.05);
}
.ncl-app .ncl-toolbar {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}
.ncl-app .ncl-toolbar h2 {
  margin: 0;
  font-size: 23px;
}
.ncl-app .ncl-period-controls {
  display: flex;
  gap: 7px;
}
.ncl-app .ncl-icon-button,
.ncl-app .ncl-today-button {
  height: 40px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}
.ncl-app .ncl-icon-button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  padding: 0;
  border-radius: 50%;
  line-height: 0;
}
.ncl-app .ncl-nav-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ncl-app .ncl-today-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 12px;
  font-weight: 700;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}
.ncl-app .ncl-view-switch {
  justify-self: end;
  display: flex;
  padding: 3px;
  border-radius: 12px;
  background: var(--soft);
}
.ncl-app .ncl-view-switch button {
  min-width: 52px;
  height: 34px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.ncl-app .ncl-view-switch button.is-active {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.18);
}
.ncl-app .ncl-filter-bar {
  border-bottom: 1px solid var(--line);
  background: #fafafa;
}
.ncl-app .ncl-filter-toggle {
  display: none;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  background: #fafafa;
  font-weight: 700;
}
.ncl-app .ncl-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: 18px 22px;
}
.ncl-app .ncl-filter-title label,
.ncl-app .ncl-filters legend {
  grid-column: 1/-1;
  margin: 0 0 7px;
  padding: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.ncl-app .ncl-filter-title,
.ncl-app .ncl-filters fieldset {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.ncl-app .ncl-filter-title input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.ncl-app .ncl-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ncl-app .ncl-chip {
  min-height: 32px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #4a4b50;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.ncl-app .ncl-chip.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.ncl-app .ncl-chip.is-muted.is-selected {
  border-color: #b7b8bd;
  background: #e1e1e4;
  color: #595a60;
}
.ncl-app .ncl-logic-switch {
  display: flex;
  align-self: start;
  padding: 2px;
  border-radius: 9px;
  background: #ececef;
}
.ncl-app .ncl-logic-switch button {
  height: 28px;
  padding: 0 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}
.ncl-app .ncl-logic-switch button.is-active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
}
.ncl-app .ncl-filter-status {
  display: grid;
  gap: 8px;
  min-width: 100px;
  color: var(--muted);
  font-size: 11px;
}
.ncl-app .ncl-filter-status strong {
  color: var(--red);
  font-size: 16px;
}
.ncl-app .ncl-filter-status button {
  padding: 0;
  border: 0;
  background: none;
  color: #a40c2b;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
}
.ncl-app .ncl-calendar {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  overflow: clip !important;
}
.ncl-app .ncl-weekday-row,
.ncl-app .ncl-month-grid,
.ncl-app .ncl-week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.ncl-app .ncl-month-grid {
  aspect-ratio: 7 / 5.6;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden;
  overflow: clip;
}
.ncl-app .ncl-weekday-row {
  border-bottom: 1px solid var(--line);
}
.ncl-app .ncl-weekday-row span {
  padding: 11px;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
  font-weight: 800;
}
.ncl-app .ncl-weekday-row span:first-child {
  color: var(--red);
}
.ncl-app .ncl-day {
  position: relative;
  display: block !important;
  width: auto;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 6px 7px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.38);
  color: inherit;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  align-items: initial !important;
  justify-content: initial !important;
}
.ncl-app .ncl-day:nth-child(7n) {
  border-right: 0;
}
.ncl-app .ncl-day.has-events,
.ncl-app .ncl-week-day.has-events {
  background: var(--event);
  cursor: pointer;
}
.ncl-app .ncl-day.is-selected,
.ncl-app .ncl-week-day.is-selected {
  outline: 2px solid var(--red);
  outline-offset: -2px;
  z-index: 1;
}
.ncl-app .ncl-day.is-outside {
  color: #b9bac0;
  background: #fafafa;
}
.ncl-app .ncl-day:disabled,
.ncl-app .ncl-week-day:disabled {
  opacity: 1;
}
.ncl-app .ncl-day-number,
.ncl-app .ncl-week-date {
  display: inline-grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}
.ncl-app .is-today {
  color: #fff;
  background: var(--red);
}
.ncl-app .ncl-events {
  display: grid;
  gap: 3px;
  margin-top: 2px;
  align-content: start;
}
.ncl-app .ncl-event-pill {
  display: block;
  min-width: 0;
  padding-left: 6px;
  border-left: 3px solid var(--red);
}
.ncl-app .ncl-event-pill strong,
.ncl-app .ncl-event-pill small {
  max-width: 100%;
  overflow: hidden;
}
.ncl-app .ncl-event-pill strong {
  display: -webkit-box;
  white-space: normal;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 11px;
  line-height: 1.25;
}
.ncl-app .ncl-event-pill:nth-child(n + 2) strong {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.ncl-app .ncl-event-pill small,
.ncl-app .ncl-more {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ncl-app .ncl-week-day {
  width: auto;
  min-width: 0 !important;
  min-inline-size: 0 !important;
  max-width: 100%;
  min-height: clamp(150px, 24vw, 260px);
  padding: 12px;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  text-align: left;
}
.ncl-app .ncl-week-date {
  display: grid;
  margin: 0 auto 14px;
}
.ncl-app .ncl-week-events {
  display: grid;
  gap: 10px;
}
.ncl-app .ncl-week-event {
  display: grid;
  gap: 3px;
  padding: 11px;
  border-left: 3px solid var(--red);
  border-radius: 0 9px 9px 0;
  background: #fff;
  overflow: hidden;
}
.ncl-app .ncl-week-event time {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
}
.ncl-app .ncl-week-event strong,
.ncl-app .ncl-week-event small {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ncl-app .ncl-week-event strong {
  font-size: 12px;
}
.ncl-app .ncl-week-event small {
  color: var(--muted);
  font-size: 10px;
}
.ncl-app .ncl-year-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}
.ncl-app .ncl-mini-month {
  min-width: 0;
  min-height: 220px;
  padding: 20px;
  border: 0;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.ncl-app .ncl-mini-month > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--red);
}
.ncl-app .ncl-mini-weekdays,
.ncl-app .ncl-mini-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.ncl-app .ncl-mini-weekdays {
  margin-bottom: 7px;
}
.ncl-app .ncl-mini-weekdays i,
.ncl-app .ncl-mini-days i {
  display: grid;
  height: 22px;
  place-items: center;
  font-style: normal;
  font-size: 10px;
}
.ncl-app .ncl-mini-weekdays i {
  color: var(--muted);
  font-weight: 800;
}
.ncl-app .ncl-mini-days i.has-event {
  border: 1.5px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-weight: 800;
}
.ncl-app .ncl-event-detail {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(31, 32, 36, 0.07);
}
.ncl-app .ncl-detail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.ncl-app .ncl-detail-heading p {
  margin: 0 0 5px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.ncl-app .ncl-detail-heading h2 {
  margin: 0;
  font-size: 19px;
}
.ncl-app .ncl-detail-heading button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  cursor: pointer;
  font-size: 21px;
}
.ncl-app .ncl-detail-list {
  display: grid;
  gap: 1px;
  background: var(--line);
}
.ncl-app .ncl-detail-list article {
  padding: 24px;
  background: #fff;
}
.ncl-app .ncl-detail-list time {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}
.ncl-app .ncl-detail-list h3 {
  margin: 7px 0 16px;
  font-size: 19px;
}
.ncl-app .ncl-detail-list dl {
  display: grid;
  gap: 8px;
  margin: 0;
}
.ncl-app .ncl-detail-list dl div {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 8px;
}
.ncl-app .ncl-detail-list dt {
  color: var(--muted);
  font-size: 12px;
}
.ncl-app .ncl-detail-list dd {
  margin: 0;
  font-size: 13px;
}
.ncl-app .ncl-loading,
.ncl-app .ncl-error {
  padding: 48px;
  text-align: center;
  color: var(--muted);
}

/* 詳細欄では長いタイトルと出演者一覧を省略せず全表示する。 */
.ncl-app .ncl-detail-list article {
  min-width: 0;
}
.ncl-app .ncl-detail-list dl div {
  grid-template-columns: 68px minmax(0, 1fr);
}
.ncl-app .ncl-detail-list h3,
.ncl-app .ncl-detail-list dd {
  max-width: 100%;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.ncl-app .ncl-detail-list dd {
  line-height: 1.75;
}
/* PCではセルを約16%低くし、セル内の文字は一段階大きくする。 */
@media (min-width: 701px) {
  .ncl-app .ncl-month-grid {
    aspect-ratio: 7 / 4.7;
  }
  .ncl-app .ncl-weekday-row span {
    padding: 10px;
    font-size: 13px;
  }
  .ncl-app .ncl-day {
    padding: 6px 8px;
  }
  .ncl-app .ncl-day-number,
  .ncl-app .ncl-week-date {
    width: 27px;
    height: 27px;
    font-size: 15px;
  }
  .ncl-app .ncl-event-pill strong {
    font-size: 13px;
    line-height: 1.28;
  }
  .ncl-app .ncl-event-pill small,
  .ncl-app .ncl-more {
    font-size: 10.5px;
    line-height: 1.25;
  }
  .ncl-app .ncl-week-day {
    min-height: clamp(140px, 18vw, 220px);
  }
  .ncl-app .ncl-week-event time {
    font-size: 11px;
  }
  .ncl-app .ncl-week-event strong {
    font-size: 13px;
  }
  .ncl-app .ncl-week-event small {
    font-size: 11px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ncl-app .ncl-day.has-events:hover,
  .ncl-app .ncl-week-day.has-events:hover {
    outline: 2px solid var(--red);
    outline-offset: -2px;
    z-index: 1;
    background: #e8e8eb;
  }
  .ncl-app .ncl-mini-month:hover {
    background: var(--soft);
  }
}
@media (max-width: 1020px) {
  .ncl-app .ncl-filters {
    grid-template-columns: minmax(0, 1fr);
  }
  .ncl-app .ncl-year-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .ncl-pearl-bg .ncl-pearl-wave {
    top: -30vh;
    left: -35vw;
    width: 170vw;
    height: 150vh;
  }
  .ncl-pearl-bg .wave5 {
    opacity: 0.55;
  }
  .ncl-pearl-bg .ncl-pearl-grain {
    opacity: 0.10;
  }
  body.ncl-calendar-page .ncl-app {
    width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
  }
  .ncl-app {
    padding: 18px 0 32px;
  }
  .ncl-app .ncl-header {
    padding: 4px 16px 18px;
  }
  .ncl-app .ncl-card {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .ncl-app .ncl-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 116px;
    gap: clamp(8px, 2.5vw, 14px);
    padding: 13px clamp(8px, 3vw, 12px);
  }
  .ncl-app .ncl-toolbar h2 {
    order: -1;
    grid-column: 1/-1;
    font-size: 20px;
    text-align: center;
  }
  .ncl-app .ncl-view-switch button {
    min-width: clamp(34px, 10.5vw, 43px);
    font-size: clamp(12px, 3.6vw, 14px);
  }
  .ncl-app .ncl-period-controls {
    display: grid;
    grid-template-columns:
      clamp(36px, 10vw, 40px)
      minmax(0, 1fr)
      clamp(36px, 10vw, 40px);
    gap: clamp(4px, 1.5vw, 7px);
    min-width: 0;
  }
  .ncl-app .ncl-icon-button,
  .ncl-app .ncl-today-button {
    height: clamp(36px, 10vw, 40px);
  }
  .ncl-app .ncl-icon-button {
    width: clamp(36px, 10vw, 40px);
    min-width: 0 !important;
  }
  .ncl-app .ncl-today-button {
    width: 100%;
    min-width: 0 !important;
    padding-inline: clamp(4px, 2vw, 10px);
    font-size: clamp(12px, 3.6vw, 14px);
  }
  .ncl-app .ncl-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ncl-app .ncl-filter-toggle .ncl-filter-count {
    margin-left: auto;
    margin-right: 12px;
    color: var(--red);
    font-size: 12px;
  }
  .ncl-app .ncl-filters {
    display: none;
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }
  .ncl-app .ncl-filters.is-open {
    display: grid;
  }
  .ncl-app .ncl-calendar {
    overflow: hidden !important;
    overflow: clip !important;
  }
  .ncl-app .ncl-month-grid,
  .ncl-app .ncl-week-grid,
  .ncl-app .ncl-weekday-row {
    min-width: 0;
  }
  .ncl-app .ncl-day {
    min-width: 0;
    min-height: 0 !important;
    padding: 3px 4px;
  }
  .ncl-app .ncl-day-number {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .ncl-app .ncl-events {
    gap: 2px;
    margin-top: 1px;
  }
  .ncl-app .ncl-event-pill {
    padding-left: 3px;
    border-left-width: 2px;
  }
  .ncl-app .ncl-event-pill small {
    display: none;
  }
  .ncl-app .ncl-event-pill strong {
    font-size: 8.5px;
    line-height: 1.15;
  }
  .ncl-app .ncl-weekday-row span {
    padding: 8px 2px;
    font-size: 10px;
  }
  .ncl-app .ncl-week-day {
    min-width: 0;
    min-height: 150px;
    padding: 6px;
  }
  .ncl-app .ncl-week-event {
    padding: 6px;
  }
  .ncl-app .ncl-week-event strong {
    font-size: 9px;
  }
  .ncl-app .ncl-week-event small {
    display: none;
  }
  .ncl-app .ncl-year-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ncl-app .ncl-mini-month {
    min-height: 180px;
    padding: 12px;
  }
  .ncl-app .ncl-mini-weekdays,
  .ncl-app .ncl-mini-days {
    gap: 1px;
  }
  .ncl-app .ncl-mini-weekdays i,
  .ncl-app .ncl-mini-days i {
    height: 19px;
    font-size: 9px;
  }
  .ncl-app .ncl-event-detail {
    margin: 14px 12px 0;
  }
}

.ncl-app .ncl-admin-link {
  display: inline-block;
  margin: 0 4px 10px;
  color: var(--muted);
  font-size: 11px;
  text-decoration: none;
}
.ncl-app .ncl-admin-link:hover {
  text-decoration: underline;
}
.ncl-app .ncl-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.ncl-app .ncl-header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.ncl-app .ncl-header-primary-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ncl-app .ncl-contact-button {
  min-width: 132px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}
.ncl-app .ncl-search-button,
.ncl-app .ncl-filter-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 5px 16px rgba(31, 32, 36, 0.17);
  min-width: 132px;
  justify-content: center;
}
.ncl-app .ncl-action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.ncl-app .ncl-filter-icon {
  fill: currentColor;
  stroke: none;
}
.ncl-app .ncl-search-button {
  min-width: 104px;
}
.ncl-app .ncl-contact-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 21, 24, 0.48);
  backdrop-filter: blur(5px);
}
.ncl-app .ncl-contact-backdrop[hidden] {
  display: none;
}
.ncl-app .ncl-contact-panel {
  position: relative;
  width: min(440px, 100%);
  display: grid;
  gap: 12px;
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}
.ncl-app .ncl-contact-panel h2 {
  margin: -6px 0 4px;
  font-size: 23px;
}
.ncl-app .ncl-contact-panel > p:last-child {
  margin: 0;
  padding: 15px;
  border-radius: 10px;
  background: var(--soft);
  font-size: 14px;
  line-height: 1.7;
}
.ncl-app .ncl-contact-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  cursor: pointer;
  font-size: 19px;
}
.ncl-app .ncl-filters {
  display: none;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}
.ncl-app .ncl-filters.is-open {
  display: grid;
}
.ncl-app .ncl-date-filter {
  grid-column: auto;
}
.ncl-app .ncl-date-fields {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 8px;
}
.ncl-app .ncl-date-fields label {
  display: grid;
  gap: 4px;
}
.ncl-app .ncl-date-fields label span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}
.ncl-app .ncl-date-fields input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.ncl-app .ncl-range-error {
  grid-column: 1/-1;
  margin: 0;
  color: #a40c2b;
  font-size: 11px;
}
@media (max-width: 1100px) {
  .ncl-app .ncl-filters {
    grid-template-columns: minmax(0, 1fr);
  }
  .ncl-app .ncl-date-filter {
    grid-column: auto;
  }
}
@media (max-width: 700px) {
  .ncl-app .ncl-admin-link {
    margin-left: 16px;
  }
  .ncl-app .ncl-header {
    align-items: flex-start;
    gap: clamp(8px, 3vw, 14px);
    padding-top: 0;
  }
  .ncl-app .ncl-brand-word {
    font-size: clamp(26px, 7vw, 34px);
  }
  .ncl-app .ncl-calendar-title {
    font-size: clamp(18px, 5.5vw, 26px);
    letter-spacing: -0.08em;
  }
  .ncl-app .ncl-header-actions {
    width: clamp(116px, 33vw, 132px);
    flex: 0 0 clamp(116px, 33vw, 132px);
  }
  .ncl-app .ncl-header-primary-actions {
    width: 100%;
    flex-direction: column;
    gap: 7px;
  }
  .ncl-app .ncl-contact-button,
  .ncl-app .ncl-search-button,
  .ncl-app .ncl-filter-button {
    width: 100%;
    min-width: 0;
  }
  .ncl-app .ncl-contact-button {
    padding-inline: clamp(7px, 2.5vw, 12px);
    font-size: clamp(10px, 3vw, 12px);
    white-space: nowrap;
  }
  .ncl-app .ncl-search-button,
  .ncl-app .ncl-filter-button {
    height: 38px;
    gap: 5px;
    padding: 0 clamp(7px, 2.5vw, 12px);
    font-size: clamp(10px, 3vw, 12px);
    white-space: nowrap;
  }
  .ncl-app .ncl-action-icon {
    width: clamp(14px, 4vw, 18px);
    height: clamp(14px, 4vw, 18px);
  }
  .ncl-app .ncl-filter-toggle {
    display: none;
  }
  .ncl-app .ncl-date-filter {
    grid-column: auto;
  }
  .ncl-app .ncl-date-fields {
    grid-template-columns: 1fr;
  }
  .ncl-app .ncl-date-fields > span {
    display: none;
  }
}

.ncl-app .ncl-event-search-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 21, 24, 0.56);
  backdrop-filter: blur(6px);
}
.ncl-app .ncl-event-search-backdrop[hidden] { display: none; }
.ncl-app .ncl-event-search-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}
.ncl-app .ncl-event-search-panel h2 { margin: -6px 0 20px; font-size: 26px; }
.ncl-app .ncl-event-search-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--soft);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.ncl-app .ncl-event-search-form { display: grid; gap: 18px; }
.ncl-app .ncl-event-search-form fieldset,
.ncl-app .ncl-event-search-title { min-width: 0; margin: 0; padding: 0; border: 0; }
.ncl-app .ncl-event-search-form legend,
.ncl-app .ncl-event-search-title > span {
  display: block;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.ncl-app .ncl-event-search-date-fields {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 10px;
}
.ncl-app .ncl-event-search-date-fields label { display: grid; gap: 4px; }
.ncl-app .ncl-event-search-date-fields label span { color: var(--muted); font-size: 11px; font-weight: 700; }
.ncl-app .ncl-event-search-date-fields input,
.ncl-app .ncl-event-search-title input,
.ncl-app .ncl-event-search-performer-input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.ncl-app .ncl-event-search-error { margin: 7px 0 0; color: #a40c2b; font-size: 12px; }
.ncl-app .ncl-event-search-performers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.ncl-app .ncl-event-search-performers legend { grid-column: 1 / -1; }
.ncl-app .ncl-event-search-picker { position: relative; min-width: 0; }
.ncl-app .ncl-event-search-selected { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 7px; }
.ncl-app .ncl-event-search-selected > span { color: var(--muted); font-size: 12px; }
.ncl-app .ncl-event-search-selected button {
  min-height: 30px;
  padding: 4px 9px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.ncl-app .ncl-event-search-candidates {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  max-height: 240px;
  overflow: auto;
  margin-top: 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 32, 36, 0.16);
}
.ncl-app .ncl-event-search-candidates[hidden] { display: none; }
.ncl-app .ncl-event-search-candidates button,
.ncl-app .ncl-event-search-candidates p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #eeeeef;
  background: #fff;
  text-align: left;
  font-size: 12px;
}
.ncl-app .ncl-event-search-candidates button { cursor: pointer; }
.ncl-app .ncl-event-search-candidates button:hover { background: var(--soft); }
.ncl-app .ncl-event-search-actions { display: flex; align-items: center; gap: 12px; }
.ncl-app .ncl-event-search-actions button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}
.ncl-app .ncl-event-search-actions .ncl-event-search-clear { background: #fff; color: var(--ink); }
.ncl-app .ncl-event-search-status { margin: 22px 0 10px; color: var(--muted); font-size: 13px; }
.ncl-app .ncl-event-search-results { display: grid; gap: 9px; }
.ncl-app .ncl-event-search-result {
  width: 100%;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.ncl-app .ncl-event-search-result:hover { background: var(--soft); }
.ncl-app .ncl-event-search-result time { color: var(--red); font-size: 12px; font-weight: 800; }
.ncl-app .ncl-event-search-result strong,
.ncl-app .ncl-event-search-result small { display: block; }
.ncl-app .ncl-event-search-result strong { font-size: 15px; overflow-wrap: anywhere; }
.ncl-app .ncl-event-search-result small { margin-top: 4px; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
@media (max-width: 560px) {
  .ncl-app .ncl-event-search-panel { padding: 24px 18px; }
  .ncl-app .ncl-event-search-date-fields { grid-template-columns: 1fr; }
  .ncl-app .ncl-event-search-date-fields > span { display: none; }
  .ncl-app .ncl-event-search-result { grid-template-columns: 1fr; gap: 5px; }
}

.ncl-app .ncl-filter-title {
  grid-template-columns: 1fr;
}
.ncl-app .ncl-public-performer-picker {
  position: relative;
  display: grid;
  gap: 7px;
  min-width: 0;
}
.ncl-app .ncl-public-performer-picker > input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.ncl-app .ncl-selected-performers {
  display: flex;
  min-height: 32px;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.ncl-app .ncl-selected-performers > span {
  color: var(--muted);
  font-size: 11px;
}
.ncl-app .ncl-selected-performers button {
  min-height: 30px;
  padding: 4px 9px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.ncl-app .ncl-performer-candidates {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 8;
  max-height: 250px;
  overflow: auto;
  margin-top: 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 32, 36, 0.16);
}
.ncl-app .ncl-performer-candidates[hidden] {
  display: none;
}
.ncl-app .ncl-performer-candidates button {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid #eeeeef;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 12px;
}
.ncl-app .ncl-performer-candidates button:hover {
  background: var(--soft);
}
.ncl-app .ncl-performer-candidates p {
  margin: 0;
  padding: 12px;
  color: var(--muted);
  font-size: 12px;
}
.ncl-app .ncl-detail-list dd a {
  color: #1559c8;
  overflow-wrap: anywhere;
}
.ncl-app .ncl-detail-notes dd {
  white-space: pre-wrap;
}
.ncl-app .ncl-disclaimer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(20, 21, 24, 0.64);
  backdrop-filter: blur(7px);
}
.ncl-app .ncl-disclaimer-backdrop[hidden] {
  display: none;
}
.ncl-app .ncl-disclaimer-panel {
  width: min(620px, 100%);
  padding: clamp(26px, 5vw, 44px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}
.ncl-app .ncl-disclaimer-panel h2 {
  margin: 6px 0 18px;
  font-size: clamp(22px, 4vw, 30px);
}
.ncl-app .ncl-disclaimer-panel > p:not(.ncl-kicker) {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}
.ncl-app .ncl-disclaimer-accept {
  display: block;
  min-width: 180px;
  min-height: 48px;
  margin: 26px 0 0 auto;
  padding: 10px 22px;
  border: 0;
  border-radius: 12px;
  background: #1769e0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(23, 105, 224, 0.28);
}
.ncl-app .ncl-disclaimer-accept:hover {
  background: #0d55bf;
}
.ncl-app .ncl-disclaimer-accept:focus-visible {
  outline: 3px solid rgba(23, 105, 224, 0.35);
  outline-offset: 3px;
}
@media (max-width: 560px) {
  .ncl-app .ncl-disclaimer-panel > p:not(.ncl-kicker) {
    font-size: 14px;
  }
  .ncl-app .ncl-disclaimer-panel br {
    display: none;
  }
  .ncl-app .ncl-disclaimer-accept {
    width: 100%;
  }
}

/* v1.6.14: PC版の公開画面にある文字をv1.6.13の2倍へ拡大する。 */
@media (min-width: 701px) {
  .ncl-app {
    font-size: 32px;
  }
  .ncl-app .ncl-kicker {
    font-size: 22px;
  }
  .ncl-app .ncl-header h1 {
    font-size: clamp(52px, 6vw, 88px);
  }
  .ncl-app .ncl-admin-link {
    font-size: 22px;
  }
  .ncl-app .ncl-contact-button {
    min-width: 210px;
    height: 60px;
    padding-inline: 22px;
    font-size: 24px;
  }
  .ncl-app .ncl-search-button,
  .ncl-app .ncl-filter-button {
    min-width: 240px;
    height: 64px;
    gap: 12px;
    padding-inline: 26px;
    font-size: 26px;
  }
  .ncl-app .ncl-action-icon {
    width: 28px;
    height: 28px;
  }
  .ncl-app .ncl-toolbar {
    min-height: 126px;
    padding: 24px 28px;
  }
  .ncl-app .ncl-toolbar h2 {
    font-size: 46px;
  }
  .ncl-app .ncl-icon-button,
  .ncl-app .ncl-today-button {
    height: 64px;
  }
  .ncl-app .ncl-icon-button {
    width: 64px;
  }
  .ncl-app .ncl-nav-icon {
    width: 34px;
    height: 34px;
  }
  .ncl-app .ncl-today-button {
    padding-inline: 24px;
  }
  .ncl-app .ncl-view-switch button {
    min-width: 72px;
    height: 56px;
    font-size: 28px;
  }
  .ncl-app .ncl-filter-title label,
  .ncl-app .ncl-filters legend {
    font-size: 22px;
  }
  .ncl-app .ncl-filter-title input,
  .ncl-app .ncl-date-fields input,
  .ncl-app .ncl-public-performer-picker > input {
    height: 64px;
    padding-inline: 18px;
  }
  .ncl-app .ncl-chip {
    min-height: 50px;
    padding: 8px 16px;
    font-size: 22px;
  }
  .ncl-app .ncl-logic-switch button {
    height: 48px;
    padding-inline: 14px;
    font-size: 20px;
  }
  .ncl-app .ncl-filter-status {
    font-size: 22px;
  }
  .ncl-app .ncl-filter-status strong {
    font-size: 32px;
  }
  .ncl-app .ncl-weekday-row span {
    font-size: 26px;
  }
  .ncl-app .ncl-day-number,
  .ncl-app .ncl-week-date {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
  .ncl-app .ncl-event-pill strong {
    font-size: 26px;
  }
  .ncl-app .ncl-event-pill small,
  .ncl-app .ncl-more {
    font-size: 21px;
  }
  .ncl-app .ncl-week-event time {
    font-size: 22px;
  }
  .ncl-app .ncl-week-event strong {
    font-size: 26px;
  }
  .ncl-app .ncl-week-event small {
    font-size: 22px;
  }
  .ncl-app .ncl-mini-weekdays i,
  .ncl-app .ncl-mini-days i {
    height: 30px;
    font-size: 20px;
  }
  .ncl-app .ncl-detail-heading p {
    font-size: 20px;
  }
  .ncl-app .ncl-detail-heading h2 {
    font-size: 38px;
  }
  .ncl-app .ncl-detail-heading button {
    width: 52px;
    height: 52px;
    font-size: 42px;
  }
  .ncl-app .ncl-detail-list time,
  .ncl-app .ncl-detail-list dt {
    font-size: 24px;
  }
  .ncl-app .ncl-detail-list h3 {
    font-size: 38px;
  }
  .ncl-app .ncl-detail-list dd {
    font-size: 26px;
  }
  .ncl-app .ncl-detail-list dl div {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
  }
  .ncl-app .ncl-contact-panel {
    width: min(700px, 100%);
    max-height: calc(100dvh - 40px);
    overflow: auto;
  }
  .ncl-app .ncl-contact-panel h2 {
    font-size: 46px;
  }
  .ncl-app .ncl-contact-panel > p:last-child {
    font-size: 28px;
  }
  .ncl-app .ncl-contact-close {
    width: 52px;
    height: 52px;
    font-size: 38px;
  }
  .ncl-app .ncl-date-fields label span {
    font-size: 20px;
  }
  .ncl-app .ncl-range-error {
    font-size: 22px;
  }
  .ncl-app .ncl-selected-performers > span,
  .ncl-app .ncl-selected-performers button {
    font-size: 22px;
  }
  .ncl-app .ncl-selected-performers button {
    min-height: 48px;
    padding: 7px 14px;
  }
  .ncl-app .ncl-performer-candidates {
    max-height: 400px;
  }
  .ncl-app .ncl-performer-candidates button,
  .ncl-app .ncl-performer-candidates p {
    font-size: 24px;
  }
  .ncl-app .ncl-disclaimer-panel {
    width: min(900px, 100%);
    max-height: calc(100dvh - 40px);
    overflow: auto;
  }
  .ncl-app .ncl-disclaimer-panel h2 {
    font-size: clamp(44px, 8vw, 60px);
  }
  .ncl-app .ncl-disclaimer-panel > p:not(.ncl-kicker) {
    font-size: 30px;
  }
  .ncl-app .ncl-disclaimer-accept {
    min-width: 260px;
    min-height: 70px;
    font-size: 30px;
  }
  .ncl-app .ncl-event-search-panel { width: min(980px, 100%); }
  .ncl-app .ncl-event-search-panel h2 { font-size: 46px; }
  .ncl-app .ncl-event-search-close { width: 52px; height: 52px; font-size: 38px; }
  .ncl-app .ncl-event-search-form legend,
  .ncl-app .ncl-event-search-title > span { font-size: 22px; }
  .ncl-app .ncl-event-search-date-fields label span { font-size: 20px; }
  .ncl-app .ncl-event-search-date-fields input,
  .ncl-app .ncl-event-search-title input,
  .ncl-app .ncl-event-search-performer-input { height: 64px; padding-inline: 18px; }
  .ncl-app .ncl-event-search-selected > span,
  .ncl-app .ncl-event-search-selected button { font-size: 22px; }
  .ncl-app .ncl-event-search-selected button { min-height: 48px; padding: 7px 14px; }
  .ncl-app .ncl-event-search-candidates { max-height: 400px; }
  .ncl-app .ncl-event-search-candidates button,
  .ncl-app .ncl-event-search-candidates p { font-size: 24px; }
  .ncl-app .ncl-event-search-actions button { min-height: 60px; padding-inline: 24px; font-size: 24px; }
  .ncl-app .ncl-event-search-status { font-size: 24px; }
  .ncl-app .ncl-event-search-result { grid-template-columns: 210px minmax(0, 1fr); padding: 20px; }
  .ncl-app .ncl-event-search-result time,
  .ncl-app .ncl-event-search-result small { font-size: 22px; }
  .ncl-app .ncl-event-search-result strong { font-size: 28px; }
}
