/* === Research section styling === */
@import "global_styles.css";
@import "aboutme2.css";

/* Make the main block title ("Research") bigger */
section#research .section-heading h1,
section#research .section-heading h2,
section#research header .section-title {
  font-size: 2.4rem !important; /* adjust size */
  font-weight: 700 !important;  /* keep bold for main title */
  margin-bottom: 1rem;
}

/* Subsection headings (Publications, Working Papers, WIP) */
section#research .prose h3 {
  font-weight: 500 !important;   /* unbold but not thin */
  font-size: 1.5rem !important;  /* same size as before */
  margin-top: 1.2rem;
}

details[open] summary { opacity: 0.85; }

/* Abstract dropdown link with arrow intact */
#research details summary {
  color: #6d84a3 !important;   /* match icon color */
  font-weight: normal !important;
  cursor: pointer;
  text-decoration: underline;
}

/* Slight opacity change when open */
#research details[open] summary {
  opacity: 0.9;
}

/* Tighten ALL section headers like:
   <div class="mb-6 text-3xl font-bold ...">Title</div> */
section .mb-6 { margin-bottom: -.2rem !important; }

/* If some sections use 4xl, cover that too
section .mb-6.text-4xl.font-bold { margin-bottom: 0.5rem !important; } */
