
      /*<![CDATA[*/
      :root {
        --font-system: -apple-system, blinkmacsystemfont, segoe ui, roboto, oxygen, ubuntu, cantarell, fira sans, droid sans, helvetica neue, sans-serif;
        --font-body: "Libre Baskerville", var(--font-system);
        font-family: var(--font-body);
      }

      .top-nav {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        padding: 25px 32px;
        border: 1px solid #cbd5e1;
        display: flex;
      }

      .top-nav .nav-logo a picture {
        display: flex;
      }

      .menu-2 {
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        padding: 0;
        grid-gap: 32px;
        display: flex;
      }

      .sub-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        color: #000;
        padding: 10px 0 16px;
        z-index: 1000;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: max-content;
        margin-top: 16px;
        margin-left: -1em;
        list-style: none;
      }

      .menu-2 a {
        color: #0f172a !important;
        text-transform: capitalize;
        padding: 20px 0;
        outline: 0;
        font-size: 20px;
      }

      .menu-2 li .sub-menu a {
        color: #0f172a !important;
        font-weight: 400;
      }

      .sub-menu li {
        line-height: 160%;
        margin: 0;
        padding: 4px 16px;
        border-radius: 8px;
        font-size: 16px !important;
      }

      .menu-2 > li {
        margin: 0;
        position: relative;
      }

      .menu-button-container {
        display: none;
        height: 100%;
        width: 30px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      .menu-button {
        display: block;
        background-color: #00910d;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
      }

      .menu-button::before {
        display: block;
        background-color: #00910d;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
        content: "";
        margin-top: -8px;
      }

      .menu-button::after {
        display: block;
        background-color: #00910d;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
        content: "";
        margin-top: 8px;
      }

      #menu-toggle,
      .down-arrow,
      .sub-menu-2 {
        display: none;
      }

      #menu-toggle:checked + .menu-button-container .menu-button::before {
        margin-top: 0;
        transform: rotate(405deg);
      }

      #menu-toggle:checked + .menu-button-container .menu-button::after {
        margin-top: 0;
        transform: rotate(-405deg);
      }

      .menu-2 li:after {
        background: 0;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #00910d;
        transition:
          width 0.3s ease 0s,
          left 0.3s ease 0s;
        width: 0;
      }

      .menu-2 li:hover:after {
        width: 100%;
        left: 0;
      }

      .menu-2 li:nth-last-child(2) .sub-menu {
        right: 0;
      }

      .sub-menu li:after {
        background: 0;
      }

      .nav-logo img {
        width: 229px;
        height: auto;
      }

      .sub-menu-2 li {
        padding: 4px 16px;
        border-radius: 8px;
        list-style: none;
      }

      .sub-menu-2 li a {
        padding: 20px 0;
      }

      .menu-2 ul.sub-menu li ul.sub-menu-2 li a {
        color: #0f172a !important;
      }

      body {
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        text-rendering: optimizeLegibility;
        border: 0;
        color: #0f172a;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0 !important;
        word-spacing: 0 !important;
      }

      html {
        overflow-y: scroll;
        font-size: 87.5%;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        border: 0;
      }

      a {
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        outline: 0;
        text-decoration: none;
        color: #00910d;
        font-style: normal;
      }

      body.single article .entry-content h3 {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.3 !important;
        margin: 16px 0 8px;
      }

      h1 {
        margin: 0.67em 0;
        font-size: 2.125em;
      }

      .ft-menu .social .social-button img {
        border: 0;
      }

      hr {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background-color: #eee;
        height: 1px;
        margin: 24px 0;
        border: 0;
      }

      div,
      iframe,
      li,
      p,
      span,
      time {
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
      }

      figcaption,
      footer,
      header,
      nav,
      section {
        display: block;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
      }

      img {
        margin: 0;
        -ms-interpolation-mode: bicubic;
        background-color: transparent;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
      }

      label {
        background-color: transparent;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        display: inline-block;
        max-width: 100%;
        margin: 0 0 5px;
        font-weight: 700;
      }

      sup {
        margin: 0;
        font-size: 75%;
        line-height: 0;
        position: relative;
        top: -0.5em;
        background-color: transparent;
        padding: 0;
        border: 0;
        vertical-align: baseline;
      }

      article .entry-content div a,
      article .entry-content li a,
      article .entry-content p a {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        outline: 0;
        text-decoration: none;
        color: #00910d;
        font-style: normal;
      }

      ol,
      ul {
        list-style: none;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
      }

      ::selection {
        background-color: #821728;
        color: #fff;
      }

      a::selection {
        text-decoration: underline;
        background-color: #821728;
        color: #fff;
      }

      .clear:after,
      .wrapper:after {
        clear: both;
        display: table;
        content: "";
      }

      .clear:before,
      .wrapper:before {
        display: table;
        content: "";
      }

      .entry-content img {
        max-width: 100%;
        height: auto;
        width: 100%;
      }

      img[class*="wp-image-"] {
        height: auto;
        max-width: 100%;
        width: auto;
      }

      img.size-full,
      img.wp-post-image {
        max-width: 100%;
        height: auto;
      }

      iframe {
        max-width: 100%;
      }

      .wp-caption {
        padding: 0;
        max-width: 100%;
      }

      b,
      strong {
        font-weight: 600;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
      }

      .clearfix:before {
        height: 0;
        overflow: hidden;
        display: table;
        content: " ";
      }

      .clearfix:after {
        height: 0;
        overflow: hidden;
        display: table;
        content: " ";
        clear: both;
      }

      .clearfix {
        zoom: 1;
      }

      .widget-area {
        margin: 0;
      }

      .entry-content ol ol,
      body.single article {
        margin-bottom: 0;
      }

      .entry-header {
        margin-bottom: 5px;
        position: relative;
      }

      .entry-content h1 {
        margin: 5px 0;
        color: #0f172a;
        line-height: 1.3 !important;
      }

      .entry-content h2 {
        margin: 5px 0;
        color: #0f172a;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
        word-spacing: 0 !important;
      }

      .entry-content h3 {
        margin: 4px 0;
        color: #0f172a;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
        word-spacing: 0 !important;
      }

      .entry-content ol {
        margin: 0 0 4px !important;
        overflow: initial;
        list-style: decimal outside;
      }

      .entry-content ul {
        margin: 0 0 5px !important;
        overflow: initial;
        list-style: disc outside;
      }

      .entry-content li {
        margin: 8px 0 5px 5px !important;
        list-style-position: inside;
        position: relative;
        margin-top: 8px !important;
        font-size: 18px;
        line-height: 160%;
      }

      .entry-content iframe {
        margin: 16px auto;
      }

      .wptp-simple-tooltip {
        position: relative !important;
      }

      .wptp-tooltip-text span {
        display: block;
        padding: 10px;
        box-shadow:
          0 10px 15px rgb(0 0 0/25%),
          0 7px 6px rgb(0 0 0/22%);
        position: relative;
        z-index: 10;
        background-color: #fff;
        font-size: 18px !important;
      }

      .superinfo {
        font-weight: 700;
        border: 1px solid #00910d;
        font-size: 12px;
        border-radius: 50%;
        padding: 0 4.5px;
        color: #00910d;
        margin: 0 -6px 0 0;
      }

      .wptp-tooltip-text {
        display: none;
        position: absolute;
        word-break: break-word;
        z-index: auto;
        margin-top: 0.3em;
        margin-left: 2em;
        font-size: 18px !important;
        width: -webkit-fill-available;
        line-height: initial;
        font-weight: 400;
      }

      .wptp-simple-tooltip:hover::after {
        content: "";
        position: absolute;
        display: block;
        width: 3px;
        left: -0.5em;
        margin-top: 50%;
        border: 15px solid transparent;
        box-shadow: 0 0 2.6px -0.8px rgb(0 0 0/50%) !important;
        transform: rotate(45deg);
        z-index: 0;
        background-color: #fff;
        border-radius: 4px;
      }

      #breadcrumbs a {
        color: #000;
      }

      .bgwhite {
        background: #fff;
      }

      #submain {
        padding-top: 10px;
        background: #fff;
      }

      footer#submain {
        max-width: 100%;
        border-top: 1px solid #cbd5e1;
        background: #fff;
      }

      #submain .footermenu {
        padding-top: 0 !important;
        overflow-x: initial !important;
        white-space: initial !important;
      }

      #submain .footermenu div {
        margin: 10px 0 0;
      }

      #submain .footermenu ul {
        display: inline-block;
        margin-bottom: 0;
      }

      #submain .footermenu li {
        line-height: 1.42857143;
        padding: 12px 0 !important;
        font-size: 18px;
        color: #0f172a;
      }

      #submain .footermenu li a {
        text-transform: capitalize;
        color: #0f172a !important;
        outline: 0;
      }

      #submain .follow {
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        padding: 0;
        color: #212121;
        margin: 30px 0 0;
        text-align: left;
      }

      #submain .copyfooter {
        color: #f1f5f9;
        background-color: #0f172a;
      }

      #submain .disclaimer_footer {
        margin: auto;
      }

      #submain .disclaimer_footer p {
        text-align: left;
        font-size: 15px !important;
        line-height: 22px;
        color: #f1f5f9;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 8px;
      }

      #submain .footermenu .social {
        position: initial;
        width: auto;
        top: auto;
        bottom: auto;
        display: block;
        text-align: left;
        height: auto;
      }

      .copyfooter {
        padding: 30px 0 20px;
      }

      .copyfooter p {
        font-size: 16px;
        line-height: 160%;
        color: #f1f5f9 !important;
      }

      .sis-site {
        background: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
      }

      #submain .footermenu li.sis-li {
        padding: 0 !important;
        width: 150px;
        height: 46px;
        text-align: center;
        vertical-align: top;
        overflow: hidden;
      }

      .sister-logos li {
        display: inline-block;
        border: 1px solid #cbd5e1;
        border-radius: 8px;
        margin: 4px 1px;
      }

      .disclaimer_footer a {
        color: #f1f5f9;
        text-decoration: underline;
      }

      .m-pdt-gap {
        margin-bottom: 24px !important;
      }

      .ft-menu .social-button {
        padding-right: 0;
      }

      footer .col-sm-4 {
        width: 33% !important;
      }

      ol li cite a {
        word-break: break-all;
      }

      ul.sc-toc-list {
        margin-left: 16px !important;
      }

      .sc-toc-list li {
        list-style-position: outside !important;
      }

      .addtoany_list.a2a_kit_size_32 a {
        margin-right: 2px;
      }

      .modulereadmore .bio_read_more,
      @media (max-width:1280px) {
        .top-nav {
          padding: 26px 12px;
        }

        .containergod.container {
          padding-top: 0;
        }

        .menu-2 {
          grid-gap: 26px;
        }
      }

      @media (max-width: 1050px) {
        .mobonly {
          display: block;
        }

        .menu-button,
        .menu-button::after,
        .menu-button::before {
          display: block;
          height: 2px;
          width: 22px;
        }

        .top-nav {
          padding: 16px 12px;
          z-index: 102;
          width: 100%;
          background-color: #fff;
        }

        .menu-button-container {
          display: flex;
          height: 30px;
          width: 30px;
          z-index: 102;
          margin: 0;
        }

        .down-arrow {
          display: none;
          color: #0f172a;
          font-size: 20px;
          position: absolute;
          right: 1em;
          top: 14px;
        }

        .menu {
          position: absolute;
          top: 0;
          margin-top: 70px;
          left: auto;
          width: 100%;
          right: 0;
          display: block;
          z-index: 100;
        }

        #menu-toggle ~ .menu {
          height: 0;
          margin: 0;
          padding: 0;
          border: 0;
          transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
          display: none;
        }

        .menu-2 {
          right: 0;
          height: 100%;
          padding-top: 0;
          background-color: #fff;
          display: block;
          width: 100%;
        }

        .menu-2 .mobonly img {
          height: 32px;
          width: 216px;
        }

        .menu-2 li {
          color: #fff;
          border-bottom: 1px solid #cbd5e1;
          height: auto;
          padding: 0 !important;
          background-color: #fff;
        }

        .menu-2 > li {
          display: block;
          width: 100%;
          justify-content: center;
          margin: 0;
          padding: 0.5em 0;
        }

        .menu-2 a {
          text-transform: capitalize;
          font-weight: 700;
          display: inline-block;
          padding: 16px 15px;
        }

        .sub-menu {
          position: relative;
          border-radius: 0;
          box-shadow: none;
          width: auto;
          padding: 0;
          margin: 0;
          background-color: #fff1f3;
        }

        .menu-2 .sub-menu li a {
          font-size: 18px;
          font-weight: 400;
          display: inline-block;
        }

        .sub-menu li:nth-last-child(1) {
          border-bottom: none !important;
        }

        .sub-menu li {
          border-radius: 0;
          padding: 10px 0 !important;
          border: 0 !important;
          background-color: #fff1f3;
          margin: 0;
        }

        .sub-menu li a {
          padding: 0 24px;
        }

        .menu-2 li:after {
          background: 0;
        }

        .menu-2 li.mobonly {
          padding: 18px 0 18px 16px !important;
          border-bottom: 1px solid #0f172a;
        }

        .sub-menu li:nth-child(1) {
          border-top: 1px solid #cbd5e1 !important;
        }

        .sub-menu-2 {
          display: block;
        }

        body .sub-menu-2 li:nth-child(1) {
          border-top: none !important;
        }

        .sub-menu li .sub-menu-2 {
          display: block;
          position: relative;
          width: fit-content;
          left: 15px;
          box-shadow: none;
          margin-top: 0;
          margin-left: 0;
          color: #0f172a;
          padding-top: 10px;
          list-style: none;
          padding-left: 40px;
        }

        .sub-menu-2 li:nth-child(1) {
          border-top: 0 !important;
        }

        .sub-menu-2 li {
          padding: 3px 0 !important;
        }

        .sub-menu-2 li a {
          padding: 0;
        }

        .nodropdown-nails .down-arrow,
        .nodropdown-shopping .down-arrow,
        .nodropdown-tools .down-arrow {
          display: none;
        }

        li.nodropdown-nails a,
        li.nodropdown-shopping a,
        li.nodropdown-tools a {
          width: 100%;
        }
      }

      @media (max-width: 575px) {
        .top-nav {
          justify-content: center;
          padding: 16px 12px;
          align-items: self-end;
          position: relative;
        }

        .menu-button-container {
          display: flex;
          height: 20px;
          width: 20px;
          z-index: 102;
          position: absolute;
          right: 18px;
          top: 18px;
        }

        .nav-ft.pd0,
        footer .col-xs-6 {
          width: 49% !important;
        }

        .mobile-top {
          position: absolute;
          margin-top: -100% !important;
          width: 100%;
        }

        body.single footer#submain .col-xs-12 {
          width: 100% !important;
        }

        #submain .footermenu li {
          display: block !important;
        }

        #submain .footermenu li.sis-li {
          display: inline-block !important;
          width: 156px;
        }

        body.single #submain .m-pdt-gap {
          padding: 5em 16px 12px !important;
        }

        .sister-logos {
          text-align: center;
          width: 100%;
        }
      }

      .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
      }

      @media (min-width: 768px) {
        .container {
          width: 750px;
        }
      }

      .containergod.container {
        max-width: 1064px;
        padding-left: 15px;
        padding-right: 15px;
      }

      .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
      }

      .col-md-4,
      .col-sm-4,
      .col-xs-12,
      .col-xs-6 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
      }

      .col-xs-12,
      .col-xs-6 {
        float: left;
      }

      .col-xs-12 {
        width: 100%;
      }

      .col-xs-6 {
        width: 50%;
      }

      @media (min-width: 768px) {
        .col-sm-4 {
          float: left;
          width: 33.33333333%;
        }
      }

      @media (min-width: 992px) {
        .col-md-4 {
          float: left;
          width: 33.33333333%;
        }
      }

      .dropdown {
        position: relative;
      }

      .container-fluid:after,
      .container-fluid:before,
      .container:after,
      .container:before {
        display: table;
        content: " ";
      }

      .container-fluid:after,
      .container:after {
        clear: both;
      }

      .pull-right {
        float: right !important;
      }

      img.pin_image_share.aligncenter {
        position: absolute;
        right: 0.5em;
        bottom: 0.5em;
        background-position-x: 6px;
        width: 14%;
        text-indent: 29px;
        font:
          14px/28px "Helvetica Neue",
          Helvetica,
          Arial,
          sans-serif;
        background-size: 18px 18px;
        color: #fff;
        cursor: pointer;
      }

      @media screen and (max-width: 720px) {
        body {
          overflow-x: hidden;
          -moz-text-size-adjust: none;
        }

        #inner-wrap {
          margin-top: 0;
          background-color: #fff;
        }

        .social-links img {
          border-radius: 0;
          max-width: 30px !important;
          width: 26px !important;
          margin-top: 8px;
          margin-right: 8px !important;
          height: auto;
          padding-right: 0 !important;
        }

        .wptp-tooltip-text span {
          display: block;
          box-shadow: none;
          box-shadow:
            0 10px 15px rgb(0 0 0/25%),
            0 7px 6px rgb(0 0 0/22%) !important;
          font-size: 18px !important;
        }

        .wptp-tooltip-text {
          display: none;
          position: absolute;
          max-width: fit-content !important;
          line-height: initial;
          word-break: break-word;
          z-index: auto;
          margin: 0 !important;
          width: auto !important;
          padding: 0 !important;
        }

        body #content article {
          clear: left;
          background-color: #fff;
          overflow: hidden;
        }

        .entry-header {
          margin-bottom: 5px;
        }

        .entry-header .entry-title {
          font-weight: 700;
        }

        h1,
        h2,
        h3 {
          line-height: 1.3 !important;
          font-weight: 700;
        }

        #secondary {
          background: #f9f9f9;
        }

        #submain {
          padding-top: 10px;
        }

        #disqus_thread {
          margin: 10px;
        }

        .sc-toc-list li {
          padding-bottom: 2px;
        }

        footer li {
          line-height: 35px;
        }

        .advert {
          position: relative;
          margin: 0;
          text-align: center !important;
        }

        .advert:before {
          text-align: center !important;
        }

        .wp-caption {
          padding-top: 0 !important;
        }

        .widget-area {
          clear: both;
        }
      }

      @media screen and (min-width: 721px) {
        body {
          background-color: #fff;
        }
      }

      @media (max-width: 720px) {
        img[class*="wp-image-"] {
          width: 100%;
        }
      }

      @media all and (max-width: 720px) {
        .social {
          bottom: 10px;
          top: inherit;
          height: 40px;
        }
      }

      @media screen and (max-width: 767px) {
        .single-pmeta {
          display: block;
          grid-template-columns: 1fr 1fr;
          gap: 1px;
        }

        h1.entry-title {
          margin: 2px 0;
        }
      }

      @media (max-width: 1040px) {
        #breadcrumbs {
          top: 63px;
        }
      }

      @media (max-width: 767px) {
        .dropdown {
          position: relative;
        }

        section.under-title {
          padding: 15px 15px 0;
        }

        .containergod .entry-title {
          font-size: 25.05px;
          color: #0f172a;
          font-weight: 700;
        }

        article.entry-content {
          padding: 0 !important;
        }

        .containergod #primary {
          float: none;
          margin: 0 auto;
          background: #fff;
          max-width: 100%;
        }

        .containergod #secondary {
          float: left !important;
          margin: 0 auto;
          background: #fff;
          max-width: 100%;
        }

        .single-pmeta .pull-right {
          float: none !important;
        }

        .wp-caption .wp-caption-text {
          line-height: 160%;
        }

        img.pin_image_share.aligncenter {
          width: 20%;
          bottom: 0;
        }
      }

      @media (min-width: 1480px) {
        .container {
          width: 1280px;
        }
      }

      @media (max-width: 768px) {
        body.single .containergod.container {
          padding-top: 0 !important;
          margin: 0 auto;
          padding: 0 15px;
        }

        body #content article {
          padding: 0;
          overflow: hidden;
          margin: 0;
        }

        .entry-content > section {
          padding: 0;
        }

        .containergod #primary {
          max-width: 425px;
        }
      }

      @media (min-width: 1200px) {
        body.single .containergod.container {
          padding-top: 0 !important;
          margin: 0 auto;
          padding: 0 15px;
        }

        .container {
          width: 100%;
          max-width: 1280px;
        }
      }

      @media (max-width: 1024px) {
        .containergod #primary {
          max-width: 675px;
        }

        .containergod.container {
          width: 100%;
          margin: 0 auto;
          padding-top: 5rem;
        }

        .entry-content section.featured-img {
          padding: 0;
        }
      }

      @media (min-width: 768px) {
        .entry-title {
          height: auto;
        }
      }

      @media (min-width: 768px) and (max-width: 991px) {
        .containergod #primary {
          max-width: 100% !important;
        }

        div#secondary {
          max-width: 750px !important;
          width: 100%;
          margin: 0 auto !important;
          float: none !important;
          clear: both;
          text-align: center;
        }
      }

      #inner-wrap {
        display: flex;
        justify-content: center;
      }

      .info_help {
        font-size: 19px !important;
        display: flex;
        padding-top: 1.5rem;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        flex-direction: row;
        align-items: center;
      }

      .info_help span {
        font-size: 19px !important;
        display: inline-block;
      }

      .decision {
        margin-left: 2rem;
        margin-top: 0;
      }

      .feedbackLink1 {
        line-height: 1.75;
        border-radius: 0 9px 9px 0;
      }

      .decision a {
        color: #000 !important;
        background-color: #fff;
        border: 1px solid #d4d2d0 !important;
        display: inline-block;
        cursor: pointer;
        padding: 0 1rem !important;
      }

      .decision a.no img,
      .decision a.yes img {
        width: 17px;
      }

      .feedbackLink1 img {
        margin-bottom: -4px;
      }

      .entry-header .entry-title {
        font-weight: 400;
        font-size: 34px;
        line-height: 1.3;
        color: #0f172a;
        margin-bottom: 0;
      }

      .entry-header p {
        color: #0f172a;
        line-height: 28px;
        margin: 8px 0;
      }

      .single-pmeta {
        margin-top: 8px;
      }

      .single-pmeta a,
      .single-pmeta div,
      .single-pmeta p {
        font-size: 15.3px;
        color: #0f172a;
        line-height: 21.8px;
      }

      .containergod #breadcrumbs a,
      .containergod #breadcrumbs span,
      .pullauthor-details a {
        color: #00910d;
      }

      .pullauthor-details time {
        color: #334155;
      }

      body.single article .entry-content h2 {
        font-size: 24px;
        margin: 16px 0 8px;
        font-weight: 500;
        line-height: 1.3 !important;
      }

      .fx-flying-carpet {
        height: 400px;
        overflow: hidden;
        position: relative;
        background: #f5f5f5;
      }

      .mn-h-400 {
        min-height: 400px;
      }

      .protip_external {
        position: relative;
        padding: 0;
        line-height: 1.5em;
        border: 0;
        margin-bottom: 10px;
        color: #303030;
        z-index: 2;
        margin-top: 5px;
        background-color: transparent;
        overflow: initial;
      }

      .protip_inner {
        padding: 10px 22px;
        font-size: 20px;
        line-height: 30px;
        background-color: #fff1f3;
        border-radius: 8px;
        z-index: 2;
        width: 100%;
        margin: 0 auto;
      }

      .protip_title img {
        width: 32px;
        height: 32px;
        position: relative;
        left: 0;
      }

      .protip_title {
        font-size: 25.04px;
        font-weight: 700;
        margin-bottom: 10px;
        display: flex;
        gap: 5px;
        align-items: flex-start;
      }

      .protip_content {
        line-height: 1.6;
        font-size: 18px;
        color: #0f172a;
        margin: 0 0 5px;
        font-weight: 400;
      }

      .protip_external:before {
        background: 0;
        content: none;
        height: 100%;
        top: 0;
        position: relative;
        width: 100%;
        z-index: -4;
        border-radius: 0;
        left: auto;
      }

      .key_takeaway_block {
        box-shadow: none !important;
        border: 0 !important;
        background-color: #fff1f3 !important;
        overflow: hidden !important;
        position: relative !important;
        margin: 2.5rem 0 !important;
        width: calc(100%-5px);
        border-radius: 9px;
        padding: 0.5rem 1rem;
      }

      .key_takeaway_block:before {
        content: "";
        background-color: #ffe8eb !important;
        border-radius: 50%;
        position: absolute;
        z-index: 0;
        width: 550px;
        height: 350px;
        top: -10em;
        left: -7em;
      }

      .key_takeaway_block:after {
        content: "";
        background-color: #ffe8eb !important;
        border-radius: 50%;
        position: absolute;
        z-index: 0;
        width: 350px;
        height: 300px;
        bottom: -11em;
        right: -3em;
      }

      #key_takeaway_content,
      #key_takeaway_heading,
      .key_takeaway_block ul {
        position: relative;
        z-index: 1 !important;
      }

      .toc-container {
        border-left: 2px solid #00910d;
        background-color: #f1f5f9;
        padding: 16px 24px;
        margin-top: 1em;
      }

      .sc-toc-title-container .sc-toc-title {
        font-size: 18px;
        font-weight: 700;
      }

      .toc-container ul li {
        font-size: 18px;
        margin: 0 !important;
      }

      #secondary .rl-img,
      .prof {
        display: flex;
      }

      .prof .author-btns {
        color: #00910d !important;
        border-bottom: none !important;
        margin: 18px 0;
        width: fit-content;
      }

      body #primary .single-pmeta .pullauthor-details {
        float: none !important;
        display: block;
      }

      .qatitle {
        background: #00910d;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        height: auto;
        padding: 3px;
        color: #fff !important;
        text-align: center;
        border-radius: 20px 20px 0 0;
        font-size: 29.04px !important;
        margin: 16px 0 0 !important;
      }

      article {
        display: block;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
        list-style-type: none;
        counter-reset: css-counter 0;
      }

      #content article .llist {
        counter-increment: css-counter 1;
      }

      #content article p.llist:before {
        content: counter(css-counter) ". ";
      }

      .ltext {
        background: #fbfbfb;
        width: 100%;
        position: relative;
        margin: 0 !important;
        padding: 3px 8px !important;
      }

      .llist {
        background: #fbfbfb;
        width: 100%;
        position: relative;
        margin: 0 !important;
        font-weight: 700;
        color: #010101;
        padding: 3px 8px;
      }

      .modulereadmore,
      .modulereadmore p {
        font-size: 18px !important;
      }

      .modulereadmore a {
        font-size: 18px;
        font-weight: 700 !important;
      }

      .mobonly {
        display: none;
      }

      .social-button {
        float: none !important;
        padding-right: 3px;
      }

      .custombtn.evd_checked {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 4px;
        padding: 0 8px !important;
        height: auto !important;
        width: auto !important;
        align-items: center !important;
        border-radius: 4px !important;
        border: 1px solid #333 !important;
        color: #333;
        font-size: 17.3px !important;
        cursor: pointer;
        float: right;
        margin-bottom: 5px;
        line-height: 1.6;
        position: absolute !important;
        top: 8px;
        left: 43.5em;
      }

      .pd0 {
        padding: 0 !important;
      }

      .medical-author-reviewer {
        color: #0f172a;
        position: relative;
        font-size: 15.3px;
      }

      .editor-reviewer .tool-tip,
      .fact-reviewer .tool-tip,
      .medical-reviewer .tool-tip {
        position: relative;
        display: inline;
        padding: 5px 0;
        text-transform: capitalize;
        color: #00910d;
      }

      .tool-tip {
        position: relative;
        display: inline;
        padding: 5px 0;
        text-transform: capitalize;
        color: #00910d;
      }

      .editor-reviewer .tool-tip-text,
      .fact-reviewer .tool-tip-text,
      .medical-reviewer .tool-tip-text {
        display: none;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 4px 0 rgb(0 0 0/15%);
        border: 1px solid #d3d3d3;
        color: #0f172a;
        text-align: left;
        border-radius: 32px;
        padding: 16px;
        position: absolute;
        z-index: 1;
        left: 0;
        max-width: 500px;
      }

      .evd_btn .tool-tip-text {
        display: none;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 4px 0 rgb(0 0 0/15%);
        color: #0f172a;
        text-align: left;
        border-radius: 32px;
        padding: 16px;
        position: absolute;
        z-index: 1;
        max-width: 500px;
        border: 1px solid #000;
        left: 390px;
        top: 15%;
      }

      .evd_btn .tool-tip-text::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff;
        box-shadow: 0 0 1px 0 rgb(0 0 0/2%);
      }

      .medical-reviewer .tool-tip-text::after {
        left: 30%;
        box-shadow: 0 0 1px 0 rgb(0 0 0/2%);
        content: "";
        position: absolute;
        bottom: 100%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff;
      }

      .fact-reviewer .tool-tip-text::after {
        content: "";
        position: absolute;
        bottom: 100%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff;
        left: 25%;
      }

      .editor-reviewer .tool-tip-text::after {
        left: 20%;
        box-shadow: 0 0 1px 0 rgb(0 0 0/2%);
        content: "";
        position: absolute;
        bottom: 100%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff;
      }

      .author-reviewer .tool-tip {
        position: relative;
        display: inline;
        padding: 5px 0;
        text-transform: capitalize;
        color: #00910d;
      }

      .author-reviewer .tool-tip-text {
        display: none;
        width: 100%;
        background: #fff;
        box-shadow: 0 1px 4px 0 rgb(0 0 0/15%);
        border: 1px solid #d3d3d3;
        color: #0f172a;
        text-align: left;
        border-radius: 32px;
        padding: 16px;
        position: absolute;
        z-index: 1;
        left: 0;
        max-width: 500px;
      }

      .author-reviewer .tool-tip-text::after {
        left: 15%;
        box-shadow: 0 0 1px 0 rgb(0 0 0/2%);
        content: "";
        position: absolute;
        bottom: 100%;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff;
      }

      .author-popup-profile,
      .medical-popup-profile {
        display: flex;
        gap: 8px;
      }

      .editor-reviewer,
      .fact-reviewer,
      .medical-reviewer {
        margin-bottom: 2px;
        line-height: 22.4px;
      }

      .author-reviewer {
        margin-top: 2px;
        line-height: 22.4px;
      }

      .entry-content .profile-img img {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        max-width: 80px;
      }

      .profile-img img {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        max-width: 80px;
      }

      .profile-name > * {
        display: block;
      }

      .profile-name a {
        font-size: 20px !important;
        font-weight: 700;
      }

      .profile-qual {
        display: block;
        font-weight: 400 !important;
        font-size: 16px;
        color: #089;
      }

      .profile-social {
        display: flex;
        gap: 10px;
        padding-top: 4px;
      }

      .profile-social img {
        height: 26px;
        width: 26px;
        max-width: 30px;
      }

      .profile-exp {
        display: block;
        font-size: 16.22px;
        margin: 4px 0 10px;
      }

      .evd_btn .tool-tip-text p {
        font-size: 18px;
        line-height: 160%;
      }

      .evd_btn .tool-tip-text a {
        font-size: 18px;
        line-height: 160%;
        color: #00910d;
      }

      .sharethis-inline-share-buttons {
        margin-top: 5px;
      }

      @media screen and (max-width: 767px) {
        .evd_btn .tool-tip-text {
          left: 0;
          top: 100%;
        }

        .evd_btn .tool-tip-text::after {
          left: 20%;
        }
      }

      @media (min-width: 921px) {
        .entry-content p {
          margin: 8px 0 16px;
        }
      }

      @media (max-width: 920px) {
        .entry-header .entry-title {
          font-size: 28px;
          line-height: 32.26px;
        }

        .entry-header p {
          font-size: 18px;
          line-height: 25.6px;
        }

        body.single article .entry-content h2 {
          font-size: 24px;
          line-height: 1.3;
        }

        .entry-content li {
          line-height: 160%;
          padding-bottom: 0;
        }

        .entry-content li:nth-last-child(1) {
          padding-bottom: 8px;
        }

        .entry-content p {
          margin: 8px 0;
        }

        .info_help span {
          font-size: 19px !important;
          color: #0f172a;
        }

        body.single article .entry-content h3 {
          font-size: 21px;
          line-height: 1.3 !important;
        }

        .fx-flying-carpet {
          height: 250px;
        }

        .mn-h-400 {
          min-height: 250px;
        }

        .qatitle {
          font-size: 21.2px !important;
        }

        .protip_title {
          font-size: 21.2px;
          display: flex;
          grid-gap: 8px;
        }

        .protip_external {
          position: relative;
          padding: 0;
          line-height: 1.5em;
          border: 0;
          border-radius: 0;
          margin-bottom: 10px;
          color: #303030;
          font-weight: 700;
          z-index: 2;
          margin-top: 5px;
        }

        .protip_external:before {
          left: auto;
        }

        .toc-container {
          border-left: 0;
          padding: 0;
        }

        .sc-toc-title-container {
          background-color: #cbd5e1;
          padding: 5px 16px;
        }

        .sc-toc-list {
          padding: 4px 8px 16px;
        }

        .decision {
          margin-top: 5px;
        }

        .mobonly {
          display: inline-block;
        }

        .wptp-simple-tooltip:hover::after {
          margin-top: 20%;
        }

        .custombtn.evd_checked {
          position: relative !important;
          top: 0;
          left: 0;
          float: left;
        }
      }

      .entry-content .wp-caption p.wp-caption-text,
      .entry-content p.wp-caption-text,
      .wp-caption .wp-caption-text,
      .wp-caption p.wp-caption-text,
      .wp-caption-text,
      p.wp-caption-text,
      .wp-element-caption {
        font-style: initial !important;
        font-size: 13px !important;
        color: #333 !important;
        margin: 0;
        line-height: 6% !important;
        display: block;
        position: relative;
        padding-bottom: 5px;
      }

      .entry-content .featured-img .wp-caption .wp-caption-text {
        line-height: 160% !important;
        padding-bottom: 0;
      }

      .section-related-articles .section_related_title {
        font-size: 23px;
        font-weight: 700;
        padding: 0;
        line-height: 1.5;
        margin: 16px 0 4px;
        word-spacing: 0;
        letter-spacing: 0;
        color: #0f172a;
      }

      .section-related-articles ul li a {
        display: flex;
        align-items: center;
        gap: 16px;
      }

      .rl-cont {
        color: #0f172a;
      }

      .section-related-articles ul li {
        margin: 8px 0;
        display: flex;
        border-bottom: 1px solid #cbd5e1;
      }

      .rl-cont span {
        font-size: 22px;
        line-height: 130%;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0 !important;
      }

      @media (max-width: 996px) {
        .rl-cont span {
          font-size: 22px;
          line-height: 130%;
          margin: 12px 0 4px;
          display: -webkit-box !important;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
        }
      }

      .lt-cont span {
        font-size: 22px;
        line-height: 130%;
        margin: 12px 0 4px;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 700;
      }

      .rl-img img {
        border-radius: 4px;
        object-fit: cover;
      }

      .latest-articles-section {
        margin-bottom: 32px;
        width: 100%;
        display: inline-block;
      }

      .latest-articles-section .latest-articles-text {
        border-bottom: 1px solid #cbd5e1;
        margin: 40px 0 16px;
        padding-bottom: 16px;
        font-size: 25.04px;
        line-height: 1.3;
        word-spacing: 0;
        letter-spacing: 0;
        color: #0f172a;
        font-weight: 700;
      }

      .latest-articles-section ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 24px 20px;
        justify-content: space-around;
      }

      .latest-articles-section ul li {
        width: 33%;
        border: 1px solid #cbd5e1;
        border-radius: 16px;
        overflow: hidden;
        padding: 8px;
        margin: 0;
        flex: 0 0 23%;
      }

      .lt-img img {
        border-radius: 8px;
        min-height: 275px;
        width: 100%;
        height: auto;
        object-fit: cover;
      }

      .lt-cont {
        color: #0f172a;
      }

      .featured-img picture {
        width: 100%;
        display: inline-block;
      }

      .featured-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
      }

      .entry-content iframe.article_vdo {
        max-width: 876px;
        width: 100%;
        height: 315px;
      }

      @media (min-width: 997px) {
        .section-related-articles ul li {
          padding: 0 0 16px;
        }
      }

      @media (max-width: 996px) {
        .latest-articles-section {
          display: none;
        }

        .section-related-articles ul {
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          gap: 16px;
          justify-content: space-between;
        }

        .section-related-articles ul li a {
          display: block;
        }

        .section-related-articles ul li {
          width: 33%;
          border: 1px solid #cbd5e1;
          border-radius: 16px;
          overflow: hidden;
          padding: 8px;
          margin: 0;
          flex: 0 0 31.8%;
        }

        .rl-img img {
          border-radius: 8px;
          object-fit: cover;
          height: auto;
          width: 100%;
          min-height: 320px !important;
        }

        .rl-cont {
          text-align: left;
        }

        .containergod #secondary {
          max-width: 100% !important;
        }
      }

      @media (max-width: 768px) {
        .section-related-articles ul li {
          flex: 0 0 31.4%;
        }
      }

      @media (max-width: 630px) {
        .section-related-articles ul li {
          flex: 0 0 48%;
        }

        .rl-img img {
          min-height: 420px !important;
        }
      }

      @media (max-width: 460px) {
        .section-related-articles ul li {
          flex: 0 0 100%;
        }
      }

      @media (max-width: 325px) {
        .rl-img img {
          min-height: 320px !important;
        }
      }

      #primary {
        counter-reset: my-sec-counter;
      }

      @media (max-width: 370px) {
        .info_help {
          font-size: 18px;
        }

        .decision {
          margin-left: 0;
        }

        .info_help b {
          display: inline-block;
          flex: 0 0 70%;
        }
      }

      .ct-references {
        background-color: #f1f5f9;
        border-radius: 16px;
        margin: 16px 0 24px;
        overflow: hidden;
        border: 1px solid #cbd5e1;
      }

      body article .entry-content .ct-references h3 {
        padding: 16px;
        font-size: 28px;
        margin: 0;
        font-weight: 700;
      }

      .references-list {
        background-color: #fff;
        border-radius: 16px;
        padding: 16px;
      }

      .references-list a {
        word-wrap: break-word;
        word-break: break-word;
      }

      @media (max-width: 640px) {
        .ct-references {
          margin-bottom: 20px;
        }

        body article .entry-content .ct-references h3 {
          font-size: 22px;
          padding: 8px 16px;
        }

        .references-list ol li {
          font-size: 16px;
        }
      }

      .ps-exp-links {
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
        padding: 6px;
        background-color: #fff;
      }

      .ps-exp {
        background: linear-gradient(0deg, #f1f5f9, #f1f5f9);
        padding: 10px;
        margin: 24px 0;
        border: 1px solid #cbd5e1;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 16px;
      }

      body.single article .entry-content .ps-exp h3 {
        margin: 0 0 15px 5px;
      }

      @media (max-width: 575px) {
        .ps-exp {
          padding: 10px;
        }

        body.single article .entry-content .ps-exp h3 {
          margin: 0 0 15px 7px;
        }
      }

      .illustration_img {
        background-color: #fff1f3;
        padding-bottom: 2em;
        margin: 16px 0;
      }

      .entry-content .illustration_img p.wp-caption-text {
        margin: 5px 5px 10px;
        display: block;
        line-height: 0 !important;
      }

      @media (max-width: 630px) {
        .illustration_img {
          padding-bottom: 1.5em;
        }
      }

      .classh5 {
        font-size: 22px !important;
        line-height: 130% !important;
        margin: 12px 0 4px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
        word-spacing: 0 !important;
        letter-spacing: 0 !important;
        color: #0f172a !important;
        text-transform: capitalize;
      }

      .tabs {
        position: relative;
        min-height: 100px;
        clear: both;
      }

      .tab {
        float: left;
      }

      .tab label {
        background: #eee;
        padding: 10px;
        border: 1px solid #ccc;
        left: 1px;
        margin: 0;
        position: relative;
      }

      .tab [type="radio"] {
        display: none;
      }

      #content-1,
      #content-3,
      #content-4,
      #content-5 {
        top: 28px;
        left: 0;
        background: #fff;
        padding: 20px;
        border: 2px solid #ccc;
        display: none;
        min-width: 700px;
        border-radius: 0 7px 7px 7px;
      }

      [type="radio"]:checked ~ label {
        background: #00910d;
        color: #fff;
        border-bottom: 1px solid #00910d;
        z-index: 2;
      }

      #tab-1[type="radio"]:checked ~ #content-1 {
        display: block;
      }

      .tabs .tab {
        margin: 8px 0 5px 1px !important;
      }

      .tabs .tab > label {
        padding: 6px 21px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        color: #000;
        background: 0;
        border: 1px solid #ccc;
        border-radius: 5px 5px 0 0;
      }

      .tabs > .tab > [id^="tab"]:checked + label {
        top: 0;
        background: #00910d;
        border: 1px solid #00910d;
        color: #fff;
      }

      .tabs > .tab > [id^="tab"]:checked + label:hover {
        background: #00910d;
        border: 1px solid #00910d;
        color: #fff;
      }

      @media screen and (max-width: 576px) {
        .tabs .tab > label {
          padding: 5px 6px;
          font-size: 16px;
        }

        #content-1,
        #content-3,
        #content-4,
        #content-5 {
          min-width: auto;
        }
      }

      @media screen and (max-width: 350px) {
        .tabs .tab > label {
          padding: 5px 3px;
          font-size: 14px;
        }

        .ft-menu .social .social-button img {
          margin-right: 0;
        }

        .social-links img {
          margin-right: 6px !important;
        }
      }

      .entry-content p {
        font-size: 18px;
        color: #424242;
        line-height: 28.05px;
      }

      .arrow {
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
      }

      * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      em,
      i {
        font-style: normal;
      }

      cite {
        font-style: normal;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
      }

      div.advertinside:before {
        content: "Advertisement - Continue Reading Below";
        display: block;
        top: -20px;
        left: 0;
        height: 20px;
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #6f7174;
        text-align: center;
      }

      div.advertinside:after {
        content: "Advertisement - Continue Reading Below";
        display: block;
        top: -20px;
        left: 0;
        height: 20px;
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #6f7174;
        text-align: center;
      }

      div.advertinside {
        text-align: center;
        background: #f5f5f5;
      }

      div.flying-carpet-wrapper {
        overflow: hidden;
      }

      div.fx-flying-carpet:before {
        display: block;
        top: -20px;
        left: 0;
        height: 20px;
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #6f7174;
        text-align: center;
      }

      div.fx-flying-carpet-clip {
        position: absolute !important;
        top: 0 !important;
        width: 715px;
        height: 100% !important;
        border: 0 !important;
        margin: 0 auto !important;
        padding: 0 !important;
        clip: rect(0, auto, auto, 0) !important;
        -webkit-clip-path: polygon(0px 0, 100% 0, 100% 100%, 0px 100%) !important;
        clip-path: polygon(0px 0, 100% 0, 100% 100%, 0px 100%) !important;
        text-align: center;
      }

      div.fx-flying-carpet-container {
        position: fixed !important;
        top: 5% !important;
        width: inherit;
        height: 100%;
        -webkit-transform: translateZ(0) !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      }

      @media (max-width: 767px) {
        .sc-logo img {
          top: 8px;
        }

        .new_menu .menu-items {
          background: none;
        }

        .menu-items #imaginary_container {
          top: 49px;
          width: 90vw;
        }

        div.fx-flying-carpet-container {
          width: 92% !important;
          height: 52% !important;
        }

        div.fx-flying-carpet-clip {
          width: 100%;
        }
      }

      @media (max-width: 1024px) {
        div.fx-flying-carpet-clip {
          width: 650px;
        }
      }

      @media (min-width: 1024px) {
        .advertmobile {
          display: none;
        }
      }

      #affliate_block,
      #editorial_block {
        font-size: 14px;
        color: #636363;
        background: #fff;
        text-transform: none;
        line-height: 17px;
        background-color: rgb(241, 245, 249);
        padding: 10px;
        border-radius: 5px;
      }

      #affliate_block a,
      #editorial_block a {
        font-size: 14px;
        color: #9b2233;
      }

      /*]]>*/
    