/*!
 * Version: 6.2.5
*/
.c-podcast__grid {
    grid-template-columns: repeat(2,1fr) !important;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.paywall-modal {
    display: none; 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }
  
  .paywall-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
  }
  @media only screen and (max-width: 700px){
    .paywall-modal-content {
      width: 90%;  
      margin:30% auto;
    }
  }

  .s-wysiwyg--blog p.white-gradient {
    position: relative;
    overflow: hidden; /* Hide the pseudo-element beyond the content */
  }

  .s-wysiwyg--blog p.white-gradient::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; /* adjust as required for the desired gradient effect */
    background: linear-gradient(transparent, rgba(255,255,255,1));
    pointer-events: none; /* Ensures any links/text underneath remain clickable */
  }

  @media only screen and (max-width: 1024px) {
    .c-subscribe-email__submit {
        width: 100% !important;
    }
    .c-subscribe-email__fields {
        flex-direction: column !important;
    }
}
.c-subscribe-email__disclaimer a {
  color: #9c0000;
  text-decoration:none;
}
.c-subscribe-email__disclaimer a:hover {
  text-decoration: underline;
}

#notapaywall-modal a {
  color:#fff;
}
/* Add a close button to the top right of the paywall content. */
#notapaywall-modal p.close-modal {
  text-align: right;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: 10px;
  cursor: pointer;
  color:#fff;
  /* use a special 'x' character, &#x2715 */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:lighter;
}
