.newsroom-main-container.sponsored-post h1,
.newsroom-main-container.sponsored-post .newsroom-tag,
.newsroom-main-container.sponsored-post .legend,
.newsroom-main-container.sponsored-post .meta-article,
.newsroom-main-container.sponsored-post .newsroom-content,
.newsroom-main-container.sponsored-post .newsroom-content h1,
.newsroom-main-container.sponsored-post .newsroom-content h2,
.newsroom-main-container.sponsored-post .newsroom-content h3,
.newsroom-main-container.sponsored-post .newsroom-content h4,
.newsroom-main-container.sponsored-post .newsroom-content h5,
.newsroom-main-container.sponsored-post .newsroom-content h6,
.newsroom-main-container.sponsored-post .newsroom-content .author-article,
.newsroom-main-container.sponsored-post .newsroom-content .keywords {
  font-family: arial!important;
}


/* custom poup subscription notice  */


@keyframes slideUp {
      from {
        opacity: 0;
        transform: translateY(100%);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .banner-subscription {

      display: none;
      align-items: center;
      animation-duration: 750ms;
      animation-iteration-count: 1;
      animation-name: slideUp;
      background-color: #ffffff;
      border-radius: 8px;
      bottom: 24px;
      box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.15);
      color: #2a2a2a;
      display: grid;
      font-family: 'Roboto', sans-serif;
      left: 24px;
      grid-auto-flow: row;
      grid-row-gap: 12px;
      overflow: hidden;
      padding: 24px;
      position: fixed;
      right: 24px;
      z-index: 9999;
    }

    .banner-subscription-main {
      align-items: center;
      display: grid;
    }

    @media screen and (min-width: 600px) {
      .banner-subscription-main {
        grid-column-gap: 48px;
        grid-template-columns: 1fr auto;
      }
    }

    @media screen and (max-width: 600px) {
      .banner-subscription-main {
        grid-row-gap: 12px;
        justify-items: start;
      }
    }

    .banner-subscription-main-actions {
      align-items: center;
      display: grid;
      grid-auto-flow: column;
      grid-column-gap: 4px;
      justify-items: center;
    }

    .banner-subscription-main-actions-action {
      background-color: #ef183d;
      border-color: #ef183d;
      border-radius: 9999px;
      border-style: solid;
      border-width: 2px;
      cursor: pointer;
      padding: 8px 16px;
      transition: filter 500ms ease;
      text-decoration: none;
      margin-top: 13px;
    }

    .banner-subscription-main-actions-action:focus,
    .banner-subscription-main-actions-action:hover {
      filter: brightness(1.8);
      outline: none;
    }

    .banner-subscription-main-actions-action-label-title {
        color: #fff;
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }

    span.banner-subscription-main-content-label-title span {
        color: #ef183d;
        font-weight: 800;
    }
    .banner-subscription-main-content-label {
      display: grid;
      grid-auto-flow: row;
      grid-row-gap: 12px;
      margin: 0;
    }

    .banner-subscription-main-content-label-description {
      font-size: 14px;
      line-height: 1.5;
    }

    .banner-subscription-main-content-label-title {
      display: block;
      font-size: 20px;
      line-height: 1em;
      font-weight: 500;
    }
    
 .close-subsc-pop {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    right:15px;
    top: 7px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    width: 20px;
}

/* end custom poup subscription notice  */