
h1
{
  font-size: 1.5em;
}
h1 i
{
  font-weight: normal;
  font-size: 1em;
}

h2
{
  font-size: 1.25em;
}
h3
{
  font-size: 1.25em;
}
.observer-note
{
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #f0f7fb;
  /* background-image: url("../Images/icons/Pencil-48.png"); */
  /* background-position: 9px 0px; */
  /*background-repeat: no-repeat; */
  /*     border: solid 1px #3498db;*/
  /* line-height: 18px; */
  overflow: hidden;
  padding: 0.5rem 0.75rem 1rem 1rem;
  margin-bottom: 1rem;
  width: min(60rem, 90%);
}

.vote-box {
  border-style: solid;
  border-width: 1px;
  margin: 1rem;
  padding-top: 0rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  margin: 0;
  width: min(60rem, 90%);
  background-color: #ffffcb;
  border-radius: 0.2rem;
}

.vote_row {
  display: flex;
  flex-wrap: wrap;
  gap: 0; /* spacing between elements */
  align-items: center; /* vertical alignment */
}

.vote_element {
  display: flex;
  flex-direction: column; /* stack abbr on top of vote */
  align-items: center; /* center text under each element */
  padding: 4px;
  border: 1px solid #ccc;
  width: fit-content; /* fixed width for each element */
}

.vote_abbr {
  font-weight: bold;
  margin-bottom: 5px;
}

.vote_vote {
  color: gray;
}

.reviewer-comment {
  width: min(60rem, 95%);
  height: 4rem;
}

.accordion {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  margin: 0;
  width: min(60rem, 90%);
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.accordion h2 {
  margin-bottom: 16px;
  font-size: 1.25em;
}

.accordion details {
  background-color: #e6f4ff; /* light blue background */
  border: 1px solid #b3daff; /* optional border (slightly darker) */
  border-radius: 8px;        /* rounded corners */
  margin-bottom: 8px;
  overflow: hidden;
  padding: 4px;              /* small padding inside the blue box */
}
/*
.accordion summary {
  cursor: pointer;
  padding: 10px 15px;
  background-color: transparent;
  font-weight: bold;
  outline: none;
}
*/

details {
  margin-bottom: 14px;
}

summary {
  font-weight: bold;
  cursor: pointer;
  padding: 8px;
  border-radius: 5px;
  transition: background 0.15s;
}

summary:hover {
  background: #f0f0f0;
}

details[open] summary {
  background: #e7e7e7;
}

details p {
  margin: 8px 0 0 16px;
  color: #333;
}

.external-links
{
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #f0f7fb;
  /* background-image: url("../Images/icons/Pencil-48.png"); */
  /* background-position: 9px 0px; */
  /*background-repeat: no-repeat; */
  /*     border: solid 1px #3498db;*/
  /* line-height: 18px; */
  overflow: hidden;
  padding: 0.5rem 0.75rem;
  width: fit-content
}

.back_button
{
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  background: #c2d0ff;
  color: black;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.5rem;
}
