.PaywallMessage {
    margin: 1.6em 0;
    padding: 40px;
    text-align: center;
    background-color: #EDF5F5;
}

.PaywallMessage__text {
    color: #000;
}

.PaywallMessage__text h2,
.PaywallMessage__text h3 {
    margin-top: 0;
}

.PaywallMessage__hasAccount {
    display: block;
    margin-top: 0.5em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.7em;
}

.PaywallMessage__loginLink {
    color: #444;
}

.PaywallMessage__loginLink:hover {
    color: #4ba0a0;
}

.PaywallMessage__action {
    margin: 0 0 0.5em;
    text-transform: uppercase;
    font-size: 0.8em;
}

.PaywallMessage__action--register {
    color: #4BA0A0;
    background-color: transparent;
}

.PaywallMessage__action--register:hover {
    color: #1fbcbc;
    border-color: #1fbcbc;
    background-color: transparent;
}

.PaywallMessage__action + .PaywallMessage__action {
    margin-left: 0.5em;
}