.PaywallMessage {
    margin: 1.6em 0;
    padding: 2em;
    text-align: center;
    border-radius: var(--borderRadius);
    background-color: var(--baseLight100);
}

.PaywallMessage__action {
    margin-block-start: var(--marginSmall);
    padding: 0.4em 1em;
    border: 1px solid;
    text-decoration: none;
}

.PaywallMessage__action:hover {
    text-decoration: none;
}
