/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.vn-paywall-plugin {
  padding: 1.5rem;
  position: relative;
  background: var(--paywall-main-color);
  z-index: 1;
}
.vn-paywall-plugin:before {
  content: "";
  position: absolute;
  inset: 8.125rem 0 0 0;
  background: var(--paywall-bg-color);
  z-index: -1;
}
.vn-paywall-plugin__title {
  gap: 0.75rem;
  display: inline-flex;
}
.vn-paywall-plugin__title h4 {
  color: var(--paywall-header-color);
}
.vn-paywall-plugin__title img {
  max-width: 1.875rem !important;
}
.vn-paywall-plugin__content {
  margin-top: 1.5rem;
  background: var(--paywall-content-bg);
  padding: 2.25rem;
}
.vn-paywall-plugin__content > ul {
  padding-left: 0;
}
.vn-paywall-plugin__content > ul:not(.default) li {
  position: relative;
  padding-left: 1.875rem;
  list-style-type: none;
}
.vn-paywall-plugin__content > ul:not(.default) li:before {
  display: none;
}
.vn-paywall-plugin__content > ul:not(.default) li > img {
  width: 1.25rem !important;
  height: 1.25rem !important;
  position: absolute;
  left: 0;
  line-height: 1;
  top: 0.35em;
}
.vn-paywall-plugin__content__login {
  margin-top: 1.25rem;
}
.vn-paywall-plugin__group {
  gap: 0.75rem;
  display: inline-flex;
  align-items: center;
  background: var(--paywall-bg-color);
  padding: 0.5rem 0.75rem;
}
.vn-paywall-plugin__group span {
  color: var(--paywall-main-color);
}
.vn-paywall-plugin__group img {
  max-width: 1.875rem !important;
}

.vn-ip-check__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 1.25rem;
  z-index: 999999;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3);
}
.vn-ip-check__wrapper {
  max-width: 75rem;
  margin: 0 auto;
}
.vn-ip-check__title {
  margin: 0 0 0.625rem 0;
  color: #fff;
}
.vn-ip-check__info {
  margin: 0.3125rem 0;
}
.vn-ip-check__info strong {
  font-weight: bold;
}
.vn-ip-check__ip-code {
  background: #555;
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  font-family: monospace;
}
.vn-ip-check__status--allowed {
  color: #4CAF50;
  font-weight: bold;
}
.vn-ip-check__status--denied {
  color: #f44336;
  font-weight: bold;
}
.vn-ip-check__error {
  margin: 0.3125rem 0;
  color: #f44336;
}
.vn-ip-check__note {
  margin: 0.625rem 0 0 0;
  font-size: 0.875rem;
  opacity: 0.8;
}

.product__summary .vn-bundle-selector {
  margin: 0.75rem 0;
}
.product__summary .price-loading {
  opacity: 0.5;
  position: relative;
  pointer-events: none;
}
.product__summary .price-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5rem 0 0 -0.5rem;
  width: 1rem;
  height: 1rem;
  border: 0.125rem solid #f3f3f3;
  border-top: 0.125rem solid #333;
  border-radius: 50%;
  animation: price-spin 1s linear infinite;
}

@keyframes price-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pressmatrix_protected #ad__leaderboard,
.pressmatrix_protected #ad__billboard,
.pressmatrix_protected .post-header,
.pressmatrix_protected .injections,
.pressmatrix_protected #ad__half_screen,
.pressmatrix_protected .post_nav,
.pressmatrix_protected .share_icons,
.pressmatrix_protected .comments-template,
.pressmatrix_protected .latest_news__section {
  display: none;
}
.pressmatrix_protected .site-content {
  max-width: 1190px;
  margin: 0 auto;
}
.pressmatrix_protected.single .post-container {
  padding: 0;
  margin-top: 30px;
}
.pressmatrix_protected .single-post__inner_container {
  max-width: 100%;
}
.pressmatrix_protected #loginform input[type=submit] {
  width: 100%;
}