.elementor-442 .elementor-element.elementor-element-9d47849{--display:flex;}.elementor-442 .elementor-element.elementor-element-c693ea1{--display:flex;}.elementor-442 .elementor-element.elementor-element-8f12d77{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;color:var( --e-global-color-text );}.elementor-442 .elementor-element.elementor-element-7a957fd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* 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;
    font-weight: bold;
    color: #000000;
    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 */