/* notes pages */
.page-all-notes ol.breadcrumb, .page-notes ol.breadcrumb {
  margin-bottom: 0.25rem;
}

/* more page */
.page-more h4 {
  margin-bottom: 20px;
}
.page-more .spelling strong {
  font-style: italic;
  font-weight: bold;
}
.page-more ul, .page-more ol {
  margin: 10px 0px; 
}

/* entry list as bootstrap accordion */
.accordion {
  --bs-accordion-btn-color: black;
  --bs-accordion-btn-bg: white; 
  --bs-accordion-active-color: black;
  --bs-accordion-active-bg: white; 
  --bs-accordion-bg: white;
  --bs-accordion-btn-focus-box-shadow: none;
}
.accordion-body {
  padding-top: 0;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.highlighted, .highlighted > .accordion-header > button {
  background-color: #cceeee;
}

/* bootstrap mods */
.form-check-input:checked {
  background-color: #d4d480;
  border-color: #d4d480;
}
.form-check-input:focus {
  background-color: none;
  border-color: #e1e1a6;
  box-shadow: none;
}

/* search */
.search-result {
  margin-bottom: 20px;
}
.search-result > .card-body {
  background-color:#e1e1a6;
}

/* entries */
.reuther-entry > .card-body > .reuther-example,
.reuther-subentry > .reuther-example,
.reuther-example > .card,
.reuther-example.card {
  margin: 0.5rem 0;
  background-color: #e1e1a6;
}
.reuther-entry .card-body > .reuther-note,
.reuther-subentry > .reuther-note  {
  margin: 0.5rem 0;
}
.reuther-note-label {
  font-style: italic;
}

/* styles for xml within notes */
lit, qn, fn, zn {
  display: none;
}
di {
  font-weight: bold;
}
gloss, free {
	font-style: italic;
}
eg {
	display: block;
	margin-left: 2.5em;
	padding-left: 0.25em;
}
eg > di, eg > gloss, eg > free {
	display: table;
}
free:before, suchas:before, elab:before {
	padding-right: 0.25em;
	font-family: courier;
	font-style: normal;
	font-weight: normal;
	font-size: .83em;
	vertical-align: sub;
}
cf:before {
  content: "[cf. "attr(val)" "attr(valtype)" "attr(valgloss) " "attr(valnum)"] " ;
}
substitute {
  font-size: 0;
}
substitute:before {
  content: attr(val);
  font-size: 1rem;
}
comparative {
	display: table;
	margin: 0.5em 0;
  background-color: #EEEECC;
  border-radius: 10px;
  padding: 0.5em 1em;
}
comparative > item {
	display: table-row;
}
item > lang, item > form, item > gloss, item > free {
	display: table-cell;
	padding-right: 2em;
}
name, mura, place {
	font-weight: bold;
}
german {
	text-decoration: underline;
}

/* note types */
#notetypes {
    max-width: 300px;
    padding: 0 1em;
}
.note-type {
    font-weight: bold;
}
.note-subtype {
    opacity: .8;
    padding-left: 2em;
}
.note-subtype::before {
    content: "→ ";
}
