.imcc-membership-page-shell,
.imcc-membership-page-shell > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

.imcc-membership-page-shell .elementor-widget-imcc-membership-page,
.imcc-membership-page-shell .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.imcc-membership-ui,
.imcc-membership-ui * {
  box-sizing: border-box;
}

.imcc-membership-ui {
  --navy-950: #071a55;
  --navy-900: #0a2472;
  --navy-800: #0c338c;
  --blue-700: #0757c7;
  --blue-600: #0874d1;
  --blue-100: #e8f3ff;
  --blue-50: #f5f9ff;
  --green-700: #2f7d32;
  --green-600: #3d9141;
  --gold: #ffc94a;
  --gold-dark: #a76d00;
  --ink: #10204a;
  --muted: #536382;
  --line: #c8d9f1;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(9, 35, 105, 0.08);
  --shadow-md: 0 20px 60px rgba(7, 31, 91, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: var(--ink) !important;
  font: 16px/1.62 var(--sans) !important;
  -webkit-font-smoothing: antialiased;
}

.imcc-membership-ui img {
  display: block;
  max-width: 100%;
}

.imcc-membership-ui p,
.imcc-membership-ui h1,
.imcc-membership-ui h2,
.imcc-membership-ui h3,
.imcc-membership-ui h4,
.imcc-membership-ui ul {
  margin-top: 0 !important;
}

.imcc-membership-ui a:focus-visible,
.imcc-membership-ui summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.imcc-m-inner {
  width: min(calc(100% - 32px), 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.imcc-m-section {
  width: 100%;
  padding: 86px 0;
}

.imcc-m-eyebrow {
  margin: 0 0 13px !important;
  color: var(--blue-700) !important;
  font: 800 0.79rem/1.35 var(--sans) !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase;
}

.imcc-membership-ui h1,
.imcc-membership-ui h2,
.imcc-membership-ui h3 {
  color: var(--navy-900) !important;
  font-family: var(--serif) !important;
}

.imcc-m-section-heading {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

.imcc-m-section-heading h2,
.imcc-m-savings h2,
.imcc-m-final-cta h2 {
  margin: 0 0 17px !important;
  color: var(--navy-900) !important;
  font: 700 clamp(2rem, 4.5vw, 3.35rem)/1.12 var(--serif) !important;
  letter-spacing: -0.025em !important;
}

.imcc-m-section-heading > p:last-child {
  max-width: 760px;
  margin: 0 auto !important;
  color: var(--muted) !important;
  font: 400 1.05rem/1.62 var(--sans) !important;
}

.imcc-m-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.imcc-membership-ui a.imcc-m-button {
  min-height: 50px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 13px 22px !important;
  border: 2px solid var(--navy-900) !important;
  border-radius: 7px !important;
  background: var(--navy-900) !important;
  color: var(--white) !important;
  font: 800 0.96rem/1.2 var(--sans) !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(10, 36, 114, 0.16);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.imcc-membership-ui a.imcc-m-button:hover {
  transform: translateY(-2px);
  border-color: var(--navy-800) !important;
  background: var(--navy-800) !important;
  color: var(--white) !important;
  box-shadow: 0 12px 28px rgba(10, 36, 114, 0.22);
}

.imcc-membership-ui a.imcc-m-button.is-secondary {
  background: var(--white) !important;
  color: var(--navy-900) !important;
}

.imcc-membership-ui a.imcc-m-button.is-secondary:hover {
  background: #edf4ff !important;
  color: var(--navy-900) !important;
}

.imcc-m-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 16%, rgba(83, 164, 235, 0.20), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(61, 145, 65, 0.11), transparent 27%),
    linear-gradient(135deg, #ffffff 0%, #f4f8ff 54%, #edf6ff 100%);
}

.imcc-m-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(12, 51, 140, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 51, 140, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to right, transparent, #000 48%, #000);
}

.imcc-m-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 650px;
  padding: 72px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  gap: 58px;
  align-items: center;
}

.imcc-m-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 20px !important;
  color: var(--navy-900) !important;
  font: 700 clamp(2.75rem, 5vw, 4.65rem)/1.04 var(--serif) !important;
  letter-spacing: -0.045em !important;
}

.imcc-m-hero-lead {
  max-width: 680px;
  margin: 0 0 26px !important;
  color: #243d74 !important;
  font: 400 clamp(1.03rem, 2.1vw, 1.23rem)/1.7 var(--sans) !important;
}

.imcc-m-hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.imcc-m-network-shell {
  position: relative;
  flex: 0 0 480px;
  width: 480px;
  max-width: 100%;
  height: 480px;
  margin: 0 auto;
  border-radius: 50%;
  background: repeating-radial-gradient(circle at center, transparent 0 61px, rgba(7, 87, 199, 0.25) 62px 64px, transparent 65px 101px);
}

.imcc-m-network-shell::before,
.imcc-m-network-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(7, 87, 199, 0.2);
  transform: translate(-50%, -50%);
}

.imcc-m-network-shell::before {
  width: 86%;
  height: 1px;
}

.imcc-m-network-shell::after {
  width: 1px;
  height: 86%;
}

.imcc-m-network-logo {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 112px;
  height: 112px;
  padding: 10px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(7, 31, 91, 0.22);
  transform: translate(-50%, -50%);
}

.imcc-m-network-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imcc-m-network-label {
  position: absolute;
  z-index: 5;
  max-width: 172px;
  padding: 9px 13px;
  border: 1px solid #a9c7eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--navy-900) !important;
  font: 800 0.72rem/1.25 var(--sans) !important;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.imcc-m-network-label.label-1 { left: 50%; top: 0; transform: translateX(-50%); }
.imcc-m-network-label.label-2 { right: -2%; top: 29%; }
.imcc-m-network-label.label-3 { right: 2%; bottom: 17%; }
.imcc-m-network-label.label-4 { left: -1%; bottom: 17%; }
.imcc-m-network-label.label-5 { left: -4%; top: 29%; }

.imcc-m-network-caption {
  max-width: 470px;
  margin: 0 !important;
  color: var(--navy-900) !important;
  font: 700 1rem/1.45 var(--serif) !important;
  text-align: center;
}

.imcc-m-proof {
  width: 100%;
  padding: 24px 0;
  background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: var(--white);
}

.imcc-m-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.imcc-m-proof-item {
  min-width: 0;
  padding: 7px 28px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
}

.imcc-m-proof-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.imcc-m-proof-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white) !important;
  font: 700 1.65rem/1 var(--serif) !important;
}

.imcc-m-proof-copy {
  display: grid;
  gap: 2px;
}

.imcc-m-proof-copy strong {
  color: var(--white) !important;
  font: 800 0.95rem/1.3 var(--sans) !important;
}

.imcc-m-proof-copy small {
  color: #dce9ff !important;
  font: 400 0.8rem/1.45 var(--sans) !important;
}

.imcc-m-benefits,
.imcc-m-tiers {
  background: var(--white);
}

.imcc-m-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.imcc-m-benefit-card {
  position: relative;
  isolation: isolate;
  min-height: 330px;
  overflow: hidden;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.imcc-m-benefit-card::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--imcc-benefit-image);
  background-position: center;
  background-size: cover;
  opacity: 0.42;
}

.imcc-m-benefit-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.94) 48%, #ffffff 100%);
}

.imcc-m-benefit-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--navy-900);
  box-shadow: 0 8px 20px rgba(10, 36, 114, 0.2);
}

.imcc-m-benefit-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--white);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.imcc-m-benefit-card h3 {
  margin: 7px 0 0 !important;
  color: var(--navy-900) !important;
  font: 700 1.45rem/1.16 var(--serif) !important;
}

.imcc-m-benefit-card p {
  margin: 0 !important;
  color: var(--muted) !important;
  font: 400 0.94rem/1.55 var(--sans) !important;
}

.imcc-m-savings-section {
  padding-top: 30px;
  background: var(--white);
}

.imcc-m-savings {
  position: relative;
  overflow: hidden;
  padding: 42px 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  border: 1px solid rgba(255, 201, 74, 0.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 50%, rgba(0, 205, 180, 0.24), transparent 27%),
    linear-gradient(120deg, #071a55 0%, #0a2472 48%, #0e568c 100%);
  box-shadow: 0 22px 60px rgba(7, 31, 91, 0.25);
}

.imcc-m-savings::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -140px;
  width: 360px;
  height: 360px;
  border: 36px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.imcc-m-savings-copy,
.imcc-m-savings-cta {
  position: relative;
  z-index: 1;
}

.imcc-m-savings-badge {
  width: max-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 8px 13px;
  display: inline-flex;
  border: 1px solid rgba(255, 201, 74, 0.72);
  border-radius: 999px;
  background: rgba(255, 201, 74, 0.15);
  color: #ffe29a !important;
  font: 800 0.72rem/1.25 var(--sans) !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.imcc-m-savings h2 {
  max-width: 760px;
  color: var(--white) !important;
}

.imcc-m-savings-copy > p {
  max-width: 780px;
  margin: 0 !important;
  color: #e2edff !important;
  font: 400 1.02rem/1.62 var(--sans) !important;
}

.imcc-m-discount-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(5, minmax(72px, 1fr));
  gap: 10px;
}

.imcc-m-discount-step {
  padding: 14px 9px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.imcc-m-discount-step.is-featured {
  border-color: var(--gold);
  background: linear-gradient(145deg, #ffd76b, #f4ad16);
  box-shadow: 0 0 0 4px rgba(255, 201, 74, 0.12), 0 14px 28px rgba(0, 0, 0, 0.22);
  transform: scale(1.08);
}

.imcc-m-discount-step strong {
  color: var(--white) !important;
  font: 800 1.35rem/1 var(--sans) !important;
}

.imcc-m-discount-step small {
  color: #dbe8ff !important;
  font: 700 0.68rem/1.2 var(--sans) !important;
  text-transform: uppercase;
}

.imcc-m-discount-step.is-featured strong,
.imcc-m-discount-step.is-featured small {
  color: var(--navy-950) !important;
}

.imcc-membership-ui a.imcc-m-button.is-gold {
  max-width: 245px;
  min-height: 58px;
  border-color: var(--gold) !important;
  background: var(--gold) !important;
  color: var(--navy-950) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.imcc-membership-ui a.imcc-m-button.is-gold:hover {
  border-color: #ffdc7d !important;
  background: #ffdc7d !important;
  color: var(--navy-950) !important;
}

.imcc-m-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.imcc-m-tier-card {
  --tier-a: #dbe6f4;
  --tier-b: #aabbd0;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.imcc-m-tier-card.is-featured {
  border: 2px solid var(--blue-600);
  box-shadow: 0 20px 46px rgba(7, 87, 199, 0.18);
}

.imcc-m-tier-card.tier-platinum { --tier-a: #ecf3fb; --tier-b: #8da8c5; }
.imcc-m-tier-card.tier-gold { --tier-a: #fff2ae; --tier-b: #e5a100; }
.imcc-m-tier-card.tier-silver { --tier-a: #f0f4f8; --tier-b: #a9b8c8; }
.imcc-m-tier-card.tier-bronze { --tier-a: #f1c49a; --tier-b: #b96a2f; }
.imcc-m-tier-card.tier-general { --tier-a: #cde9d3; --tier-b: #4f9b65; }
.imcc-m-tier-card.tier-access { --tier-a: #cce8ff; --tier-b: #4197d7; }

.imcc-m-tier-tag {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eaf7eb;
  color: var(--green-700) !important;
  font: 800 0.61rem/1.2 var(--sans) !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.imcc-m-tier-top {
  padding: 32px 28px 22px;
  border-bottom: 1px solid #e4edf9;
}

.imcc-m-tier-top h3 {
  width: max-content;
  max-width: 72%;
  margin: 0 0 12px !important;
}

.imcc-m-tier-top h3 > span {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 150px;
  padding: 13px 20px;
  display: inline-flex;
  border: 1px solid rgba(10, 36, 114, 0.12);
  border-radius: 999px;
  color: var(--navy-900) !important;
  font: 700 1.65rem/1 var(--serif) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.75), 0 8px 20px rgba(9, 35, 105, 0.09);
}

.imcc-m-tier-top h3 > span::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(110deg, var(--tier-a), var(--tier-b), var(--tier-a));
  background-size: 240% 100%;
  animation: imcc-tier-shimmer 3.8s ease-in-out infinite;
}

.imcc-m-tier-top h3 > span::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -30% -18%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.62), transparent 48%);
  animation: imcc-tier-pulse 3.2s ease-in-out infinite;
}

@keyframes imcc-tier-shimmer {
  0%, 100% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes imcc-tier-pulse {
  0%, 100% { opacity: 0.18; transform: translateX(-18%) scale(0.9); }
  50% { opacity: 0.72; transform: translateX(18%) scale(1.08); }
}

.imcc-m-tier-price {
  margin: 0 0 12px !important;
  color: var(--navy-900) !important;
  font: 800 2rem/1.1 var(--sans) !important;
}

.imcc-m-tier-price small {
  color: var(--muted) !important;
  font: 700 0.82rem/1.1 var(--sans) !important;
}

.imcc-m-tier-summary {
  min-height: 84px;
  margin: 0 !important;
  color: var(--muted) !important;
  font: 400 0.91rem/1.5 var(--sans) !important;
}

.imcc-m-tier-body {
  flex: 1 1 auto;
  padding: 22px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.imcc-m-best-for {
  margin: 0 !important;
  color: var(--blue-700) !important;
  font: 800 0.68rem/1.35 var(--sans) !important;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.imcc-m-tier-body ul {
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  gap: 9px;
  list-style: none !important;
}

.imcc-m-tier-body li {
  position: relative;
  padding-left: 21px;
  color: #354665 !important;
  font: 400 0.88rem/1.45 var(--sans) !important;
}

.imcc-m-tier-body li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green-700);
  font-weight: 900;
}

.imcc-membership-ui a.imcc-m-tier-button {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding-inline: 14px !important;
  font-size: 0.85rem !important;
}

.imcc-m-merged-info {
  width: 100%;
  background: linear-gradient(180deg, #eff6ff 0%, #f6faff 100%);
}

.imcc-m-comparison {
  padding-bottom: 34px;
}

.imcc-m-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #b9cdea;
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.imcc-m-table-wrap table {
  width: 100%;
  min-width: 940px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  table-layout: fixed;
}

.imcc-m-table-wrap caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.imcc-m-table-wrap th,
.imcc-m-table-wrap td {
  padding: 14px 11px !important;
  border: 0 !important;
  border-right: 1px solid #e4edf9 !important;
  border-bottom: 1px solid #dce7f6 !important;
  color: #314464 !important;
  font: 600 0.78rem/1.35 var(--sans) !important;
  text-align: center;
  vertical-align: middle;
}

.imcc-m-table-wrap th:first-child,
.imcc-m-table-wrap td:first-child {
  width: 22%;
}

.imcc-m-table-wrap th:last-child,
.imcc-m-table-wrap td:last-child {
  border-right: 0 !important;
}

.imcc-m-table-wrap tbody tr:last-child th,
.imcc-m-table-wrap tbody tr:last-child td {
  border-bottom: 0 !important;
}

.imcc-m-table-wrap thead th {
  background: var(--navy-900) !important;
  color: var(--white) !important;
  font-size: 0.73rem !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.imcc-m-table-wrap tbody tr:nth-child(odd) {
  background: #f8fbff;
}

.imcc-m-table-wrap tbody th {
  color: var(--navy-900) !important;
  font-weight: 800 !important;
  text-align: left;
}

.imcc-m-table-wrap td.is-check {
  color: var(--green-700) !important;
  font-size: 1.12rem !important;
  font-weight: 900 !important;
}

.imcc-m-table-wrap td.is-dash {
  color: #94a2b8 !important;
}

.imcc-m-table-note {
  margin: 12px 0 0 !important;
  color: #6b7890 !important;
  font: italic 0.78rem/1.5 var(--sans) !important;
}

.imcc-m-faq {
  padding-top: 34px;
}

.imcc-m-faq .imcc-m-section-heading {
  margin-bottom: 30px;
}

.imcc-m-faq-list {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.imcc-m-faq-list details {
  overflow: hidden;
  border: 1px solid #b7cff0;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 5px 16px rgba(9, 35, 105, 0.05);
}

.imcc-m-faq-list summary {
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--navy-900) !important;
  font: 800 0.96rem/1.35 var(--sans) !important;
  cursor: pointer;
  list-style: none;
}

.imcc-m-faq-list summary::-webkit-details-marker {
  display: none;
}

.imcc-m-faq-list summary span:last-child {
  color: var(--blue-700);
  font-size: 1.25rem;
}

.imcc-m-faq-list details[open] summary {
  background: #f7fbff;
}

.imcc-m-faq-list details[open] summary span:last-child {
  transform: rotate(45deg);
}

.imcc-m-faq-list details > div {
  padding: 0 20px 20px;
}

.imcc-m-faq-list details p {
  margin: 0 !important;
  color: var(--muted) !important;
  font: 400 0.94rem/1.65 var(--sans) !important;
}

.imcc-m-final-cta {
  width: 100%;
  padding: 68px 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(135deg, #e8f3ff, #f5f9ff 62%, #e9f7ed);
}

.imcc-m-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
}

.imcc-m-final-cta h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3.8vw, 3rem) !important;
}

.imcc-m-final-cta .imcc-m-inner > div:first-child > p:last-child {
  max-width: 820px;
  margin: 0 !important;
  color: var(--muted) !important;
  font: 400 1.02rem/1.62 var(--sans) !important;
}

.imcc-m-final-cta .imcc-m-button-row {
  justify-content: flex-end;
}

@media (max-width: 1050px) {
  .imcc-m-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 34px;
  }

  .imcc-m-network-shell {
    flex-basis: 410px;
    width: 410px;
    height: 410px;
  }

  .imcc-m-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .imcc-m-hero-grid {
    min-height: 0;
    padding: 62px 0 68px;
    grid-template-columns: 1fr;
  }

  .imcc-m-hero-copy {
    text-align: center;
  }

  .imcc-m-hero-copy .imcc-m-button-row {
    justify-content: center;
  }

  .imcc-m-proof-grid {
    grid-template-columns: 1fr;
  }

  .imcc-m-proof-item {
    padding: 18px 10px;
  }

  .imcc-m-proof-item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .imcc-m-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .imcc-m-savings,
  .imcc-m-final-grid {
    grid-template-columns: 1fr;
  }

  .imcc-m-final-cta .imcc-m-button-row {
    justify-content: flex-start;
  }
}

/* Version 1.3 typography correction.
 * Upeo Magazine reduces the root HTML font size, so rem-based values render
 * far below their intended size. All Membership typography uses fixed readable
 * pixel values below and remains isolated from the universal theme shell.
 */
.imcc-membership-ui {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.imcc-m-eyebrow {
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.imcc-m-section-heading h2,
.imcc-m-savings h2,
.imcc-m-final-cta h2 {
  font-size: clamp(44px, 3.2vw, 54px) !important;
  line-height: 1.12 !important;
}

.imcc-m-section-heading > p:last-child {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.imcc-membership-ui a.imcc-m-button {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.imcc-m-hero-copy h1 {
  font-size: clamp(58px, 4.3vw, 76px) !important;
  line-height: 1.04 !important;
}

.imcc-m-hero-lead {
  font-size: 19px !important;
  line-height: 1.7 !important;
}

.imcc-m-network-label {
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.imcc-m-network-caption {
  font-size: 17px !important;
  line-height: 1.4 !important;
}

.imcc-m-proof-number {
  font-size: 24px !important;
  line-height: 1 !important;
}

.imcc-m-proof-copy strong {
  font-size: 17px !important;
  line-height: 1.3 !important;
}

.imcc-m-proof-copy small {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.imcc-m-benefit-card h3 {
  font-size: 26px !important;
  line-height: 1.16 !important;
}

.imcc-m-benefit-card p {
  font-size: 16px !important;
  line-height: 1.58 !important;
}

.imcc-m-savings-badge {
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.imcc-m-savings-copy > p {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.imcc-m-discount-step strong {
  font-size: 22px !important;
  line-height: 1 !important;
}

.imcc-m-discount-step small {
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.imcc-m-tier-tag {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.imcc-m-tier-top h3 > span {
  font-size: 26px !important;
  line-height: 1 !important;
}

.imcc-m-tier-price {
  font-size: 32px !important;
  line-height: 1.1 !important;
}

.imcc-m-tier-price small {
  font-size: 14px !important;
  line-height: 1.1 !important;
}

.imcc-m-tier-summary {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.imcc-m-best-for {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.imcc-m-tier-body li {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.imcc-membership-ui a.imcc-m-tier-button {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

.imcc-m-table-wrap th,
.imcc-m-table-wrap td {
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.imcc-m-table-wrap thead th {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.imcc-m-table-wrap td.is-check {
  font-size: 18px !important;
}

.imcc-m-table-note {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.imcc-m-faq-list summary {
  font-size: 17px !important;
  line-height: 1.4 !important;
}

.imcc-m-faq-list summary span:last-child {
  font-size: 20px !important;
}

.imcc-m-faq-list details p {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.imcc-m-final-cta h2 {
  font-size: clamp(42px, 3vw, 50px) !important;
}

.imcc-m-final-cta .imcc-m-inner > div:first-child > p:last-child {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

@media (max-width: 860px) {
  .imcc-m-section-heading h2,
  .imcc-m-savings h2,
  .imcc-m-final-cta h2 {
    font-size: clamp(34px, 8vw, 44px) !important;
  }

  .imcc-m-hero-copy h1 {
    font-size: clamp(42px, 10vw, 56px) !important;
  }

  .imcc-m-hero-lead,
  .imcc-m-section-heading > p:last-child,
  .imcc-m-savings-copy > p,
  .imcc-m-final-cta .imcc-m-inner > div:first-child > p:last-child {
    font-size: 18px !important;
  }

  .imcc-m-network-label {
    font-size: 11px !important;
  }

  .imcc-m-network-caption {
    font-size: 15px !important;
  }

  .imcc-m-proof-copy strong {
    font-size: 16px !important;
  }

  .imcc-m-proof-copy small {
    font-size: 14px !important;
  }

  .imcc-m-benefit-card p,
  .imcc-m-tier-summary,
  .imcc-m-tier-body li,
  .imcc-m-faq-list details p {
    font-size: 16px !important;
  }
}

@media (max-width: 700px) {
  .imcc-m-inner {
    width: min(calc(100% - 24px), 1180px) !important;
  }

  .imcc-m-section {
    padding: 64px 0;
  }

  .imcc-m-hero-grid {
    gap: 36px;
    padding: 54px 0 60px;
  }

  .imcc-m-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem) !important;
  }

  .imcc-m-network-shell {
    flex-basis: min(360px, calc(100vw - 32px));
    width: min(360px, calc(100vw - 32px));
    height: min(360px, calc(100vw - 32px));
  }

  .imcc-m-network-label {
    max-width: 124px;
    padding: 7px 9px;
    font-size: 0.59rem !important;
  }

  .imcc-m-network-logo {
    width: 88px;
    height: 88px;
  }

  .imcc-m-benefit-grid,
  .imcc-m-tier-grid {
    grid-template-columns: 1fr;
  }

  .imcc-m-benefit-card {
    min-height: 300px;
  }

  .imcc-m-savings-section {
    padding-top: 12px;
  }

  .imcc-m-savings {
    padding: 32px 22px;
  }

  .imcc-m-discount-grid {
    grid-template-columns: repeat(5, minmax(64px, 1fr));
    overflow-x: auto;
    padding: 8px 4px 16px;
  }

  .imcc-m-discount-step {
    min-width: 64px;
  }

  .imcc-membership-ui a.imcc-m-button.is-gold {
    width: 100%;
    max-width: none;
  }

  .imcc-m-tier-summary {
    min-height: 0;
  }

  .imcc-m-comparison {
    padding-bottom: 24px;
  }

  .imcc-m-faq {
    padding-top: 24px;
  }

  .imcc-m-button-row {
    width: 100%;
  }

  .imcc-membership-ui .imcc-m-button-row a.imcc-m-button {
    width: 100%;
  }

  .imcc-m-final-cta {
    padding: 56px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .imcc-m-tier-top h3 > span::before,
  .imcc-m-tier-top h3 > span::after {
    animation: none !important;
  }

  .imcc-membership-ui a.imcc-m-button {
    transition: none;
  }
}

/* Version 1.2 visual correction: match the approved wide-screen mockup. */
@media (min-width: 861px) {
  .imcc-m-inner {
    width: min(calc(100% - 72px), 1480px) !important;
    max-width: 1480px !important;
  }

  .imcc-m-section {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .imcc-m-section-heading {
    max-width: 980px;
    margin-bottom: 50px;
  }

  .imcc-m-section-heading h2,
  .imcc-m-savings h2,
  .imcc-m-final-cta h2 {
    font-size: clamp(2.75rem, 3.4vw, 3.65rem) !important;
  }

  .imcc-m-section-heading > p:last-child {
    max-width: 900px;
    font-size: 1.14rem !important;
    line-height: 1.65 !important;
  }

  .imcc-m-hero-grid {
    min-height: 720px;
    padding-top: 82px;
    padding-bottom: 84px;
    grid-template-columns: minmax(0, 1.06fr) minmax(500px, 0.94fr);
    gap: 72px;
  }

  .imcc-m-hero-copy h1 {
    max-width: 760px;
    margin-bottom: 24px !important;
    font-size: clamp(4rem, 4.7vw, 5rem) !important;
    line-height: 1.03 !important;
  }

  .imcc-m-hero-lead {
    max-width: 760px;
    margin-bottom: 30px !important;
    font-size: 1.18rem !important;
    line-height: 1.7 !important;
  }

  .imcc-membership-ui a.imcc-m-button {
    min-height: 56px;
    padding: 15px 26px !important;
    font-size: 1rem !important;
  }

  .imcc-m-hero-visual {
    min-height: 520px;
    position: relative;
    display: grid;
    place-items: center;
  }

  .imcc-m-network-shell {
    flex-basis: auto;
    width: min(100%, 500px);
    max-width: 500px;
    height: auto;
    aspect-ratio: 1;
    border: 1px solid rgba(44, 103, 181, 0.20);
    background:
      radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 21%, transparent 21.4% 31%, rgba(255, 255, 255, 0.82) 31.4% 32%, transparent 32.4% 49%, rgba(18, 78, 165, 0.12) 49.4% 50%, transparent 50.4%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(222, 237, 255, 0.76));
    box-shadow: var(--shadow-md);
  }

  .imcc-m-network-shell::before,
  .imcc-m-network-shell::after {
    left: 50%;
    top: 50%;
    width: 66%;
    height: 1px;
    background: rgba(12, 51, 140, 0.25);
    transform-origin: center;
  }

  .imcc-m-network-shell::before {
    transform: translate(-50%, -50%) rotate(30deg);
  }

  .imcc-m-network-shell::after {
    width: 66%;
    height: 1px;
    transform: translate(-50%, -50%) rotate(-35deg);
  }

  .imcc-m-network-logo {
    width: 108px;
    height: 108px;
    overflow: hidden;
    padding: 7px;
    box-shadow: 0 14px 35px rgba(7, 31, 91, 0.16);
  }

  .imcc-m-network-logo img {
    border-radius: 50%;
  }

  .imcc-m-network-label {
    max-width: 168px;
    padding: 11px 15px;
    border-color: rgba(30, 92, 176, 0.25);
    font-size: 0.78rem !important;
    box-shadow: 0 9px 23px rgba(12, 51, 140, 0.10);
  }

  .imcc-m-network-label.label-1 { top: 5%; }
  .imcc-m-network-label.label-2 { right: -3%; top: 30%; }
  .imcc-m-network-label.label-3 { right: 1%; bottom: 16%; }
  .imcc-m-network-label.label-4 { left: 0; bottom: 15%; }
  .imcc-m-network-label.label-5 { left: -3%; top: 29%; }

  .imcc-m-network-caption {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 82%;
    max-width: 520px;
    transform: translateX(-50%);
    font-size: 1.08rem !important;
    line-height: 1.35 !important;
  }

  .imcc-m-proof {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .imcc-m-proof-item {
    min-height: 72px;
    padding: 8px 36px;
    grid-template-columns: 66px 1fr;
    gap: 18px;
  }

  .imcc-m-proof-number {
    width: 60px;
    height: 60px;
    font-size: 1.55rem !important;
  }

  .imcc-m-proof-copy strong {
    font-size: 1.05rem !important;
  }

  .imcc-m-proof-copy small {
    margin-top: 3px;
    font-size: 0.84rem !important;
    line-height: 1.4 !important;
  }

  .imcc-m-benefit-grid {
    gap: 22px;
  }

  .imcc-m-benefit-card {
    min-height: 340px;
    padding: 30px;
    justify-content: flex-start;
    gap: 0;
  }

  .imcc-m-benefit-card::before {
    opacity: 1;
    filter: saturate(0.82) contrast(0.94);
  }

  .imcc-m-benefit-card::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.80));
  }

  .imcc-m-benefit-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border: 1px solid rgba(7, 87, 199, 0.22);
    border-radius: 14px;
    background: rgba(232, 243, 255, 0.94);
    box-shadow: 0 7px 18px rgba(7, 31, 91, 0.10);
  }

  .imcc-m-benefit-icon svg {
    width: 29px;
    height: 29px;
    stroke: var(--navy-800);
  }

  .imcc-m-benefit-card h3 {
    margin-bottom: 11px !important;
    font-size: 1.65rem !important;
    line-height: 1.14 !important;
  }

  .imcc-m-benefit-card p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }

  .imcc-m-savings-section {
    padding-top: 34px;
  }

  .imcc-m-savings {
    min-height: 330px;
    padding: 48px 52px;
  }

  .imcc-m-savings-copy > p {
    font-size: 1.08rem !important;
  }

  .imcc-m-discount-step {
    min-height: 74px;
    align-content: center;
  }

  .imcc-m-tier-grid {
    gap: 24px;
  }

  .imcc-m-tier-top {
    padding: 36px 32px 24px;
  }

  .imcc-m-tier-body {
    padding: 24px 32px 32px;
  }

  .imcc-m-tier-summary {
    font-size: 0.98rem !important;
    line-height: 1.55 !important;
  }

  .imcc-m-tier-body li {
    font-size: 0.95rem !important;
  }

  .imcc-m-table-wrap th,
  .imcc-m-table-wrap td {
    padding: 16px 12px !important;
    font-size: 0.86rem !important;
  }

  .imcc-m-faq-list summary {
    padding: 20px 22px;
    font-size: 1.03rem !important;
  }

  .imcc-m-faq-list details p {
    font-size: 1rem !important;
  }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .imcc-m-inner {
    width: min(calc(100% - 40px), 1080px) !important;
  }

  .imcc-m-hero-grid {
    min-height: 650px;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
    gap: 34px;
  }

  .imcc-m-hero-copy h1 {
    font-size: clamp(3.25rem, 5.4vw, 4rem) !important;
  }

  .imcc-m-network-shell {
    width: 410px;
  }

  .imcc-m-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .imcc-m-benefit-card::before {
    opacity: 1;
    filter: saturate(0.82) contrast(0.94);
  }

  .imcc-m-benefit-card::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.82));
  }

  .imcc-m-network-logo {
    overflow: hidden;
  }

  .imcc-m-network-logo img {
    border-radius: 50%;
  }
}

/* Version 1.4 final desktop and mobile readability correction.
 * This block intentionally remains last so earlier Upeo and Membership desktop
 * rules cannot restore reduced rem-based typography.
 */
.imcc-membership-ui {
  text-rendering: optimizeLegibility;
}

.imcc-m-network-label,
.imcc-m-savings-badge,
.imcc-m-tier-tag {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.imcc-m-proof-copy small,
.imcc-m-discount-step small {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.imcc-m-benefit-card p,
.imcc-m-savings-copy > p {
  color: #263a64 !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.imcc-m-tier-summary {
  color: #263a64 !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.imcc-m-best-for {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
}

.imcc-m-tier-body li {
  color: #263a64 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.imcc-membership-ui a.imcc-m-tier-button {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.imcc-m-table-wrap th,
.imcc-m-table-wrap td {
  color: #1d315d !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.imcc-m-table-wrap thead th {
  font-size: 16px !important;
  font-weight: 800 !important;
}

.imcc-m-eyebrow,
.imcc-m-tier-price small {
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.imcc-m-table-note {
  color: #263a64 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

.imcc-m-faq-list summary {
  font-size: 19px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

.imcc-m-faq-list details p {
  color: #263a64 !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

@media (max-width: 860px) {
  .imcc-m-benefit-card p,
  .imcc-m-tier-summary,
  .imcc-m-tier-body li,
  .imcc-m-faq-list details p {
    font-size: 18px !important;
  }

  .imcc-m-best-for,
  .imcc-membership-ui a.imcc-m-tier-button {
    font-size: 16px !important;
  }
}

/* Version 1.5 authoritative typography map.
 * Every text-bearing Membership component is defined here in fixed pixels.
 * This is the final stylesheet block so no earlier theme or desktop rule can
 * shrink supporting copy back to Upeo's reduced rem scale.
 */
.imcc-membership-ui {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.imcc-m-eyebrow {
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
}

.imcc-m-hero-copy h1 {
  font-size: clamp(58px, 4.3vw, 76px) !important;
  line-height: 1.04 !important;
}

.imcc-m-hero-lead {
  color: #243d74 !important;
  font-size: 20px !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

.imcc-membership-ui a.imcc-m-button,
.imcc-membership-ui a.imcc-m-tier-button {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.imcc-m-network-label {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}

.imcc-m-network-caption {
  color: #142d67 !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.imcc-m-proof-number {
  font-size: 26px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.imcc-m-proof-copy strong {
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.imcc-m-proof-copy small {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.imcc-m-section-heading h2,
.imcc-m-savings h2,
.imcc-m-final-cta h2 {
  font-size: clamp(44px, 3.2vw, 54px) !important;
  line-height: 1.12 !important;
}

.imcc-m-section-heading > p:last-child {
  color: #32476f !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.imcc-m-benefit-card h3 {
  font-size: 27px !important;
  line-height: 1.16 !important;
}

.imcc-m-benefit-card p,
.imcc-m-savings-copy > p {
  color: #263a64 !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.imcc-m-savings-badge,
.imcc-m-tier-tag {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.imcc-m-discount-step strong {
  font-size: 24px !important;
  line-height: 1 !important;
}

.imcc-m-discount-step small {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

.imcc-m-tier-top h3 > span {
  font-size: 28px !important;
  line-height: 1 !important;
}

.imcc-m-tier-price {
  font-size: 34px !important;
  line-height: 1.1 !important;
}

.imcc-m-tier-price small {
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.imcc-m-tier-summary {
  color: #263a64 !important;
  font-size: 19px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.imcc-m-best-for {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}

.imcc-m-tier-body li {
  color: #263a64 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.imcc-m-table-wrap th,
.imcc-m-table-wrap td {
  color: #1d315d !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.imcc-m-table-wrap thead th {
  font-size: 16px !important;
  font-weight: 800 !important;
}

.imcc-m-table-wrap td.is-check {
  font-size: 20px !important;
}

.imcc-m-table-note {
  color: #263a64 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

.imcc-m-faq-list summary {
  font-size: 19px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

.imcc-m-faq-list summary span:last-child {
  font-size: 21px !important;
}

.imcc-m-faq-list details p {
  color: #263a64 !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 500 !important;
}

.imcc-m-final-cta .imcc-m-inner > div:first-child > p:last-child {
  font-size: 20px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

@media (max-width: 860px) {
  .imcc-m-hero-copy h1 {
    font-size: clamp(42px, 10vw, 56px) !important;
  }

  .imcc-m-section-heading h2,
  .imcc-m-savings h2,
  .imcc-m-final-cta h2 {
    font-size: clamp(34px, 8vw, 44px) !important;
  }

  .imcc-m-hero-lead,
  .imcc-m-section-heading > p:last-child,
  .imcc-m-final-cta .imcc-m-inner > div:first-child > p:last-child {
    font-size: 18px !important;
  }

  .imcc-m-network-label {
    font-size: 16px !important;
  }

  .imcc-m-network-caption,
  .imcc-m-proof-copy strong,
  .imcc-m-proof-copy small {
    font-size: 17px !important;
  }
}
