.nwb-nr-shell-wrap {
  background:
    radial-gradient(circle at top left, rgba(31, 124, 236, 0.09), transparent 28%),
    linear-gradient(180deg, #f6f8fc 0%, #eef3fb 100%);
  min-height: 100vh;
}

.nwb-nr-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 72px;
  color: #13233b;
}

.nwb-nr-hero {
  background: linear-gradient(135deg, #16345d 0%, #244e82 60%, #2f6aa9 100%);
  color: #fff;
  border-radius: 24px;
  padding: 38px 34px 34px;
  box-shadow: 0 28px 70px rgba(17, 41, 74, 0.18);
  margin-bottom: 24px;
}

.nwb-nr-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 0.95rem;
}

.nwb-nr-back:hover {
  color: #fff;
  text-decoration: none;
}

.nwb-nr-eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0.82;
}

.nwb-nr-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.nwb-nr-subtitle {
  margin: 14px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.65;
}

.nwb-nr-actions,
.nwb-nr-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nwb-nr-actions {
  margin-top: 22px;
}

.nwb-nr-btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.nwb-nr-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.nwb-nr-btn--solid {
  background: #fff;
  color: #16345d;
  box-shadow: 0 12px 26px rgba(14, 32, 57, 0.14);
}

.nwb-nr-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  border-color: rgba(255, 255, 255, 0.22);
}

.nwb-nr-shell .nwb-nr-btn--ghost {
  color: #183256;
  border-color: #c7d4e8;
  background: #fff;
}

.nwb-nr-btn--small {
  padding: 10px 14px;
  font-size: 0.82rem;
}

.nwb-nr-callout,
.nwb-nr-body,
.nwb-nr-editor,
.nwb-nr-directory,
.nwb-nr-related,
.nwb-nr-disclaimer {
  background: #fff;
  border: 1px solid #dfe7f3;
  border-radius: 22px;
  box-shadow: 0 22px 55px rgba(18, 41, 74, 0.07);
}

.nwb-nr-callout {
  padding: 20px 22px;
  margin-bottom: 24px;
}

.nwb-nr-directory {
  padding: 26px 28px;
}

.nwb-nr-callout p {
  margin: 0;
  color: #39506f;
  line-height: 1.75;
}

.nwb-nr-grid {
  display: grid;
  gap: 18px;
}

.nwb-nr-link-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.nwb-nr-link-column + .nwb-nr-link-column {
  border-left: 1px solid #e4ebf2;
  padding-left: 28px;
}

.nwb-nr-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nwb-nr-link-list li + li {
  border-top: 1px solid #edf2f8;
}

.nwb-nr-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 0;
  color: #17325a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.nwb-nr-link-list a::after {
  content: "\203A";
  color: #5b79a2;
  font-size: 1.15rem;
  line-height: 1;
  flex: 0 0 auto;
}

.nwb-nr-link-list a:hover {
  color: #0d5fa7;
  text-decoration: none;
}

.nwb-nr-grid--section,
.nwb-nr-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nwb-nr-grid--resource {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nwb-nr-grid--oncall {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nwb-nr-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dfe7f3;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(18, 41, 74, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.nwb-nr-card:hover {
  text-decoration: none;
  color: inherit;
  border-color: #9eb9dc;
  box-shadow: 0 24px 58px rgba(18, 41, 74, 0.13);
  transform: translateY(-3px);
}

.nwb-nr-card-media {
  padding: 20px 20px 0;
}

.nwb-nr-card-media img {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #d7e2f2;
  background: #f2f6fc;
}

.nwb-nr-card-media--thumb img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.nwb-nr-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.nwb-nr-card-eyebrow {
  color: #3b5f91;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nwb-nr-card h3 {
  margin: 10px 0 8px;
  color: #17325a;
  font-size: 1.2rem;
  line-height: 1.25;
}

.nwb-nr-card p {
  margin: 0;
  color: #4a607e;
  line-height: 1.65;
}

.nwb-nr-card-link {
  margin-top: 16px;
  color: #17325a;
  font-weight: 700;
}

.nwb-nr-note {
  margin-top: 10px !important;
  font-size: 0.93rem;
  color: #6a7d98 !important;
}

.nwb-nr-body {
  padding: 28px 28px 30px;
  margin-top: 24px;
}

.nwb-nr-prose {
  color: #21344f;
  font-size: 1rem;
  line-height: 1.8;
}

.nwb-nr-prose h2,
.nwb-nr-prose h3,
.nwb-nr-prose h4 {
  color: #123056;
  line-height: 1.25;
  margin-top: 1.5em;
}

.nwb-nr-prose h2:first-child,
.nwb-nr-prose h3:first-child,
.nwb-nr-prose h4:first-child {
  margin-top: 0;
}

.nwb-nr-prose p,
.nwb-nr-prose ul,
.nwb-nr-prose ol,
.nwb-nr-prose table {
  margin: 0 0 1rem;
}

.nwb-nr-prose ul,
.nwb-nr-prose ol {
  padding-left: 1.4rem;
}

.nwb-nr-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.nwb-nr-prose td,
.nwb-nr-prose th {
  border: 1px solid #d8e3f1;
  padding: 10px 12px;
  vertical-align: top;
}

.nwb-nr-prose pre {
  white-space: pre-wrap;
}

.nwb-nr-plan-note {
  margin: 0;
  white-space: pre-wrap;
  font: inherit;
  color: #21344f;
  line-height: 1.8;
}

.nwb-nr-related {
  padding: 24px;
  margin-top: 24px;
}

.nwb-nr-section-head {
  margin-bottom: 18px;
}

.nwb-nr-section-head h2 {
  margin: 0;
  color: #123056;
  font-size: 1.35rem;
}

.nwb-nr-disclaimer {
  margin-top: 24px;
  padding: 18px 22px;
}

.nwb-nr-disclaimer p {
  margin: 0;
  color: #61738d;
  line-height: 1.7;
  font-size: 0.94rem;
}

.nwb-nr-exam-grid,
.nwb-nr-exam-list {
  display: grid;
  gap: 18px;
}

.nwb-nr-exam-card,
.nwb-nr-exam-accordion {
  border: 1px solid #dbe6f3;
  border-radius: 18px;
  background: #fbfdff;
  overflow: hidden;
}

.nwb-nr-exam-accordion[open] {
  box-shadow: 0 18px 42px rgba(18, 41, 74, 0.09);
}

.nwb-nr-exam-group {
  padding: 16px 18px 0;
  color: #47658b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nwb-nr-exam-head,
.nwb-nr-exam-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.nwb-nr-exam-summary {
  list-style: none;
  padding: 18px;
  cursor: pointer;
}

.nwb-nr-exam-summary::-webkit-details-marker {
  display: none;
}

.nwb-nr-exam-summary::marker {
  display: none;
}

.nwb-nr-exam-head h3,
.nwb-nr-exam-title {
  margin: 0;
  color: #17325a;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.nwb-nr-exam-chevron {
  width: 11px;
  height: 11px;
  border-right: 2px solid #55759e;
  border-bottom: 2px solid #55759e;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  flex: 0 0 auto;
  margin-top: -4px;
}

.nwb-nr-exam-accordion[open] .nwb-nr-exam-chevron {
  transform: rotate(225deg);
  margin-top: 2px;
}

.nwb-nr-exam-panel {
  border-top: 1px solid #e3eaf4;
  padding: 14px 18px 18px;
}

.nwb-nr-exam-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.nwb-nr-editor {
  display: grid;
  grid-template-columns: 1.05fr 1.35fr;
  gap: 22px;
  padding: 26px;
}

.nwb-nr-editor-copy h2 {
  margin: 0 0 12px;
  color: #123056;
  font-size: 1.5rem;
}

.nwb-nr-editor-copy p {
  margin: 0;
  color: #4b6180;
  line-height: 1.75;
}

.nwb-nr-warning {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff6dd;
  border: 1px solid #efd9a1;
  color: #674d11;
  line-height: 1.65;
}

.nwb-nr-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nwb-nr-form label {
  display: block;
  margin-bottom: 6px;
  color: #17325a;
  font-weight: 700;
  font-size: 0.92rem;
}

.nwb-nr-form textarea,
.nwb-nr-form input[type="text"],
.nwb-nr-form input[type="email"] {
  width: 100%;
  border: 1px solid #cfdceb;
  border-radius: 16px;
  padding: 14px 16px;
  background: #fbfdff;
  color: #13233b;
  font-size: 1rem;
  box-sizing: border-box;
}

.nwb-nr-form textarea {
  min-height: 260px;
  resize: vertical;
  line-height: 1.6;
}

.nwb-nr-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nwb-nr-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #4c607b;
  line-height: 1.55;
}

.nwb-nr-check input {
  margin-top: 3px;
}

.nwb-nr-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.nwb-nr-status {
  min-height: 1.4em;
  margin: 0;
  color: #264a7c;
  font-weight: 600;
}

.nwb-nr-status.is-error {
  color: #9b1c1c;
}

.nwb-nr-status.is-success {
  color: #0d6b3d;
}

@media (max-width: 980px) {
  .nwb-nr-link-columns,
  .nwb-nr-grid--section,
  .nwb-nr-grid--related,
  .nwb-nr-grid--oncall,
  .nwb-nr-grid--resource,
  .nwb-nr-editor,
  .nwb-nr-form-grid {
    grid-template-columns: 1fr;
  }

  .nwb-nr-editor {
    padding: 22px;
  }

  .nwb-nr-link-column + .nwb-nr-link-column {
    border-left: 0;
    border-top: 1px solid #e4ebf2;
    margin-top: 6px;
    padding-left: 0;
    padding-top: 6px;
  }
}

@media (max-width: 720px) {
  .nwb-nr-shell {
    padding: 22px 16px 56px;
  }

  .nwb-nr-hero {
    padding: 26px 22px 24px;
    border-radius: 20px;
  }

  .nwb-nr-body,
  .nwb-nr-directory,
  .nwb-nr-related,
  .nwb-nr-callout,
  .nwb-nr-disclaimer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nwb-nr-exam-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
