/* Must stay in the layout: display:none + required blocks submit with no message,
   and some browsers omit the file from the POST. */
.file-input-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

label.button.file-pick,
span.button.file-pick,
button.button.file-pick {
  display: inline-block;
  margin-right: 0.75em;
  margin-bottom: 0;
  cursor: pointer;
}

.file-chosen {
  display: inline-block;
  margin-right: 0.75em;
  font-size: 0.9em;
  opacity: 0.8;
}

.file-pick-row {
  position: relative;
  margin-top: 10px;
}

.file-pick-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.75em;
}

.file-pick-wrap input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 2em;
}

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
  color:#242943 !important;
  border-color:#242943;
  box-shadow: inset 0 0 0 2px #242943;
}


.tablebutton{
line-height:0.5em;
height:1.5em;
padding: 0 1em 0 1em;}

button:hover{
color:#242943;
border-color:#242943;
}

.accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.mobileshow{
display:none;
}


@media screen and (max-width: 736px) {
.mobileshow{
display:inline;
}
}

.book-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 20px;
	align-items: flex-start;
}

.book-facts__col {
	flex: 1;
	min-width: 300px;
}

.book-facts__col > p,
.book-facts__col > h4 {
	margin: 0 0 0.55em 0;
	padding: 0;
}
