.npsn-rtz {
  --navy: #03294f;
  --blue: #1978b5;
  --red: #b80e1b;
  box-sizing: border-box;
  width: 90%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d3d8dd;
  color: var(--navy);
  background: #f4f8fb;
  /* Typography intentionally inherits the active Elementor/theme font. */
  text-transform: uppercase;
}

.npsn-rtz, .npsn-rtz * { box-sizing: border-box; }
.npsn-rtz .npsn-rtz-header { padding: 13px 16px 12px; text-align: center; }
.npsn-rtz .npsn-rtz-brand { display: none; }
.npsn-rtz .npsn-rtz-header h2 { margin: 14px 0 7px; color: var(--navy); font-style: italic; font-weight: 600; font-size: clamp(24px, 4.6vw, 24px); line-height: 1; letter-spacing: .01em; text-transform: uppercase; }
.npsn-rtz .npsn-rtz-header h2 span, .npsn-rtz .npsn-rtz-rule span { color: var(--red); }
.npsn-rtz .npsn-rtz-header h2 span { display: inline-block; min-width: 47px; padding-bottom: 3px; border-bottom: 2px solid var(--red); font-size: .43em; letter-spacing: .06em; }
.npsn-rtz .npsn-rtz-header p { margin: 0; color: var(--navy); font-style: italic; font-weight: 600; font-size: clamp(15px, 2.3vw, 16px); line-height: 1.2; letter-spacing: .035em; }
.npsn-rtz .npsn-rtz-header p b { color: var(--red); }

.npsn-rtz .npsn-rtz-banner { position: relative; display: grid; grid-template-columns: 96px minmax(0, 1fr) 112px; align-items: center; gap: 7px; min-height: 96px; margin: 5px 0 18px; padding: 0 6px; color: #fff; background: transparent; text-align: center; font-style: italic; }
.npsn-rtz .npsn-rtz-banner::before { content: ''; position: absolute; z-index: 0; top: 10px; right: 65px; bottom: 10px; left: 65px; background: var(--navy); }
.npsn-rtz .npsn-rtz-banner > * { position: relative; z-index: 1; }
.npsn-rtz .npsn-rtz-banner strong, .npsn-rtz .npsn-rtz-banner div > span { display: block; font-size: clamp(17px, 2.7vw, 18px); line-height: 1.2; }
.npsn-rtz .npsn-rtz-banner div > span { color: #1399f5; }
.npsn-rtz .npsn-rtz-clock { position: relative; z-index: 2; display: block; width: 90px; height: 90px; margin-right: -22px; border: 12px solid #fff; border-radius: 50px; background: #fff; color: var(--navy); }
.npsn-rtz .npsn-rtz-clock img { display: block; width: 100%; height: 100%; object-fit: contain; }
.npsn-rtz .npsn-rtz-clock::before, .npsn-rtz .npsn-rtz-clock::after, .npsn-rtz .npsn-rtz-clock i { display: none; content: none; }
.npsn-rtz .npsn-rtz-map { position: relative; width: 112px; height: 72px; transform: translateX(12px); }
.npsn-rtz .npsn-rtz-map-svg { display: block; width: 100%; height: 100%; }
.npsn-rtz .npsn-rtz-state { fill: #8098b3; stroke: rgba(255,255,255,.55); stroke-width: 2; }
.npsn-rtz .npsn-rtz-state.is-active { fill: #0d7fd6; }
.npsn-rtz .npsn-rtz-state.is-partial { fill: #2e72ac; }

.npsn-rtz .npsn-rtz-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 10px; padding: 0 1.5% 20px; }
.npsn-rtz .npsn-rtz-grid::after { content: '&'; position: absolute; z-index: 3; top: 42%; left: 50%; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: #fff; background: var(--navy); font-size: 35px; font-weight: 700; transform: translate(-50%, -50%); }
.npsn-rtz .npsn-rtz-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #c5ccd3; border-radius: 12px; background: #fff; box-shadow: 0 1px 3px rgba(3,41,79,.12); text-align: center; }
.npsn-rtz .npsn-rtz-name { display: flex; align-items: center; justify-content: center; min-height: 36px; margin: 3px 4px 0; color: var(--navy); font-weight: 700; font-size: clamp(18px, 2.2vw, 19px); line-height: .98; letter-spacing: .01em; text-transform: capitalize; }
.npsn-rtz .npsn-rtz-rule { display: flex; align-items: center; gap: 7px; margin: 0 16px 11px; }
.npsn-rtz .npsn-rtz-rule::before, .npsn-rtz .npsn-rtz-rule::after { content: ''; height: 2px; flex: 1; background: var(--red); }
.npsn-rtz .npsn-rtz-rule span { font-size: 17px; }

.npsn-rtz .npsn-rtz-badge { position: relative; display: grid; place-items: center; width: 90px; height: 90px; margin: 0 auto 14px; border: 6px double #fff; border-radius: 50%; color: #fff; background: var(--navy); box-shadow: 0 0 0 5px var(--navy); }
.npsn-rtz .npsn-rtz-photo { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.npsn-rtz .npsn-rtz-clipboard-svg { width: 36px; height: 36px; color: #fff; }
.npsn-rtz .npsn-rtz-badge strong { position: absolute; bottom: -11px; min-width: 90px; padding: 2px 12px; color: #fff; background: var(--navy); font-size: 16px; letter-spacing: .08em; }

.npsn-rtz .npsn-rtz-contact { min-height: 103px; padding: 5px 13px 10px; text-transform: none; }
.npsn-rtz .npsn-rtz-contact a { display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0; gap: 8px; margin: 7px 0; color: var(--navy); font-weight: 700; font-size: clamp(13px, 1vw, 11px); line-height: 1.1; text-align: left; text-decoration: none; overflow: visible; overflow-wrap: anywhere; }
.npsn-rtz .npsn-rtz-contact-icon { display: grid; place-items: center; flex: 0 0 35px; width: 35px; height: 35px; margin-left: 0; border-radius: 50%; color: var(--navy); background: #dcecf7; transform: none; }
.npsn-rtz .npsn-rtz-contact-icon svg { width: 20px; height: 20px; fill: currentColor; }
.npsn-rtz .npsn-rtz-placeholder-contact { display: flex; align-items: center; justify-content: center; }
.npsn-rtz .npsn-rtz-placeholder-contact p { margin: 0; color: var(--navy); font-style: italic; font-weight: 600; font-size: clamp(15px, 2vw, 19px); line-height: 1.2; }

.npsn-rtz .npsn-rtz-card-footer { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 80px; margin-top: auto; padding: 9px; color: #fff; background: var(--navy); font-size: clamp(10px, 1.9vw, 12px); letter-spacing: .04em; text-align: left; }
.npsn-rtz .npsn-rtz-shield { flex: 0 0 40px; width: 42px; height: 42px; }
.npsn-rtz .npsn-rtz-cta { padding: 10px 15px; border-top: 2px solid var(--red); text-align: center; }
.npsn-rtz .npsn-rtz-cta strong, .npsn-rtz .npsn-rtz-cta span { display: block; color: var(--navy); font-size: clamp(18px, 3vw, 20px); line-height: 1.5; }
.npsn-rtz .npsn-rtz-cta span { font-size: clamp(15px, 2.2vw, 21px); font-style: italic; }
.npsn-rtz .npsn-rtz-bottom { display: grid; grid-template-columns: 35px max-content minmax(0, 1fr); align-items: center; width: 100%; gap: 16px; padding: 11px 4%; color: #fff; background: var(--navy); font-size: clamp(15px, 2vw, 20px); text-align: left; }
.npsn-rtz .npsn-rtz-globe { width: 35px; height: 35px; color: #fff; }
.npsn-rtz .npsn-rtz-bottom strong { padding-right: 16px; border-right: 1px solid rgba(255,255,255,.7); white-space: nowrap; }
.npsn-rtz .npsn-rtz-bottom span { color: #168ee2; font-size: .78em; font-style: italic; }
.npsn-rtz-error { padding: 12px; border-left: 4px solid #bd101b; background: #fff4f4; }

.npsn-rtz-all {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
  width: 90%;
  margin: 12px auto;
}
.npsn-rtz-all > .npsn-rtz { width: 100%; margin: 0; }
.npsn-rtz-all .npsn-rtz-brand { font-size: clamp(39px, 11vw, 42px); }
.npsn-rtz-all .npsn-rtz-header h2 { font-size: clamp(24px, 4.6vw, 24px); }
.npsn-rtz-all .npsn-rtz-header h2 span { min-width: 35px; }
.npsn-rtz-all .npsn-rtz-header p { font-size: clamp(12px, 1.35vw, 16px); }
.npsn-rtz-all .npsn-rtz-banner strong,
.npsn-rtz-all .npsn-rtz-banner div > span { font-size: clamp(17px, 2.7vw, 18px); }
.npsn-rtz-all .npsn-rtz-name { min-height: 36px; font-size: clamp(18px, 2.2vw, 19px); line-height: .98; text-transform: capitalize; }
.npsn-rtz-all .npsn-rtz-contact a { font-size: clamp(13px, 1vw, 11px); }
.npsn-rtz-all .npsn-rtz-card-footer { font-size: clamp(10px, 1.9vw, 12px); }
.npsn-rtz-all .npsn-rtz-cta strong, .npsn-rtz-all .npsn-rtz-cta span { font-size: clamp(18px, 3vw, 20px); line-height: 1.5; }
.npsn-rtz-all .npsn-rtz-cta span { font-size: clamp(13px, 1.6vw, 16px); line-height: 1.3; }
.npsn-rtz-all .npsn-rtz-bottom { font-size: clamp(13px, 1.35vw, 17px); }
.npsn-rtz-all .npsn-rtz-bottom span { width: 100%; font-size: clamp(10px, 1vw, 13px); line-height: 1.35; white-space: nowrap; }

@media (max-width: 600px) {
	.npsn-rtz-all { grid-template-columns: 1fr; gap: 16px; }
	.npsn-rtz-all .npsn-rtz-brand { font-size: clamp(39px, 11vw, 42px); }
	.npsn-rtz-all .npsn-rtz-header h2 { font-size: clamp(24px, 4.6vw, 24px); }
	.npsn-rtz-all .npsn-rtz-header p { font-size: clamp(14px, 4.5vw, 16px); }
  .npsn-rtz .npsn-rtz-header { padding: 20px 10px 12px; }
  .npsn-rtz .npsn-rtz-header h2 span { display: none; }
  .npsn-rtz .npsn-rtz-banner { grid-template-columns: 58px minmax(0, 1fr); min-height: 74px; margin-inline: 0; padding: 7px 10px; }
  .npsn-rtz .npsn-rtz-banner strong,
  .npsn-rtz .npsn-rtz-banner div > span,
  .npsn-rtz-all .npsn-rtz-banner strong,
  .npsn-rtz-all .npsn-rtz-banner div > span { font-size: clamp(8px, 1.7vw, 13px); line-height: 1.2; }
  .npsn-rtz .npsn-rtz-banner::before { top: 8px; right: 8px; bottom: 8px; left: 42px; }
  .npsn-rtz .npsn-rtz-clock { width: 54px; height: 54px; margin-right: -10px; border-width: 7px; border-radius: 50px; }
  .npsn-rtz .npsn-rtz-map { display: none; }
  .npsn-rtz .npsn-rtz-grid { grid-template-columns: 1fr; gap: 14px; padding: 0 12px 18px; }
  .npsn-rtz .npsn-rtz-grid::after { display: none; }
  .npsn-rtz .npsn-rtz-contact { padding-inline: 12px; }
  .npsn-rtz .npsn-rtz-bottom { grid-template-columns: 30px 1fr; gap: 8px 10px; text-align: left; }
  .npsn-rtz .npsn-rtz-globe { width: 30px; height: 30px; }
  .npsn-rtz .npsn-rtz-bottom span { grid-column: 2; }
}
