.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-4848bbaa *//* فرم لطفا ثبت نام کنید مربوط به این محتوای انتخاب شده نیست */

.members-access-error {
    background: linear-gradient(to right, #ff7eb3, #ff758c);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 50px auto;
    color: white;
    font-family: 'iranyekan', Tahoma, sans-serif;
    line-height: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.members-access-error p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.members-access-error a {
    display: inline-block;
    background: white;
    color: #ff4563;
    padding: 14px 28px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.8;
    text-align: center;
}

.members-access-error a:hover {
    background: #ff4563;
    color: white;
}

@media (max-width: 768px) {
    .members-access-error {
        margin: 50px 10px;
    }
}/* End custom CSS */