css

/* Verringert Abstand vor der Überschrift „Current Issue“ */
.current_issue {
    margin-top: 1rem; /* Reduziere auf Wunsch – z. B. 0.5rem oder 0 */
}

/* Optional: Auch Abstand unterhalb verringern */
.current_issue {
    margin-bottom: 1.5rem;
}

/* Falls die Überschrift selbst Abstand hat */
.current_issue h2 {
    margin-top: 0;
}

body.page_index .current_issue {
    margin-bottom: 1rem;
}

body.page_index h3 {
    margin-top: 0.5rem;
}

/* Abstand nach dem "Published"-Bereich verringern */
.issue-heading {
    margin-bottom: 0.5rem; /* Standard ist oft 2rem oder mehr */
}

/* Abstand oberhalb von h3 (Articles) verringern */
.issue-toc h3 {
    margin-top: 0.5rem; /* Je nach Bedarf auch 0 */
}

// margin top for first one
.pkp_structure_main h2  {
    margin-top: 0 !important;
}

.obj_issue_toc .heading {
  margin-bottom: 0 !important;
}

.obj_issue_toc .sections {
  margin-top: 0 !important;
}

.obj_issue_toc .section {
  margin-top: 0 !important;
}

.obj_issue_toc .published {
  margin: 0 !important;
}

.page_search .search_advanced {
    display: none !important;
}



