.articleWrapper {
    position: relative;
    overflow: visible;
    box-shadow: var(--mbase-nice-box-shadow);
    margin-bottom: var(--mbase-spacer-xl);
    border-radius: var(--mbase-brdr-radius-sm);
    padding: var(--mbase-spacer-md);
}

.articleWrapper .psc-password-input input,
.articleWrapper .psc-password-repeat input {
    width: 100% !important;
}

.articleWrapper::after {
    background: var(--mbase-clr-theme);
    background: -webkit-linear-gradient(-180deg, var(--mbase-clr-theme) 0%, var(--mbase-clr-theme-intense) 100%);
    background: linear-gradient(270deg, var(--mbase-clr-theme) 0%, var(--mbase-clr-theme-intense) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    z-index: 2;
}
