/* Research Article Management — Frontend styles */
.ram-article-page, .ram-journal-archive-page, .ram-search-results-page { max-width: 800px; margin: 0 auto; padding: 40px 20px; color: #1e293b; line-height: 1.6; }
.ram-article-title { font-size: 28px; font-weight: 700; margin-bottom: 16px; }
.ram-article-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 20px; }
.ram-meta-item { display: flex; flex-direction: column; gap: 2px; }
.ram-meta-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; }
.ram-meta-value { font-size: 15px; font-weight: 600; }
.ram-divider { border: none; border-top: 1px solid #e2e8f0; margin: 24px 0; }
.ram-authors-line { font-weight: 600; font-size: 15.5px; color: #1e293b; margin: 0; }
.ram-article-actions { margin-top: 32px; display: flex; gap: 10px; }
.ram-btn { display: inline-block; padding: 8px 16px; border: 1px solid #e2e8f0; border-radius: 8px; text-decoration: none; color: #1e293b; background: #fff; cursor: pointer; font-size: 13px; }
.ram-screen-reader-heading { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ram-journal-title { font-size: 26px; font-weight: 700; margin-bottom: 4px; }
.ram-journal-count { color: #64748b; margin-bottom: 8px; }
.ram-journal-description { color: #475569; margin-bottom: 20px; }
.ram-article-list { list-style: none; margin: 20px 0; padding: 0; }
.ram-article-list-item { padding: 14px 0; border-bottom: 1px solid #e2e8f0; display: flex; flex-direction: column; gap: 4px; }
.ram-article-list-title { font-weight: 600; font-size: 16px; text-decoration: none; color: #1e293b; }
.ram-article-list-title:hover { color: #2563eb; }
.ram-article-list-manuscript { font-size: 12px; color: #94a3b8; }
.ram-article-list-authors { font-size: 13px; color: #64748b; }
.ram-pagination { display: flex; gap: 8px; margin-top: 24px; flex-wrap: wrap; }
.ram-pagination .page-numbers { padding: 6px 12px; border: 1px solid #e2e8f0; border-radius: 6px; text-decoration: none; color: #1e293b; font-size: 13px; }
.ram-pagination .page-numbers.current { background: #2563eb; color: #fff; border-color: #2563eb; }
.ram-search-box { position: relative; margin: 16px 0; max-width: 480px; }
.ram-search-input { width: 100%; padding: 10px 14px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 14px; }
.ram-search-results { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; margin-top: 6px; max-height: 320px; overflow-y: auto; box-shadow: 0 8px 24px rgba(0,0,0,0.08); z-index: 20; }
.ram-search-result-item { display: block; padding: 10px 14px; text-decoration: none; color: #1e293b; border-bottom: 1px solid #f1f5f9; font-size: 13.5px; }
.ram-search-result-item:hover { background: #f8fafc; }
.ram-search-result-item small { display: block; color: #94a3b8; margin-top: 2px; }
@media (max-width: 600px) { .ram-article-title { font-size: 22px; } .ram-article-meta { flex-direction: column; gap: 10px; } }
@media print { .no-print, .ram-search-box { display: none !important; } .ram-article-page { max-width: 100%; padding: 0; } }
