.content .reportLockRow td {
  padding: 9px 12px;
  background: #fbfbfd;
  border-top: 1px solid #ececf2;
  color: #6b7280;
  font-size: 13px;
  text-align: center;
}
.content .reportLockRow .fa-lock {
  margin-right: 6px;
  color: #c80000;
}
.content .reportLockRow a {
  color: #000062;
  font-weight: 700;
  text-decoration: none;
}
.content .reportLockRow a:hover {
  text-decoration: underline;
}
.content .reportsPaywall {
  box-sizing: border-box;
  max-width: 520px;
  margin: 18px 0 8px;
  padding: 22px 24px;
  background: #000062;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 5px solid #c80000;
  border-radius: 3px;
  box-shadow: 0 14px 34px rgba(0, 0, 20, 0.42);
  text-align: left;
  overflow: hidden;
}
.content .reportsPaywall__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}
.content .reportsPaywall__logo {
  display: block;
  width: auto;
  height: 22px;
}
.content .reportsPaywall__tag {
  display: inline-block;
  padding: 3px 7px 2px;
  border-radius: 2px;
  background: #c80000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
.content .reportsPaywall__headline {
  margin: 0 0 8px;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
}
.content .reportsPaywall__lead {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85) !important;
}
.content .reportsPaywall__eyebrow {
  margin: 0 0 12px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55) !important;
}
.content .reportsPaywall__benefits {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.content .reportsPaywall__benefits li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 26px;
  list-style: none;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
}
.content .reportsPaywall__benefits li:last-child {
  margin-bottom: 0;
}
.content .reportsPaywall__benefits li i.fa {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  text-align: center;
  font-size: 14px;
  color: #c80000;
}
.content .reportsPaywall__join {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 24px;
  margin: 0;
  text-align: center;
  background: #c80000;
  border-radius: 3px;
  color: #fff !important;
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease;
}
.content .reportsPaywall__join:hover {
  background: #9f0000;
  text-decoration: none;
}
.content .reportsPaywall__login {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none;
}
.content .reportsPaywall__login strong {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.content .reportsPaywall__login:hover strong {
  color: #fff;
}
@media (max-width: 600px) {
  .content .reportsPaywall {
    max-width: none;
    padding: 20px 18px;
  }
  .content .reportsPaywall__headline {
    font-size: 1.7rem;
  }
}
