/* Custom plugin CSS */
.siu-paywall__fade {
  background: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  margin-top: -200px;
}
.siu-paywall__wrapper {
  margin-bottom: 15px;
}

.siu-paywall__wrapper.christmas-wrapper {
  background-image: url('./vlocky2-resize.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media screen and (max-width: 767px) {
  .siu-paywall__wrapper.christmas-wrapper {
    background-image: url('./vlocky2-resize-mobile.png');
  }
}

.siu-paywall__container {
  text-align: center;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.siu_paywall_main-text {
  margin: 1rem 0;
}
.siu_paywall_second-text {
  margin: 1.75rem 0 .25rem;
}
.siu-paywall__texts img {
  width: auto;
  height: 35px !important;
}
.siu-paywall__texts span {
  font-size: 1.5rem;
  font-family: 'radnikalight', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.siu-paywall__texts span strong {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 5px;
  font-family: 'radnikamedium', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.siu-paywall__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}
.siu-paywall__button {
  display: flex;
  font-size: 2rem;
  padding: 8px 20px;
  margin: .25rem 15px .5rem;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.siu-remp-user-login-button {
  background-color: #0862fd;
  color: #ffffff;
}
.siu-remp-user-login-button--dedicated {
  background-color: transparent;
  color: #0862fd;
  border: none;
  font-size: 1.55rem !important;
  width: 100% !important;
  display: block;
}
.siu-paywall-locked-content-info {
  padding: 1rem 4rem 2rem;
  border: 1px solid rgba(8, 98, 253, 0.71);
  border-radius: 6px;
  background: rgba(8, 98, 253, 0.05);
}

.siu-paywall-locked-content-info > h3 {
  font-size: 1.5em !important;
}

.siu-paywall-locked-content-info + #article__subcategories,
.siu-paywall-locked-content-info + script + #article__subcategories {
  margin-top: 15px;
}

.siu-paywall-locked-content-info ul > li::before {
  content: '\25A0';
  margin-right: 10px;
  color: #0862fd;
}
.siu-paywall__cancellation-note,
.article__main p.siu-paywall__cancellation-note {
  font-size: 12px;
  font-family: 'radnikalight', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
}
@media (max-width: 768px) {
    .siu-paywall__container {
        padding: 3rem 15px;
    }
    .siu-paywall__texts span {
        font-size: 1.5rem;
    }
    .siu-paywall__texts span strong {
        font-size: 2.75rem;
        line-height: 3.25rem;
    }
    .siu_paywall_main-text {
      margin: 1rem 0 3rem;
    }
    .siu_paywall_second-text {
      margin: 1.75rem 0 .25rem;
    }
    .siu-paywall__button {
        margin: 10px;
        padding: 15px 20px;
        margin: .25rem 15px;
        font-size: 1.75rem;
        justify-content: center;
        width: fit-content;
    }
  }

.siu-paywall-locked-content-info__additional-title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-family: 'radnikamedium' !important;
  position: relative;
  font-size: 1.6rem !important;
}

.siu-paywall-locked-content-info__additional-title::before {
  content: '';
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background-color: white;
}

.siu-paywall-locked-content-info__additional-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #adb9cc;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -2;
}

.siu-paywall-locked-content-info__additional-list li::before {
  color: #FF5454 !important;
}

@media screen and (max-width: 320px) {
  .siu-paywall-locked-content-info__additional-title::before {
    content: unset;
  }

  .siu-paywall-locked-content-info__additional-title::after {
    content: unset;
  }
}

@media screen and (min-width: 321px) and (max-width: 500px) {
  .siu-paywall-locked-content-info__additional-title::before {
    width: 72.5%;
  }
}

@media screen and (min-width: 501px) {
  .siu-paywall-locked-content-info__additional-title::before {
    width: 35%;
  }
}