/* ===================================
   MailPing Research Layout
   Technical Analysis Style
=================================== */

.research-article{
  max-width: 820px;
  margin: 60px auto 80px auto;
  padding: 40px 24px;
}

/* -----------------------------------
   Research Typography
----------------------------------- */

.research-article p{
  font-size:17px;
  line-height:1.7;
  color:#222;
  margin:18px 0;
}

.research-article h2{
  margin-top:48px;
  margin-bottom:14px;
  font-size:28px;
}

.research-article h3{
  margin-top:32px;
  margin-bottom:10px;
  font-size:20px;
}

/* -----------------------------------
   Research Paper Header
----------------------------------- */

.research-paper-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
  padding-bottom:12px;
  border-bottom:1px solid #eaeaea;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.research-paper-label{
  font-size:13px;
  font-weight:600;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:#4a7cff;
}

.research-paper-meta{
  font-size:13px;
  color:#888;
}

/* -----------------------------------
   Category
----------------------------------- */

.research-category{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#888;
  margin-bottom:16px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

/* -----------------------------------
   Title
----------------------------------- */

.research-article h1{
  font-size:42px;
  line-height:1.2;
  margin-bottom:20px;
}

/* -----------------------------------
   Subtitle
----------------------------------- */

.research-subtitle{
  font-size:20px;
  color:#555;
  margin-bottom:28px;
}

/* -----------------------------------
   Meta
----------------------------------- */

.research-meta{
  font-size:14px;
  color:#777;
  margin-bottom:40px;
}

/* -----------------------------------
   Methodology
----------------------------------- */

.methodology-box{
  background:#f7f7f7;
  border-left:4px solid #000;
  padding:24px;
  margin:40px 0;
}

.methodology-box h3{
  margin-top:0;
  font-size:20px;
}

/* -----------------------------------
   Research Table
----------------------------------- */

.research-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:40px 0;
  font-size:15px;
  border:1px solid #e8e8e8;
  border-radius:8px;
  overflow:hidden;
}

.research-table thead{
  background:#f5f7fa;
}

.research-table th{
  text-align:left;
  font-weight:600;
  padding:14px 16px;
  border-bottom:1px solid #e6e6e6;
}

.research-table td{
  padding:14px 16px;
  border-bottom:1px solid #f0f0f0;
}

.research-table tr:last-child td{
  border-bottom:none;
}

/* Row striping */

.research-table tbody tr:nth-child(even){
  background:#fafafa;
}

/* Hover highlight */

.research-table tbody tr:hover{
  background:#f2f6ff;
  transition:background 0.15s ease;
}

/* -----------------------------------
   Findings Box
----------------------------------- */

.findings-box{
  margin:50px 0;
  padding:26px;
  background:#fafafa;
  border:1px solid #eee;
  border-radius:6px;
}

.findings-box h3{
  margin-top:0;
}

/* -----------------------------------
   Key Insight
----------------------------------- */

.key-insight{
  font-size:22px;
  font-style:italic;
  border-left:4px solid #000;
  padding-left:20px;
  margin:50px 0;
}

/* -----------------------------------
   Conclusion
----------------------------------- */

.research-conclusion{
  margin:60px 0;
  padding:24px;
  background:#f7f7f7;
  border-left:4px solid #000;
  font-size:18px;
}

/* -----------------------------------
   Research Lab Identity Block
----------------------------------- */

.research-lab{
  margin:30px 0 40px 0;
  padding:20px 22px;
  background:#f6f8fb;
  border-left:4px solid #4a7cff;
  border-radius:6px;
}

.research-lab strong{
  display:block;
  font-size:16px;
  margin-bottom:6px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.research-lab p{
  margin:6px 0 10px 0;
  font-size:15px;
  line-height:1.6;
  color:#444;
}

.research-lab a{
  font-weight:600;
  text-decoration:none;
  color:#1a1a1a;
}

.research-lab a:hover{
  text-decoration:underline;
}