/* subrica-profile.css - استایل‌های هماهنگ برای صفحه ویرایش پروفایل */

.subrica-profile-container{
    max-width:840px;
    margin:28px auto;
    padding:22px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 6px 20px rgba(0,0,0,0.04);
    font-family: 'open_sansregular', sans-serif;
    color:#222;
}

.profile-title{ font-size:22px; margin-bottom:12px; }
.section-title{ font-size:16px; margin:18px 0 8px; font-weight:600; }

.form-row{ margin-bottom:14px; }
.form-row label{ display:block; margin-bottom:6px; font-weight:600; }
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row textarea{ width:100%; padding:10px 12px; border:1px solid #e0e0e0; border-radius:8px; background:#fafafa; color:#111; font-size:15px; }
.form-hint{ margin-top:6px; color:#666; font-size:13px; }

.disabled-input{ background:#f3f3f3; color:#666; cursor:not-allowed; }

.form-actions{ margin-top:6px; }
.btn-primary{
    background:#2b8cff; color:#fff; padding:10px 18px; border-radius:8px; border:0; cursor:pointer; font-weight:600;
}
.btn-primary:hover{ background:#1a6fcc; }
.btn-secondary{
    display:inline-block; padding:8px 14px; background:#f3f3f3; color:#333; border-radius:7px; text-decoration:none; margin-left:10px;
}
.btn-secondary:hover{ background:#e9e9e9; }

/* هشدارها */
.alert{ padding:10px 12px; border-radius:8px; margin-top:12px; display:none; font-size:14px; }
.alert.success{ background:#e6f8ed; color:#136034; border:1px solid #c6efd6; }
.alert.error{ background:#fde8e8; color:#7a1313; border:1px solid #f2cfcf; }

/* avatar */
.profile-avatar-section{ display:flex; align-items:center; gap:14px; margin-bottom:12px; }
.profile-avatar{ width:110px; height:110px; border-radius:50%; object-fit:cover; border:1px solid #eee; }

/* vip row */
.vip-row{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-bottom:6px; }
.vip-row .vip-meta{ color:#666; font-size:13px; margin-left:6px; }
.vip-status{ color:#ff8a00; font-weight:600; }

/* section separator */
.section-sep{ border:0; height:1px; background:#f0f0f0; margin:18px 0; }

/* لینک نمایش فایل (lightbox trigger) */
.view-link{ color:#2b8cff; text-decoration:none; background:#f8fbff; padding:6px 8px; border-radius:6px; font-weight:600; }
.view-link:hover{ background:#eef6ff; }

/* responsive */
@media(max-width:720px){
    .profile-avatar{ width:86px; height:86px; }
    .subrica-profile-container{ padding:14px; }
}
