/* Styles for WS User Profile templates. */

.wsup-profile-dashboard,
.wsup-profile-public,
.wsup-profile-edit {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.wsup-profile-card {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    max-width: 520px;
}

.wsup-profile-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #2563eb;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
}

.wsup-profile-name {
    margin: 0 0 0.35rem;
    font-size: 1.25rem;
    color: #0f172a;
}

.wsup-profile-email {
    margin: 0 0 0.5rem;
    color: #475569;
    font-size: 0.95rem;
}

.wsup-profile-bio {
    margin: 0;
    color: #334155;
    line-height: 1.6;
}

.wsup-profile-bio--muted {
    color: #94a3b8;
}

.wsup-profile-notice {
    padding: 1rem 1.25rem;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #475569;
    background: #f8fafc;
}
