/* Borgholm (Qode) hide all post meta: author, date, categories, tags */
.qodef-e-info,
.qodef-post-info,
.qodef-blog-item .qodef-e-info,
.qodef-blog-item .qodef-post-info,
.single-post .qodef-e-info,
.single-post .qodef-post-info {
    display: none !important;
}
/* Remove mobile menu item counters */
.qodef-mobile-header-navigation a::after {
  content: none !important;
  display: none !important;
}
/* Target menu items that have submenus */
.qodef-header-navigation .menu-item-has-children > a .qodef-menu-item-text::after {
    content: "→"; /* simple arrow */
    font-family: inherit;
    margin-left: 8px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

/* Remove the original icon/font glyph */
.qodef-header-navigation .menu-item-has-children > a::after {
    content: none !important;
}
.polaris-cf7 {
  display: grid;
  gap: 22px;
}

.polaris-cf7-section {
  background: #ffffff;
  border: 1px solid #e6eaf1;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(26, 39, 74, 0.04);
}

.polaris-cf7-section-compact {
  background: #f8f9fb;
}

.polaris-cf7-section-label {
  margin: 0 0 18px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a4c83;
}

.polaris-cf7-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.polaris-cf7-row:last-child {
  margin-bottom: 0;
}

.polaris-cf7-row-2 {
  grid-template-columns: 1fr 1fr;
}

.polaris-cf7-field {
  margin-bottom: 18px;
}

.polaris-cf7-field:last-child {
  margin-bottom: 0;
}

.polaris-cf7-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  color: #1f1f1f;
}

.polaris-cf7-group-label {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
  color: #1f1f1f;
}

.polaris-cf7-field input[type="text"],
.polaris-cf7-field input[type="email"],
.polaris-cf7-field select,
.polaris-cf7-field textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d9dfeb;
  border-radius: 14px;
  background: #fbfcfe;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #1f1f1f;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.polaris-cf7-field input[type="text"]:focus,
.polaris-cf7-field input[type="email"]:focus,
.polaris-cf7-field select:focus,
.polaris-cf7-field textarea:focus {
  outline: none;
  border-color: #3a4c83;
  box-shadow: 0 0 0 4px rgba(58, 76, 131, 0.12);
  background: #ffffff;
}

.polaris-cf7-field textarea {
  min-height: 140px;
  resize: vertical;
}

.polaris-cf7-options {
  margin-top: 10px;
}

.polaris-cf7-options .wpcf7-list-item {
  display: block;
  margin: 0;
}

.polaris-cf7-options-stack {
  display: grid;
  gap: 10px;
}

.polaris-cf7-options-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.polaris-cf7-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

.polaris-cf7-options .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f8fafd;
  border: 1px solid #e3e8f0;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 500;
  color: #37404f;
  line-height: 1.5;
  transition: all 0.2s ease;
  cursor: pointer;
  min-height: 100%;
}

.polaris-cf7-options .wpcf7-list-item label:hover {
  border-color: #c6c18d;
  background: #fffdf6;
}

.polaris-cf7-options input[type="checkbox"],
.polaris-cf7-options input[type="radio"] {
  margin-top: 3px;
  accent-color: #3a4c83;
  flex: 0 0 auto;
}

.polaris-cf7-consent {
  margin: 0 0 14px 0;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #e3e8f0;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.75;
  color: #4f5867;
}

.polaris-cf7-consent:last-of-type {
  margin-bottom: 0;
}

.polaris-cf7-consent .wpcf7-list-item {
  margin: 0;
}

.polaris-cf7-consent label {
  display: inline;
  font-weight: 500;
}

.polaris-cf7-consent input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #3a4c83;
}

.polaris-cf7-submit {
  margin-top: 22px;
}

.polaris-cf7-submit input[type="submit"] {
  appearance: none;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #3a4c83 0%, #4c5f9a 100%);
  color: #ffffff;
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(58, 76, 131, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.polaris-cf7-submit input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(58, 76, 131, 0.28);
}

.polaris-cf7-submit input[type="submit"]:active {
  transform: translateY(0);
}

.wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0 0;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.65;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #b42318;
}

@media (max-width: 900px) {
  .polaris-cf7-row-2,
  .polaris-cf7-options-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .polaris-cf7 {
    gap: 18px;
  }

  .polaris-cf7-section {
    padding: 18px;
    border-radius: 16px;
  }

  .polaris-cf7-section-label {
    margin-bottom: 14px;
  }

  .polaris-cf7-field {
    margin-bottom: 16px;
  }

  .polaris-cf7-field input[type="text"],
  .polaris-cf7-field input[type="email"],
  .polaris-cf7-field select,
  .polaris-cf7-field textarea {
    padding: 13px 14px;
    font-size: 16px;
  }

  .polaris-cf7-options .wpcf7-list-item label {
    padding: 12px;
    border-radius: 12px;
  }

  .polaris-cf7-options-inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .polaris-cf7-submit input[type="submit"] {
    padding: 15px 20px;
  }
}
.polaris-cf7-section-compact {
  background: #f8f9fb;
}

.polaris-cf7-consent {
  margin: 0 0 14px 0;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #e3e8f0;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.75;
  color: #4f5867;
}

.polaris-cf7-consent .wpcf7-form-control-wrap {
  display: block;
}

.polaris-cf7-consent .wpcf7-list-item {
  margin: 0;
}

.polaris-cf7-consent .wpcf7-list-item-label {
  display: inline;
}

.polaris-cf7-consent input[type="checkbox"] {
  margin-right: 10px;
  transform: translateY(1px);
  accent-color: #3a4c83;
}

.polaris-cf7-consent:last-of-type {
  margin-bottom: 0;
}
.nsm-blog-post {
  padding: 56px 20px;
  background: #f7f8fb;
}

.nsm-blog-shell {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e3e7ef;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(23, 34, 68, 0.08);
  overflow: hidden;
}

.nsm-blog-header {
  padding: 42px 42px 24px 42px;
  border-bottom: 1px solid #e8ebf2;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.nsm-blog-eyebrow {
  margin: 0 0 8px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3a4c83;
}

.nsm-blog-header h1 {
  margin: 0 0 8px 0;
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1.12;
  color: #1f1f1f;
}

.nsm-blog-subhead {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #677181;
}

.nsm-blog-body {
  padding: 34px 42px 46px 42px;
}

.nsm-blog-body p {
  margin: 0 0 18px 0;
  font-size: 16px;
  line-height: 1.9;
  color: #363636;
}

.nsm-blog-body h3 {
  margin: 0 0 8px 0;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.25;
  color: #1f1f1f;
}

.nsm-chart-card {
  margin: 30px 0;
  padding: 22px;
  background: #f8f9fb;
  border: 1px solid #e0e2ea;
  border-radius: 18px;
}

.nsm-chart-eyebrow,
.nsm-practical-eyebrow {
  margin: 0 0 6px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a4c83;
}

.nsm-chart-card h3 {
  margin: 0 0 8px 0;
  font-size: 26px;
}

.nsm-chart-intro {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.75;
  color: #677181;
}

.nsm-bar-group {
  display: grid;
  gap: 12px;
}

.nsm-bar-row {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 14px;
  align-items: center;
}

.nsm-bar-label,
.nsm-bar-value {
  font-size: 13px;
  line-height: 1.5;
  color: #363636;
}

.nsm-bar-track {
  width: 100%;
  height: 12px;
  background: #e9edf4;
  border-radius: 999px;
  overflow: hidden;
}

.nsm-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.nsm-bar-fill-blue {
  background: #3a4c83;
}

.nsm-bar-fill-gold {
  background: #c6c18d;
}

.nsm-chart-note {
  margin: 16px 0 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #777777;
  text-align: center;
}

.nsm-chart-legend {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.nsm-chart-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #363636;
}

.nsm-swatch {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  display: inline-block;
}

.nsm-swatch-blue {
  background: #3a4c83;
}

.nsm-swatch-gold {
  background: #c6c18d;
}

.nsm-swatch-gray {
  background: #8a8f9f;
}

.nsm-stacked-bar {
  display: flex;
  width: 100%;
  height: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: #e9edf4;
}

.nsm-stack-blue {
  background: #3a4c83;
}

.nsm-stack-gold {
  background: #c6c18d;
}

.nsm-stack-gray {
  background: #8a8f9f;
}

.nsm-stacked-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
  color: #363636;
}

.nsm-practical-block {
  margin: 30px 0;
  padding: 22px;
  background: #f8f9fb;
  border: 1px solid #e0e2ea;
  border-radius: 18px;
}

.nsm-practical-item + .nsm-practical-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e5e8ef;
}

.nsm-practical-item h4 {
  margin: 0 0 6px 0;
  font-size: 18px;
  line-height: 1.45;
  color: #1f1f1f;
}

.nsm-practical-item p {
  margin: 0;
}

@media (max-width: 767px) {
  .nsm-blog-post {
    padding: 24px 14px;
  }

  .nsm-blog-header {
    padding: 28px 22px 20px 22px;
  }

  .nsm-blog-header h1 {
    font-size: 32px;
  }

  .nsm-blog-body {
    padding: 24px 22px 32px 22px;
  }

  .nsm-blog-body p {
    font-size: 15px;
    line-height: 1.85;
  }

  .nsm-bar-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .nsm-bar-value {
    text-align: right;
  }
}
.nsm-article {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.nsm-article-header {
  margin-bottom: 28px;
}

.nsm-article-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3a4c83;
}

.nsm-article-header h1 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1.1;
  color: #1f1f1f;
}

.nsm-article-subhead {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #677181;
}

.nsm-article-body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color: #363636;
}

.nsm-article-body h3 {
  margin: 0 0 10px;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.25;
  color: #1f1f1f;
}

.nsm-chart-card {
  margin: 30px 0;
  padding: 22px;
  background: #f8f9fb;
  border: 1px solid #e0e2ea;
  border-radius: 18px;
}

.nsm-chart-eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3a4c83;
}

.nsm-chart-intro {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.75;
  color: #677181;
}

.nsm-bar-group {
  display: grid;
  gap: 12px;
}

.nsm-bar-row {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 14px;
  align-items: center;
}

.nsm-bar-label,
.nsm-bar-value {
  font-size: 13px;
  line-height: 1.5;
  color: #363636;
}

.nsm-bar-track {
  width: 100%;
  height: 12px;
  background: #e9edf4;
  border-radius: 999px;
  overflow: hidden;
}

.nsm-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.nsm-bar-fill-blue {
  background: #3a4c83;
}

.nsm-bar-fill-gold {
  background: #c6c18d;
}

.nsm-chart-note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #777777;
  text-align: center;
}

.nsm-chart-legend {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.nsm-chart-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #363636;
}

.nsm-swatch {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  display: inline-block;
}

.nsm-swatch-blue {
  background: #3a4c83;
}

.nsm-swatch-gold {
  background: #c6c18d;
}

.nsm-swatch-gray {
  background: #8a8f9f;
}

.nsm-stacked-bar {
  display: flex;
  width: 100%;
  height: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: #e9edf4;
}

.nsm-stack-blue {
  background: #3a4c83;
}

.nsm-stack-gold {
  background: #c6c18d;
}

.nsm-stack-gray {
  background: #8a8f9f;
}

.nsm-stacked-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
  color: #363636;
}

.nsm-practical-block {
  margin: 30px 0;
  padding: 22px;
  background: #f8f9fb;
  border: 1px solid #e0e2ea;
  border-radius: 18px;
}

.nsm-practical-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .nsm-article {
    padding: 0 16px 40px;
  }

  .nsm-article-header h1 {
    font-size: 34px;
  }

  .nsm-article-subhead {
    font-size: 16px;
  }

  .nsm-article-body p {
    font-size: 15px;
    line-height: 1.85;
  }

  .nsm-bar-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .nsm-bar-value {
    text-align: right;
  }
}