.main-content{
    margin-top:150px;
    text-align: center;
}
.floating-notice {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 500px; /* Larger width */
    padding: 20px; /* Increased padding */
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); /* Deeper shadow */
    background-color: #fff; /* Ensure background color is visible */
    text-align: center; /* Center text alignment */
}

/* Align the dismiss button below the text */
.floating-notice .notice-dismiss {
    margin-top: 15px;
    display: inline-block;
}

/* Remove default button margins */
.floating-notice .button-primary {
    margin: 0 auto; /* Center the button */
}
body.not-logged-in .hide-for-logged-out {
    display: none !important;
}
body.not-logged-out .hide-for-logged-in {
    display: none !important;
}

/* Pmpro level listing - disable current */
.current-level-disabled span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
