/* Minimal CSS to approximate Typst title page layout */

#title-block-header {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1rem;
}

/* ZHAW header */
.zhaw-header {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  line-height: 1.4;
}

/* Title and subtitle */
#title-block-header .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#title-block-header .subtitle {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

/* Cover image */
.cover-image {
  margin: 2rem 0;
}

.cover-image img {
  max-width: 100%;
  height: auto;
}

/* Confidential notice */
.confidential {
  font-weight: bold;
  margin: 2rem 0;
}

/* Thesis type */
.thesis-type {
  font-weight: bold;
  margin: 1rem 0;
}

/* Author section */
.author-section {
  margin: 2rem 0;
}

.author-section .von {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

/* Metadata fields */
.degree-type,
.submission-date,
.study-direction {
  margin: 0.3rem 0;
}

/* Supervisors section */
.supervisors {
  margin-top: 3rem;
  text-align: left;
  /* display: inline-block; */
}

.supervisors p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.supervisors ul {
  list-style: none;
  padding: 0;
}

.supervisors li {
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* Hide default elements not needed for title page style */
#title-block-header .date,
#title-block-header .institut,
#title-block-header .keywords {
  display: none;
}

/* Imprint section */
.imprint-section {
  /* margin-top: 4rem; */
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: smaller;
}

.imprint-title {
  /* font-size: smaller; */
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.imprint-citation {
  margin-bottom: 2rem;
}


.imprint-label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.citation-text {
  font-size: 0.9rem;
  line-height: 1.6;
}

.imprint-keywords {
  margin-bottom: 2rem;
}

.imprint-keywords p {
  line-height: 1.6;
}

.imprint-institution {
  margin-top: 2rem;
}

.imprint-institution p {
  line-height: 1.6;
}
