.site-title { display: none !important; }
.site-header { display: none !important; }

/* Hide Minima's automatic page title */
.post-title,
.page-heading h1,
.page-heading {
  display: none !important;
}

.site-header + .page-content {
  padding-top: 0 !important;
}



.page-heading {
  text-align: center;
  max-width: 900px;
  margin: 40px auto 10px auto;
  line-height: 1.25;
  font-weight: 600;
  text-wrap: balance;
}

.paper-title{
  text-align: center;
  max-width: 900px;
  margin: 10px auto 6px auto;
  line-height: 1.2;
  font-weight: 400;
  text-wrap: balance;
  margin-bottom: 16px;
}


.paper-title strong {
  font-weight: 700;   /* bold only the dataset name */
}


/* remove extra top padding from theme */
.page-content {
  padding-top: 10px !important;
}

.wrapper {
  margin-top: 0 !important;
}


.venue {
  text-align: center;
  color: #666;
  font-size: 1.05rem;
  letter-spacing: 0.4px;
}



/* ABSTRACT BLOCK — clean paper style */
.abstract-box {
  max-width: 820px;
  margin: 0 auto 26px auto;
  padding: 0;
}

/* paragraph typography */
.abstract-box p {
  margin: 0;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}






/* Center the subtitle lines */
h3 {
  text-align: center;
  font-weight: normal;
  margin-top: -10px;
}

/* SECTION SEPARATORS */
hr {
  margin: 45px auto 20px auto;
  border: none;
  border-top: 1px solid #ddd;
  max-width: 850px;
}

/* headings always close to the line */
hr + h2 {
  margin-top: 0;
}

/* consistent spacing after headings */
h2 {
  margin-bottom: 12px;
  text-align: left;
  font-weight: 700;
  text-transform: none;
  font-size: 1.6rem;
}

/* spacing for blocks (images + text) */
h2 + p,
h2 + div {
  margin-top: 10px;
}

/* abstract readability */
p {
  line-height: 1.65;
}



























