body.single-perk_detail #main-content {
    min-height: auto;
}

#main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

article.pmpro-no-access {
    padding: 12vh 20px 10px;
}

.wf-no-access {
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.wf-no-access__card {
    box-sizing: border-box;
    width: 100%;
    max-width: 328px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px 10px;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.wf-no-access__logo {
    width: 30px;
    height: 26px;
    display: block;
}

.wf-no-access__copy {
    width: 100%;
    max-width: 306px;
    padding: 0 14px;
    box-sizing: border-box;
    text-align: center;
}

article.pmpro-no-access h2.wf-no-access__title {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    text-transform: none;
}

.wf-no-access__actions {
    width: 100%;
    max-width: 249px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wf-no-access__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.wf-no-access__btn--solid {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 600;
}

.wf-forgot-password__btn {
    color: #BBB;
    font-size: 12px;
    line-height: 140%;
    text-decoration-line: underline;
    text-align: center;
}

.wf-forgot-password__btn:hover {
    color: #BBB;
    text-decoration-line: underline;
}

.wf-no-access__btn--solid:hover,
.wf-no-access__btn--solid:focus {
    background-color: #1A1A1A;
    color: #FFFFFF;
}

.wf-no-access__btn--outline {
    color: #000000;
    background-color: transparent;
}

.wf-no-access__btn--outline:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 100px;
    background: linear-gradient(105deg,
        var(--gradient1, #0DC1DC) 5.22%,
        var(--gradient2, #F8D20E) 37.3%,
        var(--gradient3, #F75C00) 69.38%,
        var(--gradient4, #C291FF) 101.45%);
    -webkit-mask:
        linear-gradient(#fff 0 100%) content-box,
        linear-gradient(#fff 0 100%);
    mask:
        linear-gradient(#fff 0 100%) content-box,
        linear-gradient(#fff 0 100%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.wf-no-access__btn--outline:hover,
.wf-no-access__btn--outline:focus {
    background-color: #F5F5F5;
    color: #000000;
}

@media(max-width: 890px) {
    .et_fixed_nav.et_show_nav:not(.page-template-template-blank-header) #page-container.page-search-header-container {
        padding-top: 85px !important;
    }

    body.single-perk_detail #main-content {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: calc(100vh - 260px);
    }

    article.pmpro-no-access {
        padding: 80px 20px;
    }
}