/* created 19.02.2026 */

/* Basic styling for readability */
body {
	font-family: 'Georgia', serif;
	font-size: 1.2em;
	line-height: 2;
	max-width: 700px;
	margin: 2rem auto;
	padding: 1rem;
}
.work_title {
	font-style: italic;
}
p.quotation {
	line-height: 1.5;
	padding-left: 36px;
}
.emph {
	font-style: italic;
}
.emphasis {
	font-style: italic;
	letter-spacing: 0.2rem;
}
.strong {
	font-weight: bold;
}
.no_break {
	display: inline-block;
}
	
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
/* Figure container */
figure {
	max-width: 100%;
	margin: 2rem auto;  /* Vertical spacing, centered */
	padding: 0;
	break-inside: avoid;  /* Keep figure and caption together when printing */
}

/* Image within figure - responsive */
figure img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
figure img.section {
	margin: 24px 0 12px 0;
}

/* Caption styling - Humanities (MLA, Chicago Style) */
figcaption {
	font-style: italic;
	text-align: center;  /* 'left' is standard */
	font-size: 0.9rem;
	margin-top: 1.2rem;  /* '0.3rem' is standard, but the svg imgages have 0 built-in margin */
	border: none;
}

/* Alternative: Manual numbering with spans */
figcaption .figure-label {
	font-weight: bold;
	margin-right: 0.3rem;
}

/* Style the footnote reference in the main text */
.footnote-ref {
	font-size: 0.7em;
	vertical-align: super;
	line-height: 1; /* Prevents the superscript from affecting line height */
	text-decoration: none;
	display: inline-block;
	margin: 0 2px 0 2px;
}
/* Style the footnote section */
.footnotes-section {
	margin-top: 3rem;
	padding-top: 1rem;
	border-top: 2px solid #eee;
	font-size: 0.9em;
}
/* Make the definition list a block container */
.footnotes-list {
	margin: 0;
	padding: 0;
	/* Ensure the list takes full width */
	width: 100%;
}
/* Style each footnote entry as a block */
.footnote-term {
	/* Change from display: inline to float left or flex */
	float: left;  /* Let the number float left */
	clear: left;  /* Important: forces each term to start on a new line */
	font-weight: normal;
	width: 2.5em;  /* Give the number a fixed width for alignment */
	margin: 0;  /* Change this to add some spacing between footnotes */
}
/* The description now takes the remaining width */
.footnote-definition {
	/* Change from display: inline to block */
	display: block;
	line-height: 1.5;
	margin: 0 0 0 2.5em;  /* Left margin aligns with the number's width */
	padding-left: 0.5em;  /* Small gap between number and text */
}
.footnotes-list {
	margin: 0;
	padding: 0;
}
.footnote-item {
	display: flex;  /* Create a flexible row for each footnote */
	align-items: baseline;  /* Align the number and text nicely */
	margin: 0;  /* Space between footnotes */
}
.footnote-term {
	flex: 0 0 2.5em;  /* Fixed width for the number column */
	font-weight: normal;
}
.footnote-definition {
	flex: 1;  /* Take up remaining space */
	margin: 0;  /* Remove default margins */
}
#footnote-label {
	display: none;
}		
		
/* Visually hidden class for screen reader only text */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
		
/* Table */
table#overview_table {
  border-collapse: collapse;
  width: 100%;
  font-family: system-ui, sans-serif;
  line-height: 0.7;
  font-size: 0.75em;
  margin-top: 2em;
  margin-bottom: 2.5em;
}
table#overview_table caption {
	display: none;
}	

table#overview_table th,
table#overview_table td {
  /* border: 1px solid #ddd; */
  padding: 0.5rem 0.75rem;
  text-align: left;
}
table#overview_table th {
	border-bottom: 2px solid #ddd;
}

table#overview_table thead {
  background-color: #f5f5f5;
}

/*
table#overview_table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
*/
table#overview_table tbody tr:nth-child(odd of .group_start), 
table#overview_table tbody tr:nth-child(odd of .group_middle),
table#overview_table tbody tr:nth-child(odd of .group_end) { 
	background-color: #fafafa;
}
table#overview_table tbody tr.aria td {
	background-color: #FFC;
	padding-top: 8px;
	padding-bottom: 8px;
}
table#overview_table tbody tr:last-child td {
	border-bottom: 2px solid #ddd;
}

/*
table#overview_table tbody tr:hover {
  background-color: #f0f0f0;
}
*/

.canone {
	color: #00C; /* blue */
}
.inline-svg{
    width: auto;
    vertical-align: -0.12em; /* tweak */
}
img.fourfourtime {
	height: 0.78em;
}
img.alla-breve {
	height: 1.3em;
	vertical-align: -0.2em;
}

h1#main-title {
	text-align: center;
}
p#publisher {
	text-align: center;
}

div#contents {
	margin: auto;
	margin-top: 100px;
	width: 400px;
}
ol.contents-list {
	list-style-type: upper-roman;
}
li.hidden-marker {
	list-style-type: none;
}
ol.contents-list a {
	margin-left: 24px;
}
ul.bibliography {
	list-style-type: none;
 	line-height: 1.3;
    margin-left: 1em;
    padding-left: 1em;
    text-indent: -2em;	
}
ul.bibliography li {
	padding-bottom: 16px;
}
.link_ext {
	white-space: nowrap;
}