.elementor-2576 .elementor-element.elementor-element-b1db197{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.swpm-post-not-logged-in-msg {
    max-width: 800px;
    margin: 100px auto 150px; /* Mehr Abstand nach unten */
    padding: 50px; /* Mehr Innenabstand für eine größere Box */
    text-align: center;
    background: #f8f8f8;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.8;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

/* Sicherstellen, dass Zeilenumbrüche korrekt sind */
.swpm-post-not-logged-in-msg p {
    display: block;
    margin-bottom: 20px; /* Mehr Abstand zwischen den Absätzen */
}

/* Optional: Links noch deutlicher hervorheben */
.swpm-post-not-logged-in-msg a {
    font-weight: bold;
    color: #ff6600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px; /* Extra Abstand über den Links */
}

.swpm-post-not-logged-in-msg a:hover {
    text-decoration: underline;
}/* End custom CSS */