.cope-rates-page {
  background: #edf2fb;
}

.cope-rates-shell {
  min-height: 0;
  /* background: #121d43; */
}

.cope-rates-content {
  width: 100%;
  padding: 28px 20px 52px;
}

.cope-rates-container {
  max-width: 1180px;
  margin: 0 auto;
}

.cope-rates-section-heading {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.cope-rates-section-heading h1 {
  margin: 0;
  color: #243f8d;
  font-size: 2.35rem;
  font-weight: 800;
}

.cope-rates-section-heading p {
  margin: 14px 0 0;
  color: #31466f;
  font-size: 1rem;
  line-height: 1.55;
}

.cope-rates-table-title {
  margin: 0;
  color: #1e3f8a;
  font-size: 1.75rem;
}

.cope-rates-table-subtitle {
  color: #1e3f8a;
  font-weight: 600;
}

.cope-rates-column-row td,
.cope-rates-column-row th {
  background-color: #cfcfcf;
}

.cope-rates-divider-row td {
  padding: 0;
  height: 14px;
  background-color: #cfcfcf;
}

.cope-rates-special-row {
  background-color: #eeeeee;
  text-align: left;
  padding: 0.6rem 0.8rem !important;
}

.cope-rates-special-row span {
  color: #bf1f25;
  font-weight: 700;
  font-size: 1.25rem;
}

.cope-rates-table-separator {
  margin: 18px 0;
}

.investment-mobile-cards {
  display: none;
}

.investment-mobile-section {
  margin-bottom: 1.4rem;
}

.investment-mobile-section:last-child {
  margin-bottom: 0;
}

.investment-mobile-section-title {
  margin: 0 0 0.75rem 0;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #e9edf4;
  color: #1e3f8a;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.investment-mobile-section-subtitle {
  margin: -0.35rem 0 0.75rem 0;
  text-align: center;
  color: #35507e;
  font-size: 0.9rem;
  font-weight: 600;
}

.investment-mobile-card {
  overflow: hidden;
  margin-bottom: 0.75rem;
  border: 1px solid #d7dce4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.investment-mobile-card.special {
  border-color: #e8b9aa;
  background: #fff9f7;
}

.investment-mobile-card h4 {
  margin: 0;
  padding: 0.65rem 0.75rem;
  background: #1e3f8a;
  color: #fff !important;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 700;
}

.investment-mobile-card h4 small {
  display: block;
  margin-top: 0.1rem;
  color: #d7e2ff;
  font-size: 0.78rem;
  line-height: 1.15;
  font-weight: 600;
}

.investment-mobile-card.special h4 {
  background: #bf1f25;
}

.investment-mobile-card.special h4 small {
  color: #ffd9dd;
}

.special-closeout-line1 {
  display: block;
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 700;
  white-space: nowrap;
}

.special-closeout-line1 .special-closeout-limited {
  font-size: 0.8em;
  font-weight: 600;
}

.special-closeout-line2 {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem !important;
  line-height: 1.1;
  font-weight: 600;
}

.special-closeout-line2 .special-closeout-parenthetical {
  font-size: 0.9em;
}

.investment-mobile-body {
  padding: 0.7rem 0.75rem 0.8rem 0.75rem;
}

.investment-mobile-field {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.15rem 0;
  border-bottom: 1px solid #edf1f6;
  font-size: 0.9rem;
}

.investment-mobile-field:last-of-type {
  border-bottom: 0;
  margin-bottom: 0.2rem;
}

.investment-mobile-field-label {
  color: #334c78;
  font-weight: 700;
}

.investment-mobile-field-value {
  color: #355f30;
  font-weight: 600;
  text-align: right;
}

.investment-mobile-rates {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.6rem;
}

.investment-mobile-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.55rem;
  border-radius: 6px;
  background: #f4f7fb;
  font-size: 0.88rem;
}

.investment-mobile-rate-label {
  color: #334c78;
  font-weight: 600;
}

.investment-mobile-rate-value {
  color: #0f4666;
  font-weight: 700;
}

.inv-cta-btn {
  width: 40%;
  margin: 2.2rem auto 0;
}

.inv-cta-divider {
  margin: 0 0.2rem;
}

@media (min-width: 768px) {
  .cope-rates-content {
    padding: 42px 24px 60px;
  }
}

@media (max-width: 991px) {
  .inv-cta-btn {
    width: 56%;
  }
}

@media (max-width: 767px) {
  .cope-rates-content {
    padding: 24px 16px 44px;
  }

  .cope-rates-section-heading {
    margin-bottom: 24px;
  }

  .cope-rates-section-heading h1 {
    font-size: 2rem;
  }

  .table-responsive > table {
    display: none;
  }

  .table-responsive > hr {
    display: none;
  }

  .investment-mobile-cards {
    display: block;
  }

  .inv-bottom-disclaimer {
    display: none;
  }

  .inv-cta-btn {
    width: 100%;
    padding: 0.85rem 0.9rem;
    margin-top: 2.25rem;
    font-size: 1.05rem;
  }
}
