/* ==============================
    Slowtwitch Paywall Barrier
================================= */
/* Typography */
.slowtwitch-paywall-barrier__plus-container-wrapper a {
    text-decoration: none;
}

.slowtwitch-paywall-barrier__small-text {
    font-size: 12px;
}

.slowtwitch-paywall-barrier__plus-links {
    color: #134f9c;
}

/* Buttons */
.slowtwitch-paywall-barrier__plus-button {
    color: white;
    background-color: #0b4fa0;
    line-height: 42px;
    padding: 10px 34px;
    border-radius: 40px;
    box-shadow: inset 0px 0px 0px 0px rgba(21,22,23,0);
    align-items: center;
}


/* Layout */
.slowtwitch-paywall-barrier__plus-container-wrapper {
	background-image: url("https://slowtwitch.com/wp-content/uploads/2025/02/fakeblur.png");
    background-size: 100% 313px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    margin-top: -76px;
    padding-top: 10px;
    position: relative;
}

@media (min-width: 760px) {
	.slowtwitch-paywall-barrier__plus-container-wrapper {
        background-size: 100% 350px;
        margin-left: -30px;
        margin-right: -30px
	}
}

.slowtwitch-paywall-barrier__plus-container {
	background-position: 0 0;
    background-repeat: no-repeat;
    padding: 16px 20px;
    text-align: center;
	border: #134f9c 1px solid;
    border-radius: 15px;
	margin: 64px 0;
}

@media (min-width: 760px) {
	.slowtwitch-paywall-barrier__plus-container {
	margin: 64px 80px 64px 60px;
	}
}

.slowtwitch-paywall-barrier__plus-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slowtwitch-paywall-barrier__plus-logo {
	background-image: url("https://slowtwitch.com/wp-content/uploads/2025/02/slowtwitch_plus.png");
    background-size: 100%;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    margin: 0 auto 20px;
    max-width: 290px;
}


@media (min-width: 760px) {
    .slowtwitch-paywall-barrier__plus-logo {
        max-width: 300px;
    }
}