#auth-needed-for-content-block {
    padding-bottom: 0px;
    border: none;
}

#auth-needed-for-content-wrp {
    display: table;
    width: 100%;
    border: 1px solid var(--color-border-2);
    background-color: var(--color-side-panel);
    border-radius: 10px;
}

#auth-needed-for-content-layout {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    padding: 26px;
}

@media only screen and (max-width: 430px) {
    #auth-needed-for-content-layout {
        padding-left: 16px;
        padding-right: 16px;
    }
}

#auth-needed-for-content-img-wrp {
    display: table;
}

#auth-needed-for-content-img-wrp svg {
    height: 52px;
    opacity: 0.4;
    margin: 0px auto;
}

#auth-needed-for-content-txt-wrp {
    display: table;
    width: 100%;
    max-width: 660px;
    margin: 0px auto;
}

#auth-needed-for-content-txt-wrp p {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-align: center;
}

#auth-needed-for-content-btns-wrp {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}