.elementor-12 .elementor-element.elementor-element-5397dc8{--display:flex;}.elementor-12 .elementor-element.elementor-element-157b2ef{--spacer-size:50px;}.elementor-12 .elementor-element.elementor-element-f9c2cae{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-12 .elementor-element.elementor-element-3719d21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-4465b24.elementor-element{--align-self:center;}.elementor-12 .elementor-element.elementor-element-4465b24 > .elementor-widget-container{border-style:double;border-width:5px 5px 5px 5px;border-color:#000000;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-12 .elementor-element.elementor-element-b98d017{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-d8c6af8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-fde0680{--spacer-size:50px;}.elementor-12 .elementor-element.elementor-element-7ae6af0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12 .elementor-element.elementor-element-22942ff{--spacer-size:50px;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-3719d21{--width:50%;}.elementor-12 .elementor-element.elementor-element-b98d017{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-6656358 */.user-profile-shortcode {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.user-profile-shortcode input[type="text"],
.user-profile-shortcode input[type="email"],
.user-profile-shortcode input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.user-profile-shortcode input[disabled] {
    background-color: #e5e5e5;
    color: #666;
}

.user-profile-shortcode #user-profile-submit {
    background-color: #3b82f6;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.user-profile-shortcode #user-profile-submit:hover {
    background-color: #2563eb;
}

.user-profile-shortcode p {
    text-align: center;
}

.user-profile-shortcode label {
    display: block;
    margin-bottom: 5px;
}

/* WP 2FA specific styling */
.user-profile-shortcode .wp2fa-setup {
    margin-top: 20px;
}

.user-profile-shortcode .wp2fa-setup button {
    background-color: #3b82f6;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
}

.user-profile-shortcode .wp2fa-setup button:hover {
    background-color: #2563eb;
}/* End custom CSS */