:root {
  --dx-ink: #092f28;
  --dx-ink-soft: #526b63;
  --dx-deep: #032f26;
  --dx-deep-2: #07533f;
  --dx-accent: #cce879;
  --dx-accent-bright: #dcf59a;
  --dx-mint: #eaf5df;
  --dx-line: rgba(11, 58, 47, 0.12);
  --dx-surface: #ffffff;
  --dx-background: #f3f6f1;
  --dx-shadow:
    0 22px 65px rgba(4, 47, 38, 0.10),
    0 3px 12px rgba(4, 47, 38, 0.04);
}

body.public-application {
  background:
    radial-gradient(
      circle at 3% 12%,
      rgba(210, 235, 148, 0.17),
      transparent 24rem
    ),
    #f3f6f1;
  color: var(--dx-ink);
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
}

.ui-main {
  min-height: calc(100vh - 80px);
}

.ui-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(9, 55, 44, 0.08);
  background: rgba(249, 250, 246, 0.88);
  box-shadow: 0 8px 30px rgba(7, 55, 43, 0.035);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.ui-header-inner {
  width: min(1380px, calc(100% - 40px));
  min-height: 72px;
}

.ui-brand-mark {
  box-shadow:
    0 10px 28px rgba(4, 65, 51, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.ui-desktop-nav {
  padding: 5px;
  border: 1px solid rgba(10, 61, 49, 0.07);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.55);
}

.ui-desktop-nav a {
  min-height: 39px;
  padding: 10px 15px;
  border-radius: 11px;
  transition:
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.ui-desktop-nav a:hover {
  background: #eaf1e4;
  transform: translateY(-1px);
}

.ui-country-button,
.ui-account-button {
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.ui-country-button:hover,
.ui-account-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(5, 55, 43, 0.12);
}

.dx-directory,
.dx-detail {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 76px;
}

.dx-directory *,
.dx-detail * {
  box-sizing: border-box;
}

.dx-directory a,
.dx-detail a {
  color: inherit;
}

.dx-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

/* Discovery surface */

.dx-discovery,
.dx-detail-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(
      circle at 78% -20%,
      rgba(198, 242, 114, 0.28),
      transparent 35%
    ),
    radial-gradient(
      circle at -5% 110%,
      rgba(42, 145, 111, 0.35),
      transparent 42%
    ),
    linear-gradient(135deg, #032e25 0%, #064b3a 57%, #073b30 100%);
  color: #fff;
  box-shadow:
    0 30px 75px rgba(2, 45, 35, 0.19),
    inset 0 1px rgba(255, 255, 255, 0.09);
}

.dx-discovery {
  padding: 26px;
  border-radius: 26px;
}

.dx-discovery::before,
.dx-detail-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  content: "";
}

.dx-discovery-glow,
.dx-detail-glow {
  position: absolute;
  z-index: -1;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(201, 237, 112, 0.17);
  filter: blur(50px);
  pointer-events: none;
}

.dx-discovery-glow {
  top: -180px;
  right: 7%;
}

.dx-discovery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.dx-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dx-heading-icon,
.dx-panel-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.dx-heading-icon {
  width: 49px;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.10);
  color: var(--dx-accent-bright);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.dx-heading-icon .ui-icon {
  width: 23px;
  height: 23px;
}

.dx-heading p,
.dx-section-kicker,
.dx-detail-category,
.dx-panel-header > div > span,
.dx-address > span,
.dx-information > span,
.dx-contact-person > div > span {
  margin: 0;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.dx-heading p {
  color: #b9d1c5;
}

.dx-heading h1 {
  margin: 3px 0 0;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.dx-result-count {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 145px;
  justify-content: flex-end;
}

.dx-result-count strong {
  color: var(--dx-accent-bright);
  font-size: 2rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.dx-result-count span {
  max-width: 95px;
  color: #c8d9d1;
  font-size: 0.78rem;
  line-height: 1.35;
}

/* Search and filters */

.dx-search {
  position: relative;
  z-index: 4;
}

.dx-search-box {
  display: flex;
  align-items: center;
  min-height: 62px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.97);
  color: var(--dx-ink);
  box-shadow: 0 15px 35px rgba(1, 31, 25, 0.16);
}

.dx-search-icon {
  display: grid;
  place-items: center;
  width: 57px;
  color: #37685a;
}

.dx-search-icon .ui-icon {
  width: 22px;
  height: 22px;
}

.dx-search-box input {
  min-width: 0;
  flex: 1;
  min-height: 60px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--dx-ink);
  font: inherit;
  font-size: 1rem;
}

.dx-search-box input::placeholder {
  color: #81928c;
}

.dx-search-clear {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #edf2e9;
  color: #315d50;
  cursor: pointer;
  font-size: 1.35rem;
}

.dx-live-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ecf5df;
  color: #416139;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dx-live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #64a13d;
  box-shadow: 0 0 0 4px rgba(100, 161, 61, 0.13);
}

.dx-search[data-loading="true"] .dx-live-status {
  background: #fff1cc;
  color: #755a16;
}

.dx-search[data-loading="true"] .dx-live-status i {
  background: #d7a62f;
  animation: dx-pulse 750ms infinite alternate;
}

.dx-filter-grid {
  display: grid;
  grid-template-columns:
    1.05fr
    1fr
    1fr
    1.25fr
    1fr
    0.9fr
    0.9fr;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  background: rgba(223, 232, 225, 0.96);
  box-shadow: 0 15px 35px rgba(1, 31, 25, 0.16);
}

.dx-filter {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 11px 13px 10px;
  border-right: 1px solid #dbe4dc;
  background: rgba(255, 255, 255, 0.98);
}

.dx-filter:last-child {
  border-right: 0;
}

.dx-filter > span {
  color: #71847d;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dx-filter select {
  width: 100%;
  min-width: 0;
  min-height: 31px;
  padding: 2px 25px 2px 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: var(--dx-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  text-overflow: ellipsis;
}

.dx-filter:focus-within {
  z-index: 2;
  background: #f3f8ed;
  box-shadow: inset 0 -3px var(--dx-accent);
}

.dx-filter-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 35px;
  padding: 12px 4px 0;
}

.dx-filter-footer p,
.dx-filter-footer span,
.dx-filter-footer a {
  margin: 0;
  color: #bfd1c8;
  font-size: 0.74rem;
}

.dx-filter-footer a {
  color: var(--dx-accent-bright);
  font-weight: 750;
  text-decoration: none;
}

.dx-filter-footer a:hover {
  text-decoration: underline;
}

.dx-noscript-submit {
  min-height: 42px;
  margin-top: 12px;
  padding: 8px 17px;
  border: 0;
  border-radius: 999px;
  background: var(--dx-accent);
  color: var(--dx-deep);
  font: inherit;
  font-weight: 750;
}

/* Results */

.dx-results {
  min-height: 230px;
  padding-top: 27px;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.dx-results[aria-busy="true"] {
  opacity: 0.46;
  pointer-events: none;
  transform: translateY(3px);
}

.dx-results-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  padding: 0 4px;
}

.dx-section-kicker {
  color: #68825e;
}

.dx-results-header h2 {
  margin: 4px 0 0;
  color: var(--dx-ink);
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}

.dx-results-header > p {
  margin: 0;
  color: #71827b;
  font-size: 0.79rem;
}

.dx-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dx-activity-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 258px;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(8, 61, 49, 0.11);
  border-radius: 21px;
  background:
    linear-gradient(
      145deg,
      rgba(235, 245, 223, 0.62),
      rgba(255, 255, 255, 0) 42%
    ),
    #fff;
  box-shadow:
    0 16px 44px rgba(6, 52, 42, 0.065),
    inset 0 1px rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.dx-activity-card::before {
  position: absolute;
  top: -80px;
  right: -75px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(197, 230, 116, 0.14);
  content: "";
  transition: transform 240ms ease;
}

.dx-activity-card:hover,
.dx-activity-card:focus-visible {
  outline: 0;
  border-color: rgba(58, 112, 86, 0.28);
  box-shadow:
    0 25px 65px rgba(5, 52, 41, 0.13),
    inset 0 1px rgba(255, 255, 255, 0.9);
  transform: translateY(-5px);
}

.dx-activity-card:hover::before,
.dx-activity-card:focus-visible::before {
  transform: scale(1.22);
}

.dx-card-top,
.dx-card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dx-date-block {
  display: grid;
  min-width: 118px;
}

.dx-date-block > span {
  color: #668057;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.dx-date-block strong {
  margin-top: 2px;
  color: var(--dx-ink);
  font-size: 1.08rem;
  font-variant-numeric: tabular-nums;
}

.dx-date-block small {
  margin-top: 1px;
  color: #798981;
  font-size: 0.7rem;
}

.dx-card-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.dx-card-chips span {
  padding: 6px 9px;
  border: 1px solid rgba(29, 90, 68, 0.06);
  border-radius: 999px;
  background: #ebf2e3;
  color: #527049;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.dx-card-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  flex: 1;
  min-height: 93px;
  padding: 15px 0 12px;
}

.dx-card-content h3 {
  margin: 0 0 11px;
  color: var(--dx-ink);
  font-size: clamp(1.42rem, 2.5vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.dx-location {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #60746b;
}

.dx-location > .ui-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #4d735f;
}

.dx-location > span {
  display: grid;
  gap: 1px;
}

.dx-location strong {
  color: #486159;
  font-size: 0.83rem;
}

.dx-location small {
  color: #7a8a83;
  font-size: 0.73rem;
}

.dx-card-schedule {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 7px;
  margin-bottom: 16px;
}

.dx-card-schedule > span {
  display: grid;
  min-width: 91px;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid rgba(10, 61, 49, 0.07);
  border-radius: 10px;
  background: #f3f7ef;
}

.dx-card-schedule small {
  color: #75877f;
  font-size: 0.62rem;
  font-weight: 800;
}

.dx-card-schedule strong {
  color: #224a3e;
  font-size: 0.74rem;
  font-variant-numeric: tabular-nums;
}

.dx-card-footer {
  padding-top: 13px;
  border-top: 1px solid var(--dx-line);
}

.dx-view-label {
  color: #31594c;
  font-size: 0.82rem;
  font-weight: 750;
}

.dx-card-actions {
  display: flex;
  gap: 8px;
}

.dx-card-actions > a,
.dx-card-arrow {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 12px;
}

.dx-card-actions > a {
  position: relative;
  z-index: 3;
  background: #e9f2df;
  color: #315e4c;
}

.dx-card-arrow {
  background: var(--dx-deep);
  color: #fff;
  transition: transform 180ms ease;
}

.dx-activity-card:hover .dx-card-arrow {
  transform: translateX(3px);
}

.dx-card-actions .ui-icon {
  width: 17px;
  height: 17px;
}

.dx-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 175px;
  padding: 28px;
  border: 1px solid var(--dx-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--dx-shadow);
}

.dx-empty-icon {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 17px;
  background: #eaf2e1;
  color: #416957;
}

.dx-empty > div > span {
  color: #68825e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dx-empty h2 {
  margin: 4px 0 5px;
  font-size: 1.25rem;
}

.dx-empty p {
  margin: 0;
  color: var(--dx-ink-soft);
  font-size: 0.88rem;
}

.dx-empty > a {
  padding: 12px 17px;
  border-radius: 12px;
  background: var(--dx-deep);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.dx-pagination {
  display: grid;
  grid-template-columns: 100px auto 100px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 25px;
}

.dx-pagination > a {
  padding: 10px 15px;
  border: 1px solid var(--dx-line);
  border-radius: 11px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
}

.dx-pagination p {
  margin: 0;
  color: #74857d;
  font-size: 0.78rem;
}

.dx-pagination p strong {
  color: var(--dx-ink);
}

/* Detail experience */

.dx-detail {
  padding-top: 24px;
}

.dx-detail-hero {
  padding: 22px 25px 26px;
  border-radius: 26px;
}

.dx-detail-glow {
  top: -140px;
  right: 9%;
}

.dx-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: #bad0c5;
  font-size: 0.75rem;
  white-space: nowrap;
}

.dx-breadcrumb a {
  text-decoration: none;
}

.dx-breadcrumb a:hover {
  color: var(--dx-accent-bright);
}

.dx-breadcrumb > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dx-detail-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.72fr);
  gap: 35px;
  align-items: end;
  padding-top: 26px;
}

.dx-detail-category {
  color: var(--dx-accent-bright);
}

.dx-detail-identity h1 {
  max-width: 760px;
  margin: 7px 0 13px;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
}

.dx-detail-identity > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #c3d5cc;
  font-size: 0.86rem;
}

.dx-detail-identity > p .ui-icon {
  width: 17px;
  height: 17px;
  color: var(--dx-accent);
}

.dx-quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.dx-quick-facts > div {
  display: grid;
  align-content: center;
  min-height: 82px;
  gap: 4px;
  padding: 13px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.dx-quick-facts > div:last-child {
  border-right: 0;
}

.dx-quick-facts span {
  color: #afc8bd;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.dx-quick-facts strong {
  color: #fff;
  font-size: 0.9rem;
}

.dx-quick-facts small {
  color: #bfd1c8;
  font-size: 0.68rem;
}

.dx-detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 17px;
  padding-top: 17px;
}

.dx-detail-side {
  display: grid;
  align-content: start;
  gap: 17px;
}

.dx-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--dx-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(5, 52, 41, 0.055);
}

.dx-schedule-panel,
.dx-contact-panel {
  padding: 21px;
}

.dx-panel-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dx-panel-icon {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  background: #eaf2df;
  color: #3a6754;
}

.dx-panel-icon .ui-icon {
  width: 20px;
  height: 20px;
}

.dx-panel-header > div > span {
  color: #6e865f;
}

.dx-panel-header h2 {
  margin: 3px 0 0;
  color: var(--dx-ink);
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}

.dx-session-list {
  margin-top: 17px;
  border-top: 1px solid var(--dx-line);
}

.dx-session {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  align-items: center;
  gap: 20px;
  min-height: 68px;
  padding: 10px 2px;
  border-bottom: 1px solid var(--dx-line);
}

.dx-session-day {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dx-session-day > span {
  display: grid;
  place-items: center;
  width: 47px;
  height: 42px;
  border-radius: 11px;
  background: #eef4e7;
  color: #537149;
  font-size: 0.68rem;
  font-weight: 850;
}

.dx-session-day > div,
.dx-session-time {
  display: grid;
  gap: 2px;
}

.dx-session strong {
  color: var(--dx-ink);
  font-size: 0.9rem;
}

.dx-session small {
  color: #7b8c85;
  font-size: 0.7rem;
}

.dx-session-time {
  text-align: right;
}

.dx-session-time strong {
  font-variant-numeric: tabular-nums;
}

.dx-information {
  margin-top: 18px;
  padding: 17px;
  border: 1px solid rgba(78, 119, 72, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(135deg, #eff5e8, #f8faf5);
}

.dx-information > span {
  color: #69815d;
}

.dx-information h3 {
  margin: 4px 0 8px;
  color: var(--dx-ink);
  font-size: 1rem;
}

.dx-information p {
  margin: 0;
  color: #52675e;
  font-size: 0.87rem;
  line-height: 1.65;
  white-space: pre-wrap;
}

.dx-venue-panel {
  padding: 21px;
  border-color: rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(205, 235, 120, 0.20),
      transparent 42%
    ),
    linear-gradient(145deg, #04392e, #07513f);
  color: #fff;
  box-shadow: 0 22px 50px rgba(3, 48, 38, 0.18);
}

.dx-venue-panel .dx-panel-icon {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.10);
  color: var(--dx-accent-bright);
}

.dx-venue-panel .dx-panel-header > div > span {
  color: #bdd0c5;
}

.dx-venue-panel .dx-panel-header h2 {
  color: #fff;
}

.dx-venue-place {
  margin: 14px 0 0;
  color: #c6d7cf;
  font-size: 0.82rem;
}

.dx-address {
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.dx-address > span {
  color: #b7ccc1;
}

.dx-address p {
  margin: 7px 0 0;
  color: #f3f8f5;
  font-size: 0.84rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.dx-map-button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-top: 18px;
  padding: 9px 13px;
  border-radius: 12px;
  background: var(--dx-accent-bright);
  color: var(--dx-deep) !important;
  font-size: 0.81rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.dx-map-button:hover {
  box-shadow: 0 12px 25px rgba(0, 24, 18, 0.19);
  transform: translateY(-2px);
}

.dx-map-button .ui-icon {
  width: 17px;
  height: 17px;
}

.dx-map-button .ui-icon:last-child {
  justify-self: end;
}

.dx-contact-avatar {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  border-radius: 13px;
  background: #eaf2df;
  color: #3e6654;
  font-size: 0.8rem;
  font-weight: 850;
}

.dx-contact-description {
  margin: 15px 0;
  color: #60746b;
  font-size: 0.82rem;
  line-height: 1.55;
}

.dx-contact-person {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(155px, auto);
  gap: 12px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--dx-line);
}

.dx-contact-person > div {
  display: grid;
  gap: 4px;
}

.dx-contact-person > div > span {
  color: #71855f;
}

.dx-contact-person > div > strong {
  overflow-wrap: anywhere;
  color: var(--dx-ink);
  font-size: 0.86rem;
}

.dx-contact-person > a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 47px;
  padding: 8px 11px;
  border-radius: 12px;
  background: #edf4e7;
  text-decoration: none;
}

.dx-contact-person > a > .ui-icon {
  width: 18px;
  height: 18px;
  color: #386451;
}

.dx-contact-person > a > span {
  display: grid;
  gap: 1px;
}

.dx-contact-person > a small {
  color: #708179;
  font-size: 0.65rem;
}

.dx-contact-person > a strong {
  color: var(--dx-ink);
  font-size: 0.78rem;
}

.dx-mobile-back {
  display: none;
}

/* Motion */

@keyframes dx-pulse {
  from {
    opacity: 0.45;
    transform: scale(0.82);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dx-activity-card,
  .dx-card-arrow,
  .dx-map-button,
  .ui-desktop-nav a,
  .ui-country-button,
  .ui-account-button {
    transition: none;
  }

  .dx-live-status i {
    animation: none !important;
  }
}

/* Tablet */

@media (max-width: 1050px) {
  .dx-filter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dx-filter:nth-child(4) {
    border-right: 0;
  }

  .dx-filter:nth-child(n + 5) {
    border-top: 1px solid #dbe4dc;
  }

  .dx-filter-grid::after {
    min-height: 58px;
    background: rgba(255, 255, 255, 0.98);
    content: "";
  }

  .dx-detail-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dx-quick-facts {
    max-width: 680px;
  }

  .dx-detail-content {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}

/* Mobile application layout */

@media (max-width: 760px) {
  body.public-application {
    background: #f1f5ef;
  }

  .ui-header-inner {
    width: calc(100% - 24px);
    min-height: 64px;
  }

  .ui-brand-text small {
    display: none;
  }

  .ui-country-button span,
  .ui-account-button span {
    display: none;
  }

  .ui-country-button,
  .ui-account-button {
    min-width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 7px;
    border-radius: 13px;
  }

  .ui-country-button img {
    width: 25px;
  }

  .dx-directory,
  .dx-detail {
    width: 100%;
    padding: 12px 12px calc(98px + env(safe-area-inset-bottom));
  }

  .dx-discovery,
  .dx-detail-hero {
    border-radius: 22px;
  }

  .dx-discovery {
    padding: 18px 14px 15px;
  }

  .dx-discovery-header {
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .dx-heading {
    gap: 11px;
  }

  .dx-heading-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .dx-heading h1 {
    font-size: 1.65rem;
  }

  .dx-heading p {
    font-size: 0.65rem;
  }

  .dx-result-count {
    min-width: auto;
  }

  .dx-result-count strong {
    font-size: 1.5rem;
  }

  .dx-result-count span {
    display: none;
  }

  .dx-search-box {
    min-height: 56px;
    border-radius: 14px 14px 0 0;
  }

  .dx-search-icon {
    width: 45px;
  }

  .dx-search-box input {
    min-height: 54px;
    font-size: 1rem;
  }

  .dx-live-status {
    margin: 0 8px 0 5px;
    padding: 6px 8px;
  }

  .dx-live-status i {
    width: 6px;
    height: 6px;
  }

  .dx-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 0 0 14px 14px;
  }

  .dx-filter {
    min-height: 61px;
    border-top: 1px solid #dbe4dc;
  }

  .dx-filter:nth-child(2n) {
    border-right: 0;
  }

  .dx-filter:nth-child(4) {
    border-right: 0;
  }

  .dx-filter-grid::after {
    display: none;
  }

  .dx-filter > span {
    font-size: 0.65rem;
  }

  .dx-filter select {
    font-size: 0.84rem;
  }

  .dx-filter-footer {
    align-items: flex-start;
  }

  .dx-filter-footer p {
    max-width: 65%;
    line-height: 1.4;
  }

  .dx-results {
    padding-top: 22px;
  }

  .dx-results-header {
    align-items: center;
  }

  .dx-results-header h2 {
    font-size: 1.25rem;
  }

  .dx-results-header > p {
    display: none;
  }

  .dx-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dx-activity-card {
    min-height: 245px;
    padding: 17px;
    border-radius: 19px;
  }

  .dx-card-content h3 {
    font-size: 1.55rem;
  }

  .dx-card-schedule {
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .dx-card-schedule::-webkit-scrollbar {
    display: none;
  }

  .dx-card-schedule > span {
    flex: 0 0 auto;
  }

  .dx-empty {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 21px;
  }

  .dx-empty > a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .dx-detail {
    padding-top: 12px;
  }

  .dx-detail-hero {
    padding: 17px;
  }

  .dx-breadcrumb {
    font-size: 0.7rem;
  }

  .dx-detail-intro {
    gap: 20px;
    padding-top: 20px;
  }

  .dx-detail-identity h1 {
    margin-top: 6px;
    font-size: 2.15rem;
  }

  .dx-detail-identity > p {
    align-items: flex-start;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .dx-quick-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dx-quick-facts > div {
    min-height: 74px;
    padding: 10px;
  }

  .dx-quick-facts strong {
    font-size: 0.79rem;
  }

  .dx-detail-content {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 12px;
  }

  .dx-detail-side {
    gap: 12px;
  }

  .dx-panel {
    border-radius: 19px;
  }

  .dx-schedule-panel,
  .dx-contact-panel,
  .dx-venue-panel {
    padding: 17px;
  }

  .dx-panel-header h2 {
    font-size: 1.1rem;
  }

  .dx-mobile-back {
    display: block;
    margin-top: 12px;
    padding: 13px;
    border: 1px solid var(--dx-line);
    border-radius: 13px;
    background: #fff;
    color: var(--dx-ink);
    text-align: center;
    font-size: 0.82rem;
    font-weight: 750;
    text-decoration: none;
  }
}

@media (max-width: 430px) {
  .dx-result-count {
    display: none;
  }

  .dx-live-status {
    font-size: 0;
    gap: 0;
  }

  .dx-live-status i {
    margin: 0;
  }

  .dx-card-top {
    align-items: flex-start;
  }

  .dx-card-chips {
    max-width: 55%;
  }

  .dx-date-block {
    min-width: 105px;
  }

  .dx-quick-facts {
    grid-template-columns: 1fr 1fr;
  }

  .dx-quick-facts > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .dx-quick-facts > div:nth-child(2) {
    border-right: 0;
  }

  .dx-quick-facts > div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .dx-session {
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 10px;
  }

  .dx-contact-person {
    grid-template-columns: 1fr;
  }

  .dx-contact-person > a {
    justify-content: center;
  }
}

@media (max-width: 350px) {
  .dx-filter-grid {
    grid-template-columns: 1fr;
  }

  .dx-filter {
    border-right: 0;
  }

  .dx-card-top {
    display: grid;
  }

  .dx-card-chips {
    max-width: none;
    justify-content: flex-start;
  }
}

/* DAWAH ACTIVITY DIRECTORY V7 */

body.public-application .d7-directory {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0 80px;
  color: #0a352c;
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Inter,
    system-ui,
    sans-serif;
}

.d7-directory *,
.d7-picker-menu * {
  box-sizing: border-box;
}

.d7-hidden,
.d7-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip-path: inset(50%) !important;
}

.d7-finder {
  position: relative;
  isolation: isolate;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 86% -45%,
      rgba(197,236,103,.42),
      transparent 38%
    ),
    linear-gradient(128deg, #03382d 0%, #075440 62%, #0a4538 100%);
  box-shadow:
    0 28px 70px rgba(3,48,38,.18),
    inset 0 1px rgba(255,255,255,.1);
}

.d7-finder::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to right, black, transparent);
  content: "";
}

.d7-finder-header {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 17px;
}

.d7-title {
  display: flex;
  align-items: center;
  gap: 13px;
}

.d7-title-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  color: #def69a;
}

.d7-title-icon .ui-icon {
  width: 21px;
  height: 21px;
}

.d7-title > div > span {
  display: block;
  color: #b9d3c6;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.public-application .ui-main .d7-title h1 {
  margin: 2px 0 0 !important;
  color: #fff !important;
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Inter,
    system-ui,
    sans-serif !important;
  font-size: clamp(1.65rem, 2.6vw, 2.25rem) !important;
  font-weight: 720 !important;
  line-height: 1.05 !important;
  letter-spacing: -.045em !important;
}

.d7-count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.d7-count strong {
  color: #def69a;
  font-size: 1.75rem;
  line-height: 1;
}

.d7-count span {
  max-width: 100px;
  color: #c7dbd1;
  font-size: .74rem;
  line-height: 1.35;
}

.d7-search-form {
  position: relative;
  z-index: 10;
}

.d7-search {
  display: flex;
  min-height: 58px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 15px 35px rgba(0,28,21,.16);
}

.d7-search-symbol {
  display: grid;
  place-items: center;
  width: 54px;
  flex: 0 0 auto;
  color: #3b6759;
}

.d7-search-symbol .ui-icon {
  width: 21px;
  height: 21px;
}

.d7-search input {
  min-width: 0;
  min-height: 56px;
  flex: 1;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0a352c;
  font: inherit;
  font-size: 1rem;
}

.d7-search input::placeholder {
  color: #87968f;
}

.d7-clear-search {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #edf2e9;
  color: #315b4e;
  cursor: pointer;
  font-size: 1.25rem;
}

.d7-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ecf5df;
  color: #46673d;
  font-size: .68rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.d7-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #73a64d;
  box-shadow: 0 0 0 4px rgba(115,166,77,.13);
}

.d7-search-form[data-loading="true"] .d7-live {
  background: #fff1c9;
  color: #725714;
}

.d7-search-form[data-loading="true"] .d7-live i {
  background: #d7a72e;
  animation: d7-pulse .7s infinite alternate;
}

.d7-filter-rail {
  display: grid;
  grid-template-columns:
    1fr
    1fr
    1fr
    1.2fr
    1fr
    .9fr
    .9fr;
  gap: 8px;
  margin-top: 9px;
}

.d7-filter {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 4px;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  color: #fff;
  transition:
    border-color .16s ease,
    background .16s ease,
    transform .16s ease;
}

.d7-filter:hover,
.d7-filter:focus-within {
  border-color: rgba(220,245,154,.46);
  background: rgba(255,255,255,.15);
  transform: translateY(-1px);
}

.d7-filter > span {
  color: #afc9bd;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.d7-picker-button {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 28px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  text-align: left;
}

.d7-picker-button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.d7-picker-button::after {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #c9dbd2;
  border-bottom: 1.5px solid #c9dbd2;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform .16s ease;
}

.d7-picker-button[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.d7-picker-menu {
  position: fixed;
  z-index: 2000;
  display: grid;
  max-height: 310px;
  overflow-y: auto;
  padding: 7px;
  border: 1px solid rgba(9,54,43,.12);
  border-radius: 15px;
  background: rgba(255,255,255,.98);
  box-shadow:
    0 24px 60px rgba(3,44,35,.2),
    0 5px 15px rgba(3,44,35,.08);
  backdrop-filter: blur(18px);
}

.d7-picker-menu[hidden] {
  display: none;
}

.d7-picker-option {
  width: 100%;
  min-height: 41px;
  padding: 9px 11px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #153c32;
  cursor: pointer;
  font: inherit;
  font-size: .84rem;
  font-weight: 600;
  text-align: left;
}

.d7-picker-option:hover,
.d7-picker-option:focus-visible {
  outline: 0;
  background: #edf4e7;
}

.d7-picker-option[aria-selected="true"] {
  background: #dff0bd;
  color: #123e31;
  font-weight: 800;
}

.d7-filter-footer {
  display: flex;
  min-height: 27px;
  align-items: end;
  justify-content: space-between;
  padding: 9px 3px 0;
}

.d7-filter-footer span,
.d7-filter-footer a {
  color: #bdd2c7;
  font-size: .7rem;
}

.d7-filter-footer a {
  color: #def69a;
  font-weight: 750;
  text-decoration: none;
}

/* Results */

.d7-results {
  min-height: 200px;
  padding-top: 25px;
  transition: opacity .16s ease;
}

.d7-results[aria-busy="true"] {
  opacity: .42;
  pointer-events: none;
}

.d7-results-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 13px;
  padding: 0 3px;
}

.d7-results-header span {
  color: #6a815f;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.public-application .ui-main .d7-results-header h2 {
  margin: 3px 0 0;
  color: #0a352c;
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Inter,
    system-ui,
    sans-serif;
  font-size: 1.35rem;
  letter-spacing: -.035em;
}

.d7-results-header p {
  margin: 0;
  color: #71837b;
  font-size: .75rem;
}

.d7-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 13px;
}

.d7-card {
  position: relative;
  display: grid;
  grid-template-columns: 125px minmax(0,1fr) auto;
  min-width: 0;
  min-height: 158px;
  overflow: hidden;
  border: 1px solid rgba(9,58,46,.11);
  border-radius: 19px;
  background: #fff;
  box-shadow:
    0 14px 38px rgba(5,50,40,.065),
    inset 0 1px rgba(255,255,255,.9);
  cursor: pointer;
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.d7-card:hover,
.d7-card:focus-visible {
  outline: 0;
  border-color: rgba(72,129,93,.35);
  box-shadow:
    0 23px 55px rgba(4,49,39,.13),
    inset 0 1px rgba(255,255,255,.9);
  transform: translateY(-4px);
}

.d7-time-ticket {
  position: relative;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 19px;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(213,240,135,.28),
      transparent 55%
    ),
    linear-gradient(145deg, #043b30, #086049);
  color: #fff;
}

.d7-time-ticket::before,
.d7-time-ticket::after {
  position: absolute;
  right: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f3f6f1;
  content: "";
}

.d7-time-ticket::before {
  top: -8px;
}

.d7-time-ticket::after {
  bottom: -8px;
}

.d7-time-ticket > span {
  color: #d9f18d;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.d7-time-ticket strong {
  color: #fff;
  font-size: 1.08rem;
  font-variant-numeric: tabular-nums;
}

.d7-time-ticket small {
  color: #c3d7ce;
  font-size: .68rem;
}

.d7-card-body {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: 17px 18px;
}

.d7-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 7px;
}

.d7-card-tags span {
  padding: 4px 7px;
  border-radius: 999px;
  background: #ecf3e5;
  color: #56734e;
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

body.public-application .ui-main .d7-card h3 {
  margin: 0 0 9px;
  color: #0a352c;
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Inter,
    system-ui,
    sans-serif;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.d7-card-body > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.d7-card-body > p > .ui-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #4e745f;
}

.d7-card-body > p > span {
  display: grid;
  gap: 1px;
}

.d7-card-body > p strong {
  color: #466158;
  font-size: .78rem;
}

.d7-card-body > p small {
  color: #7a8b84;
  font-size: .69rem;
}

.d7-more-sessions {
  margin-top: 7px;
  color: #698078;
  font-size: .68rem;
}

.d7-card-actions {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
}

.d7-card-actions > a,
.d7-open-card {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 12px;
}

.d7-card-actions > a {
  position: relative;
  z-index: 3;
  background: #eaf3df;
  color: #396450;
}

.d7-open-card {
  background: #073d30;
  color: #fff;
  transition: transform .17s ease;
}

.d7-card:hover .d7-open-card {
  transform: translateX(3px);
}

.d7-card-actions .ui-icon {
  width: 17px;
  height: 17px;
}

.d7-empty {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 17px;
  align-items: center;
  min-height: 145px;
  padding: 25px;
  border: 1px solid rgba(9,58,46,.11);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(5,50,40,.065);
}

.d7-empty > span {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  border-radius: 15px;
  background: #eaf3df;
  color: #416c56;
}

.d7-empty h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.d7-empty p {
  margin: 0;
  color: #687c73;
  font-size: .82rem;
}

.d7-empty > a {
  padding: 11px 15px;
  border-radius: 11px;
  background: #073d30;
  color: #fff;
  font-size: .78rem;
  font-weight: 750;
  text-decoration: none;
}

.d7-pagination {
  display: grid;
  grid-template-columns: 95px auto 95px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 23px;
}

.d7-pagination a {
  padding: 10px;
  border: 1px solid rgba(9,58,46,.12);
  border-radius: 10px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-size: .77rem;
  font-weight: 700;
}

.d7-pagination p {
  margin: 0;
  color: #74867e;
  font-size: .75rem;
}

@keyframes d7-pulse {
  from {
    opacity: .4;
    transform: scale(.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1050px) {
  .d7-filter-rail {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }

  .d7-card {
    grid-template-columns: 112px minmax(0,1fr) auto;
  }
}

@media (max-width: 760px) {
  body.public-application .d7-directory {
    width: 100%;
    padding: 12px 12px calc(96px + env(safe-area-inset-bottom));
  }

  .d7-finder {
    padding: 16px 13px 13px;
    border-radius: 21px;
  }

  .d7-finder-header {
    min-height: 45px;
    margin-bottom: 13px;
  }

  .d7-title-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  body.public-application .ui-main .d7-title h1 {
    font-size: 1.45rem !important;
  }

  .d7-title > div > span {
    font-size: .61rem;
  }

  .d7-count span {
    display: none;
  }

  .d7-count strong {
    font-size: 1.45rem;
  }

  .d7-search {
    min-height: 54px;
  }

  .d7-search-symbol {
    width: 44px;
  }

  .d7-search input {
    min-height: 52px;
    font-size: 1rem;
  }

  .d7-live {
    margin-right: 7px;
    padding: 7px;
  }

  .d7-live b {
    display: none;
  }

  .d7-filter-rail {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    margin-right: -13px;
    padding: 1px 13px 5px 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .d7-filter-rail::-webkit-scrollbar {
    display: none;
  }

  .d7-filter {
    min-width: 142px;
    flex: 0 0 142px;
    scroll-snap-align: start;
  }

  .d7-country-filter {
    min-width: 125px;
    flex-basis: 125px;
  }

  .d7-filter-footer {
    padding-top: 5px;
  }

  .d7-results {
    padding-top: 20px;
  }

  .d7-results-header p {
    display: none;
  }

  .d7-card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .d7-card {
    min-height: 145px;
    grid-template-columns: 102px minmax(0,1fr) auto;
    border-radius: 17px;
  }

  .d7-time-ticket {
    padding: 14px;
  }

  .d7-card-body {
    padding: 14px;
  }

  .d7-card-actions {
    padding: 10px;
  }

  .d7-card-actions > a,
  .d7-open-card {
    width: 36px;
    height: 36px;
  }

  .d7-picker-menu {
    top: auto !important;
    right: 12px !important;
    bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    left: 12px !important;
    width: auto !important;
    max-height: 42vh;
    padding: 9px;
    border-radius: 18px;
    box-shadow: 0 25px 80px rgba(0,25,19,.32);
  }
}

@media (max-width: 440px) {
  .d7-card {
    grid-template-columns: 91px minmax(0,1fr) 45px;
  }

  .d7-card-tags span:nth-child(n + 2) {
    display: none;
  }

  body.public-application .ui-main .d7-card h3 {
    font-size: 1.15rem;
  }

  .d7-card-body > p small {
    display: none;
  }

  .d7-card-actions {
    padding: 7px;
  }

  .d7-empty {
    grid-template-columns: auto minmax(0,1fr);
  }

  .d7-empty > a {
    grid-column: 1 / -1;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .d7-card,
  .d7-open-card,
  .d7-filter {
    transition: none;
  }

  .d7-live i {
    animation: none !important;
  }
}

/* DAWAH ACTIVITIES FINAL POLISH */

/* Correct active navigation */

body.public-application .ui-desktop-nav a,
body.public-application .ui-mobile-nav a {
  background: transparent !important;
  color: #173d33 !important;
  box-shadow: none !important;
}

body.public-application .ui-desktop-nav a[aria-current="page"] {
  background: #e8efe3 !important;
  color: #082f27 !important;
  box-shadow:
    inset 0 0 0 1px rgba(12, 63, 50, 0.035) !important;
}

body.public-application .ui-mobile-nav a[aria-current="page"] {
  background: #e4efd7 !important;
  color: #083a2e !important;
}

/* Fully reset inherited input styling */

body.public-application .d7-search,
body.public-application .d7-search:focus-within {
  min-height: 54px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  outline: 0 !important;
  box-shadow: 0 13px 30px rgba(0, 28, 21, 0.14) !important;
}

body.public-application .d7-search input,
body.public-application .d7-search input:hover,
body.public-application .d7-search input:focus,
body.public-application .d7-search input:active {
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 8px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #113c31 !important;
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Inter,
    system-ui,
    sans-serif !important;
  font-size: 0.94rem !important;
  font-weight: 450 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

body.public-application .d7-search input::placeholder {
  color: #7c9189 !important;
  font: inherit !important;
  opacity: 1 !important;
}

body.public-application
.d7-search
input::-webkit-search-cancel-button,
body.public-application
.d7-search
input::-webkit-search-decoration,
body.public-application
.d7-search
input::-webkit-search-results-button,
body.public-application
.d7-search
input::-webkit-search-results-decoration {
  display: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

/* Clean custom clear button */

body.public-application .d7-clear-search {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: #edf3e9 !important;
  box-shadow: none !important;
  font-size: 0 !important;
}

.d7-clear-search::before,
.d7-clear-search::after {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 12px;
  height: 1.5px;
  border-radius: 2px;
  background: #44695c;
  content: "";
}

.d7-clear-search::before {
  transform: rotate(45deg);
}

.d7-clear-search::after {
  transform: rotate(-45deg);
}

.d7-clear-search:hover {
  background: #dfeadc !important;
}

/* Smaller, properly anchored dropdown */

body .d7-picker-menu {
  max-height: 220px !important;
  padding: 5px !important;
  border-radius: 11px !important;
  box-shadow:
    0 17px 42px rgba(3, 44, 35, 0.18),
    0 3px 9px rgba(3, 44, 35, 0.07) !important;
}

body .d7-picker-option {
  min-height: 36px !important;
  padding: 7px 9px !important;
  border-radius: 7px !important;
  font-size: 0.78rem !important;
}

body .d7-picker-option[aria-selected="true"] {
  background: #e1efc5 !important;
}

/* Mobile filter controller */

.d7-mobile-filter-bar {
  display: none;
}

@media (max-width: 760px) {
  body.public-application .d7-finder {
    padding: 13px 11px 10px !important;
    border-radius: 19px !important;
  }

  body.public-application .d7-finder-header {
    min-height: 38px !important;
    margin-bottom: 10px !important;
  }

  body.public-application .d7-title {
    gap: 9px !important;
  }

  body.public-application .d7-title-icon {
    width: 37px !important;
    height: 37px !important;
    border-radius: 11px !important;
  }

  body.public-application .d7-title-icon .ui-icon {
    width: 18px !important;
    height: 18px !important;
  }

  body.public-application .ui-main .d7-title h1 {
    margin-top: 1px !important;
    font-size: 1.3rem !important;
  }

  body.public-application .d7-title > div > span {
    font-size: 0.57rem !important;
  }

  body.public-application .d7-count strong {
    font-size: 1.25rem !important;
  }

  body.public-application .d7-search,
  body.public-application .d7-search:focus-within {
    min-height: 48px !important;
    border-radius: 13px !important;
  }

  body.public-application .d7-search-symbol {
    width: 40px !important;
  }

  body.public-application .d7-search-symbol .ui-icon {
    width: 18px !important;
    height: 18px !important;
  }

  body.public-application .d7-search input,
  body.public-application .d7-search input:focus {
    height: 46px !important;
    min-height: 46px !important;
    padding-right: 4px !important;
    font-size: 0.81rem !important;
  }

  body.public-application .d7-live {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    margin: 0 7px 0 4px !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  body.public-application .d7-live i {
    width: 6px !important;
    height: 6px !important;
  }

  body.public-application .d7-clear-search {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
    min-height: 27px !important;
  }

  .d7-clear-search::before,
  .d7-clear-search::after {
    top: 13px;
    left: 8px;
    width: 11px;
  }

  .d7-mobile-filter-bar {
    display: flex;
    min-height: 31px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 2px 3px;
  }

  .d7-mobile-filter-bar > span {
    color: #bed1c7;
    font-size: 0.64rem;
    font-weight: 750;
    letter-spacing: 0.065em;
    text-transform: uppercase;
  }

  .d7-mobile-filter-bar > button {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 29px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    color: #e9f3ee;
    font: inherit;
    font-size: 0.68rem;
  }

  .d7-filter-button-icon {
    display: grid;
    width: 13px;
    gap: 2px;
  }

  .d7-filter-button-icon i {
    display: block;
    width: 13px;
    height: 1px;
    background: #d8e9e0;
  }

  .d7-filter-button-icon i:nth-child(2) {
    width: 9px;
  }

  .d7-filter-button-icon i:nth-child(3) {
    width: 5px;
  }

  body.public-application .d7-filter-rail {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.public-application
  .d7-filter-rail
  .d7-country-filter,
  body.public-application
  .d7-filter-rail
  .d7-filter:nth-child(n + 4) {
    display: none;
  }

  body.public-application
  .d7-filter-rail.is-expanded
  .d7-filter {
    display: grid;
  }

  body.public-application .d7-filter {
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 6px 9px !important;
    border-radius: 10px !important;
  }

  body.public-application .d7-filter > span {
    font-size: 0.55rem !important;
  }

  body.public-application .d7-picker-button {
    min-height: 22px !important;
    font-size: 0.74rem !important;
  }

  body.public-application .d7-filter-footer {
    min-height: 19px !important;
    padding: 6px 2px 0 !important;
  }

  body.public-application .d7-filter-footer span,
  body.public-application .d7-filter-footer a {
    font-size: 0.61rem !important;
  }

  body .d7-picker-menu {
    max-height: 190px !important;
    padding: 5px !important;
    border-radius: 11px !important;
  }

  body .d7-picker-option {
    min-height: 35px !important;
    font-size: 0.77rem !important;
  }
}