.elementor-150 .elementor-element.elementor-element-1b32e0c{--display:flex;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-3c7a8415 */.swpm-account-status {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background-color: #fff;
    border: 2px solid #8e44ad;
    border-radius: 12px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.swpm-account-status p {
    font-size: 1.1rem;
    margin: 10px 0;
    color: #555;
}

.swpm-account-status strong {
    color: #8e44ad;
}

.swpm-account-status a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #8e44ad;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.swpm-account-status a:hover {
    background-color: #732d91;
    transform: scale(1.05);
}/* End custom CSS */