/* CONSORT Reviewer AI - Mobile Responsive Styles v1.0.0 */

/* فونت‌ها برای موبایل */
@media (max-width: 576px) {
 html { font-size: 14px; }
 body { font-size: 1rem; line-height: 1.6; }
 h1, .h1 { font-size: 1.75rem !important; }
 h2, .h2 { font-size: 1.5rem !important; }
 h3, .h3 { font-size: 1.25rem !important; }
 h4, .h4 { font-size: 1.1rem !important; }
 .display-4 { font-size: 1.75rem !important; }
 p { font-size: 1rem !important; line-height: 1.7 !important; }
 
 .form-control, .modern-form-control {
 font-size: 1rem !important;
 padding: 0.75rem 1rem !important;
 min-height: 48px;
 }
 
 .btn, .modern-btn {
 font-size: 1rem !important;
 padding: 0.75rem 1.5rem !important;
 min-height: 48px;
 }
 
 .modern-card-body { padding: 1.25rem !important; }
 .container { padding-left: 1rem !important; padding-right: 1rem !important; }
}

@media (min-width: 577px) and (max-width: 768px) {
 html { font-size: 15px; }
 h1, .h1 { font-size: 2rem !important; }
}

/* Touch-Friendly */
@media (max-width: 768px) {
 a, button, .clickable { min-height: 44px; min-width: 44px; }
}
