.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;
}

/* Confirmation-page CTA: generate Client ID / Secret on the token page */
.captyre-token-cta {
    margin: 24px 0;
    padding: 20px 24px;
    border: 1px solid #e6007e;
    border-radius: 8px;
    background-color: #fff5fa;
    text-align: left;
}
.captyre-token-cta__title {
    margin: 0 0 6px;
    font-size: 1.15em;
    font-weight: 700;
}
.captyre-token-cta__text {
    margin: 0 0 14px;
}
.captyre-token-cta__btn {
    display: inline-block;
    padding: 10px 22px;
    background-color: #e6007e;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}
.captyre-token-cta__btn:hover,
.captyre-token-cta__btn:focus {
    background-color: #c40069;
    color: #fff !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;
}
