/* Account module styles */
.mya-account-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    max-width: 820px;
    margin: 18px auto;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.mya-account-card h2 { margin-top:0; font-size:22px; }

.mya-account-card p { margin-bottom:12px; }

.mya-profile-form input[type="text"],
.mya-profile-form input[type="email"],
.mya-profile-form input[type="url"],
.mya-profile-form input[type="date"],
.mya-profile-form select,
.mya-profile-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
}

.mya-btn {
    background: #1068f6;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.mya-messages .mya-alert { padding: 10px 12px; border-radius: 8px; margin-bottom:12px; }
.mya-alert-success { background:#e6ffed; color:#0a8a3f; }
.mya-alert-error { background:#fff0f0; color:#c22; }