.PaywallMessage {
    margin: 1.6em auto;
    padding: 2rem;
    text-align: center;
    background-color: var(--clr1-xlight);
}

.PaywallMessage__action {
 margin: 1rem auto;
}

.PaywallMessage__text a {
    color: var(--clr1-normal);
    text-decoration: none;
}

.PaywallMessage__text a:hover {
    text-decoration: underline;
}
