.google-paywall {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 16px;
  line-height: 24px;
  color: #000000e0;
}

.google-paywall__inner-wrapper {
  width: 100%;
}

.google-paywall__heading {
  font-size: 24px;
  text-align: center;
  margin: 24px 0 40px 0;
  font-weight: 600;
}

.google-paywall__plans {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.google-paywall__login {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 0;
}

.google-paywall__login button {
  background-color: white;
  font-weight: 600;
  cursor: default;
  border: none;
}

.google-paywall__login p {
  font-size: 16px;
  margin-left: 24px;
}

.google-paywall .offer {
  width: 33.33%;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 1px 2px 0px #0000001a;
  box-shadow: 0px -4px 8px 0px #0000000d inset;
}

.google-paywall .offer__details {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px #0000001a;
  box-shadow: 0px -4px 8px 0px #0000000d inset;
  padding: 24px 20px;
  margin-bottom: 40px;
  font-weight: 600;
}

.google-paywall .offer__period {
  font-size: 24px;
  margin-bottom: 2px;
}

.google-paywall .offer__additional-text {
  color: #000000a6;
  margin-bottom: 16px;
}

.google-paywall .offer__price {
  font-size: 30px;
  margin-bottom: 16px;
}

.google-paywall .offer__price span {
  font-size: 20px;
}

.google-paywall .offer__label {
  position: absolute;
  top: -32px;
  background-color: #000000d9;
  color: white;
  border-radius: 12px;
  padding: 8px;
  font-size: 14px;
}

.google-paywall .offer__button {
  width: 100%;
  max-width: 217px;
  height: 52px;
}

.google-paywall .offer__benefits ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
}

.google-paywall .offer__benefits li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
}

.google-paywall .offer__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("/media/desktop/zpr_issues_web/images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

article.blurred {
  position: relative;
}

article.blurred::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0%, #fff 100%);
}

#google-btn-container {
  padding: 0 24px;
}
#google-signout-btn,
#google-signin-btn {
  width: 100%;
}
