/* Clarity professional calculator UI — layout only, no logic changes */

body.cft-is-calculator .entry-header {
  display: none !important;
}

.cft-calc-page {
  font-family: Montserrat, "Segoe UI", sans-serif;
  margin: 0 0 40px;
}

.cft-calc-page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 26px 24px;
  margin-bottom: 22px;
  background:
    radial-gradient(700px 220px at 0% 0%, rgba(63, 238, 230, 0.2), transparent 55%),
    radial-gradient(520px 200px at 100% 0%, rgba(255, 133, 165, 0.16), transparent 50%),
    linear-gradient(135deg, #064852 0%, #0e636f 55%, #0a5560 100%);
  border: 1px solid rgba(63, 238, 230, 0.28);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.cft-calc-page-hero .cft-calc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(63, 238, 230, 0.14);
  border: 1px solid rgba(63, 238, 230, 0.35);
  color: #3feee6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cft-calc-page-hero h2,
.cft-calc-page .tabtitle {
  margin: 0 0 8px !important;
  font-family: ethnocentric, sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3feee6 !important;
  text-shadow: none !important;
  clear: both;
}

.cft-calc-page-hero p {
  margin: 0;
  color: rgba(232, 255, 252, 0.88) !important;
  font-size: 14px;
  line-height: 1.65;
  text-align: left !important;
  max-width: 760px;
}

.cft-calc-login {
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  background:
    radial-gradient(500px 180px at 50% 0%, rgba(63, 238, 230, 0.18), transparent 60%),
    linear-gradient(135deg, #064852, #0e636f);
  border: 1px solid rgba(63, 238, 230, 0.28);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.cft-calc-login h2 {
  margin: 0 0 10px;
  font-family: ethnocentric, sans-serif !important;
  color: #3feee6 !important;
  font-size: 22px;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-shadow: none !important;
}

.cft-calc-login p {
  margin: 0 0 20px;
  color: rgba(232, 255, 252, 0.85) !important;
  text-align: center !important;
}

.cft-calc-login a.cft-calc-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3feee6, #ff85a5);
  color: #064852 !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
}

/* Pension suite sub-nav — Harvard-style vertical sidebar */
.cft-calc-page .responsive-tabs,
body.cft-is-calculator .responsive-tabs {
  display: block;
}

body.cft-is-calculator .cft-calc-suite-nav,
.cft-calc-page .cft-calc-suite-nav {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #064852 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 18px;
}

body.cft-is-calculator .cft-calc-suite-nav .myBtn,
body.cft-is-calculator .cft-calc-suite-nav .myBtnActive,
.cft-calc-page .cft-calc-suite-nav .myBtn,
.cft-calc-page .cft-calc-suite-nav .myBtnActive {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: #064852 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.cft-is-calculator .cft-calc-suite-nav .myBtn:last-child,
body.cft-is-calculator .cft-calc-suite-nav .myBtnActive:last-child,
.cft-calc-page .cft-calc-suite-nav .myBtn:last-child,
.cft-calc-page .cft-calc-suite-nav .myBtnActive:last-child {
  border-bottom: none !important;
}

body.cft-is-calculator .cft-calc-suite-nav .myBtn a,
body.cft-is-calculator .cft-calc-suite-nav .myBtnActive a,
.cft-calc-page .cft-calc-suite-nav .myBtn a,
.cft-calc-page .cft-calc-suite-nav .myBtnActive a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px;
  width: 100% !important;
  min-height: 52px;
  margin: 0 !important;
  padding: 14px 18px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #064852 !important;
  color: #fff !important;
  font-family: Montserrat, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  text-transform: none !important;
  text-align: left !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
  transition: background 0.2s ease;
}

body.cft-is-calculator .cft-calc-suite-nav .myBtn a::before,
body.cft-is-calculator .cft-calc-suite-nav .myBtnActive a::before,
.cft-calc-page .cft-calc-suite-nav .myBtn a::before,
.cft-calc-page .cft-calc-suite-nav .myBtnActive a::before {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 1.15em;
  text-align: center;
  color: #fff;
  flex: 0 0 auto;
}

body.cft-is-calculator .cft-calc-suite-nav a[href*="pension-tax-relief"]::before,
.cft-calc-page .cft-calc-suite-nav a[href*="pension-tax-relief"]::before {
  content: "\f155";
}

body.cft-is-calculator .cft-calc-suite-nav a[href*="pension-calculator"]::before,
.cft-calc-page .cft-calc-suite-nav a[href*="pension-calculator"]::before {
  content: "\f200";
}

body.cft-is-calculator .cft-calc-suite-nav a[href*="annuity-calculator"]::before,
.cft-calc-page .cft-calc-suite-nav a[href*="annuity-calculator"]::before {
  content: "\f201";
}

body.cft-is-calculator .cft-calc-suite-nav a[href*="flexi-access"]::before,
.cft-calc-page .cft-calc-suite-nav a[href*="flexi-access"]::before {
  content: "\f0ec";
}

body.cft-is-calculator .cft-calc-suite-nav a[href*="ufpls"]::before,
.cft-calc-page .cft-calc-suite-nav a[href*="ufpls"]::before {
  content: "\f19c";
}

body.cft-is-calculator .cft-calc-suite-nav .myBtn a:hover,
body.cft-is-calculator .cft-calc-suite-nav .myBtn a:focus,
.cft-calc-page .cft-calc-suite-nav .myBtn a:hover,
.cft-calc-page .cft-calc-suite-nav .myBtn a:focus {
  background: #0a5560 !important;
  color: #fff !important;
}

body.cft-is-calculator .cft-calc-suite-nav .myBtnActive,
body.cft-is-calculator .cft-calc-suite-nav .myBtnActive a,
body.cft-is-calculator .cft-calc-suite-nav .myBtnActive a:hover,
body.cft-is-calculator .cft-calc-suite-nav .myBtnActive a:focus,
.cft-calc-page .cft-calc-suite-nav .myBtnActive,
.cft-calc-page .cft-calc-suite-nav .myBtnActive a,
.cft-calc-page .cft-calc-suite-nav .myBtnActive a:hover,
.cft-calc-page .cft-calc-suite-nav .myBtnActive a:focus {
  background: #ff85a5 !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.cft-is-calculator .cft-calc-suite-main,
.cft-calc-page .cft-calc-suite-main {
  min-width: 0;
}

body.cft-is-calculator .cft-calc-suite-main > .tabcontent,
.cft-calc-page .cft-calc-suite-main > .tabcontent {
  margin-top: 0 !important;
}

/* Fallback pills when suite nav wrap is unavailable */
.cft-calc-page .myBtn,
.cft-calc-page .myBtnActive,
body.cft-is-calculator .myBtn,
body.cft-is-calculator .myBtnActive {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: none !important;
  min-height: 42px !important;
  height: auto !important;
  margin: 0 8px 10px 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 8px !important;
  background: #064852 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.cft-calc-page .myBtn a,
.cft-calc-page .myBtnActive a,
body.cft-is-calculator .myBtn a,
body.cft-is-calculator .myBtnActive a {
  display: block !important;
  padding: 10px 16px !important;
  color: #fff !important;
  font-family: Montserrat, "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none !important;
  background: transparent !important;
  line-height: 1.3 !important;
}

.cft-calc-page .myBtn:hover,
body.cft-is-calculator .myBtn:hover {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: #0a5560 !important;
}

.cft-calc-page .myBtnActive,
body.cft-is-calculator .myBtnActive {
  background: #ff85a5 !important;
  border-color: transparent !important;
}

.cft-calc-page .myBtnActive a,
body.cft-is-calculator .myBtnActive a {
  color: #fff !important;
}

/* Keep form reset inputs usable when they reuse .myBtn */
body.cft-is-calculator input.myBtn,
.cft-calc-page input.myBtn {
  display: inline-flex !important;
  width: auto !important;
  max-width: 220px !important;
  margin: 8px 8px 8px 0 !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  background: #064852 !important;
  color: #fff !important;
}

/* Tool panels — one container only (not form nested inside tabcontent) */
.cft-calc-page .tabcontent,
body.cft-is-calculator .tabcontent,
.cft-calc-page > .responsive-tabs > .advice-wrap,
body.cft-is-calculator .entry-content > .responsive-tabs > .advice-wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(6, 72, 82, 0.45) 100%);
  border: 1px solid rgba(63, 238, 230, 0.22);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  margin-top: 12px;
  overflow: hidden;
}

/* Kill nested second boxes inside the single panel */
.cft-calc-page .tabcontent form,
body.cft-is-calculator .tabcontent form,
.cft-calc-page .tabcontent .advice-wrap,
body.cft-is-calculator .tabcontent .advice-wrap,
.cft-calc-page .tabcontent .infmo,
body.cft-is-calculator .tabcontent .infmo,
.cft-calc-page .tabcontent .wrap,
body.cft-is-calculator .tabcontent .wrap,
body.cft-is-calculator form#targetfunding-calculator,
body.cft-is-calculator form[id*="calc"],
body.cft-is-calculator form[action="#"] {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.cft-is-calculator .entry-content > .responsive-tabs > .tabcontent {
  margin-top: 8px;
}

.cft-calc-page .tool-title,
body.cft-is-calculator .tool-title,
.cft-calc-page h2.tool-title,
body.cft-is-calculator h1,
body.cft-is-calculator h2,
body.cft-is-calculator h3,
body.cft-is-calculator h4,
.cft-calc-page h1,
.cft-calc-page h2,
.cft-calc-page h3,
.cft-calc-page h4 {
  color: #3feee6 !important;
  font-family: ethnocentric, sans-serif !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

body.cft-is-calculator .entry-content p,
.cft-calc-page .tabcontent > p,
.cft-calc-page .tabcontent p {
  color: rgba(232, 255, 252, 0.9) !important;
}

body.cft-is-calculator label,
.cft-calc-page label {
  color: #e8fffc !important;
  font-weight: 600;
  font-size: 14px;
}

body.cft-is-calculator input[type="text"],
body.cft-is-calculator input[type="number"],
body.cft-is-calculator input:not([type]),
body.cft-is-calculator select,
body.cft-is-calculator textarea,
.cft-calc-page input[type="text"],
.cft-calc-page input[type="number"],
.cft-calc-page select,
.cft-calc-page textarea,
.cft-calc-page .txtfld {
  background: #fff !important;
  color: #064852 !important;
  border: 1px solid rgba(6, 72, 82, 0.18) !important;
  border-radius: 10px !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  max-width: 100%;
}

body.cft-is-calculator input[type="button"],
body.cft-is-calculator input[type="submit"],
body.cft-is-calculator input[type="reset"],
body.cft-is-calculator button:not(.cft-nav-toggle),
.cft-calc-page input[type="button"],
.cft-calc-page input[type="submit"],
.cft-calc-page input[type="reset"],
.cft-calc-page button:not(.cft-nav-toggle),
#calc-button11,
body.cft-is-calculator #calc-button11 {
  background: linear-gradient(90deg, #3feee6, #7af0ea) !important;
  color: #064852 !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.cft-is-calculator input[type="button"]:hover,
body.cft-is-calculator button:not(.cft-nav-toggle):hover,
.cft-calc-page button:not(.cft-nav-toggle):hover,
#calc-button11:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

body.cft-is-calculator table,
.cft-calc-page table,
#calc-table-no-column {
  width: 100% !important;
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: rgba(6, 72, 82, 0.35) !important;
  border: 1px solid rgba(63, 238, 230, 0.22) !important;
  border-radius: 14px;
  overflow: hidden;
}

body.cft-is-calculator table th,
body.cft-is-calculator table td,
.cft-calc-page table th,
.cft-calc-page table td,
#calc-table-no-column td,
#calc-table-no-column th {
  border: none !important;
  border-bottom: 1px solid rgba(63, 238, 230, 0.12) !important;
  padding: 12px 14px !important;
  color: #e8fffc !important;
  vertical-align: middle;
  text-align: left;
}

body.cft-is-calculator table tr:last-child td,
#calc-table-no-column tr:last-child td {
  border-bottom: none !important;
}

body.cft-is-calculator #demo,
body.cft-is-calculator #effective_cost,
.cft-calc-page #demo,
.cft-calc-page #effective_cost {
  background: rgba(6, 72, 82, 0.65) !important;
  border: 1px solid rgba(63, 238, 230, 0.28) !important;
  border-radius: 12px !important;
  padding: 14px !important;
  min-width: 0 !important;
  max-width: 100%;
}

body.cft-is-calculator #msg,
body.cft-is-calculator #validation,
.cft-calc-page #msg,
.cft-calc-page #validation {
  background: #ff85a5 !important;
  border-radius: 10px;
  padding: 10px 14px !important;
}

body.cft-is-calculator .rh_info_link,
.cft-calc-page .rh_info_link {
  background: #ff85a5 !important;
  color: #fff !important;
  border-radius: 50% !important;
  padding: 0 8px !important;
  text-decoration: none !important;
}

/* Bootstrap nav-tabs — vertical Clarity sidebar style */
body.cft-is-calculator .cft-calc-tab-layout,
.cft-calc-page .cft-calc-tab-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 12px 0 8px;
}

body.cft-is-calculator .nav-tabs,
.cft-calc-page .nav-tabs {
  display: block !important;
  float: none !important;
  width: 100%;
  max-width: 360px;
  margin: 0 0 22px !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #064852 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

body.cft-is-calculator .cft-calc-tab-layout > .nav-tabs,
.cft-calc-page .cft-calc-tab-layout > .nav-tabs {
  max-width: none;
  margin: 0 !important;
  position: sticky;
  top: 18px;
}

body.cft-is-calculator .nav-tabs > li,
.cft-calc-page .nav-tabs > li {
  float: none !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: #064852 !important;
  box-shadow: none !important;
}

body.cft-is-calculator .nav-tabs > li:last-child,
.cft-calc-page .nav-tabs > li:last-child {
  border-bottom: none !important;
}

body.cft-is-calculator .nav-tabs > li > a,
.cft-calc-page .nav-tabs > li > a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 14px 18px !important;
  border: none !important;
  border-radius: 0 !important;
  background: #064852 !important;
  color: #fff !important;
  font-family: Montserrat, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  text-transform: none;
  text-align: left !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
  transition: background 0.2s ease, color 0.2s ease;
}

body.cft-is-calculator .nav-tabs > li > a::before,
.cft-calc-page .nav-tabs > li > a::before {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 1.15em;
  text-align: center;
  color: #fff;
  flex: 0 0 auto;
}

body.cft-is-calculator .nav-tabs > li > a[href="#home"]::before,
.cft-calc-page .nav-tabs > li > a[href="#home"]::before {
  content: "\f02d"; /* book */
}

body.cft-is-calculator .nav-tabs > li > a[href="#menu1"]::before,
.cft-calc-page .nav-tabs > li > a[href="#menu1"]::before {
  content: "\f1ea"; /* newspaper */
}

body.cft-is-calculator .nav-tabs > li > a[href="#menu2"]::before,
.cft-calc-page .nav-tabs > li > a[href="#menu2"]::before {
  content: "\f0ac"; /* globe */
}

body.cft-is-calculator .nav-tabs > li > a:hover,
body.cft-is-calculator .nav-tabs > li > a:focus,
.cft-calc-page .nav-tabs > li > a:hover,
.cft-calc-page .nav-tabs > li > a:focus {
  background: #0a5560 !important;
  color: #fff !important;
  outline: none !important;
}

body.cft-is-calculator .nav-tabs > li.active > a,
body.cft-is-calculator .nav-tabs > li.active > a:hover,
body.cft-is-calculator .nav-tabs > li.active > a:focus,
.cft-calc-page .nav-tabs > li.active > a,
.cft-calc-page .nav-tabs > li.active > a:hover,
.cft-calc-page .nav-tabs > li.active > a:focus {
  background: #ff85a5 !important;
  color: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

body.cft-is-calculator .tab-content,
.cft-calc-page .tab-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
}

body.cft-is-calculator .cft-calc-tab-layout > .tab-content,
.cft-calc-page .cft-calc-tab-layout > .tab-content {
  min-width: 0;
  clear: none;
  padding: 4px 0 0 !important;
}

body.cft-is-calculator .tab-content > .tab-pane,
.cft-calc-page .tab-content > .tab-pane {
  padding: 4px 2px 0;
}

body.cft-is-calculator .tab-content > .tab-pane > h3,
.cft-calc-page .tab-content > .tab-pane > h3 {
  margin: 0 0 16px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #3feee6 !important;
  font-family: ethnocentric, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}

body.cft-is-calculator .tab-content table#calc-table,
.cft-calc-page .tab-content table#calc-table {
  width: 100% !important;
  max-width: 100% !important;
}

/* Keep calculator fields usable on mobile */
@media (max-width: 991px) {
  body.cft-is-calculator .cft-calc-tab-layout,
  .cft-calc-page .cft-calc-tab-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.cft-is-calculator .cft-calc-tab-layout > .nav-tabs,
  .cft-calc-page .cft-calc-tab-layout > .nav-tabs,
  body.cft-is-calculator .cft-calc-suite-nav,
  .cft-calc-page .cft-calc-suite-nav {
    position: static;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .cft-calc-page-hero {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .cft-calc-page-hero h2,
  .cft-calc-page .tabtitle {
    font-size: 20px !important;
  }

  .cft-calc-page .myBtn:not(input),
  .cft-calc-page .myBtnActive,
  body.cft-is-calculator .myBtn:not(input),
  body.cft-is-calculator .myBtnActive {
    display: flex !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  body.cft-is-calculator .cft-calc-suite-nav .myBtn,
  body.cft-is-calculator .cft-calc-suite-nav .myBtnActive,
  .cft-calc-page .cft-calc-suite-nav .myBtn,
  .cft-calc-page .cft-calc-suite-nav .myBtnActive {
    display: block !important;
    width: 100% !important;
  }

  body.cft-is-calculator .nav-tabs,
  .cft-calc-page .nav-tabs {
    max-width: 100%;
  }

  body.cft-is-calculator .nav-tabs > li,
  .cft-calc-page .nav-tabs > li {
    width: 100%;
  }

  body.cft-is-calculator input[type="text"],
  body.cft-is-calculator select,
  body.cft-is-calculator button:not(.cft-nav-toggle),
  .cft-calc-page input[type="text"],
  .cft-calc-page select,
  .cft-calc-page button:not(.cft-nav-toggle),
  .cft-calc-page .txtfld {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cft-calc-page .tabcontent,
  body.cft-is-calculator .tabcontent,
  .cft-calc-page form,
  body.cft-is-calculator form {
    padding: 16px !important;
  }

  body.cft-is-calculator table td,
  body.cft-is-calculator table th {
    display: block;
    width: 100% !important;
  }
}

/* Annuity type cards use light fills — keep copy dark over the global white/cyan text. */
body.cft-is-calculator .cft-annuity-types h4,
.cft-calc-page .cft-annuity-types h4,
body.cft-is-calculator .entry-content .cft-annuity-types p,
.cft-calc-page .cft-annuity-types p {
  color: #12363c !important;
  text-shadow: none !important;
}
