﻿main {
  pointer-events: none;
}

.article-header {
  margin-bottom: 0;
}

.locked-articles {
  width: 100%;
  padding: 0 0 80px;
  pointer-events: all;
  position: relative;
}
.locked-articles--hidden-area {
  z-index: 50;
  position: absolute;
}
.locked-articles-wrapper {
  max-width: 339px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-flow: column;
  position: relative;
  z-index: 1;
}
.locked-articles-wrapper > * {
  text-align: center;
  margin-bottom: 24px;
}
.locked-articles-wrapper > *:last-child {
  margin: 0;
}
.locked-articles-wrapper h3 {
  margin-bottom: 16px;
}
.locked-articles-wrapper > p {
  line-height: 24px;
}
.locked-articles-wrapper > p > a {
  text-decoration: none;
  color: #357875;
  font-weight: bold;
}
.locked-articles-wrapper > a.primary-btn-small {
  margin: 0 9px 24px;
}
.locked-articles-icon {
  width: 60px;
  height: 60px;
  background-color: #EAEAEA;
  border-radius: 50%;
}
.locked-articles-icon span {
  font-size: 36px;
  position: relative;
  top: 11px;
}
