#sortable-container {
    width: 800px;
}
.sortable-item {
    display: flex
;
    gap: 10px;
    width: 800px;
    flex-wrap: nowrap;
    margin: 10px 0px 10px 0px;
}
.toc-chapter-image {
    width: 300px;
    height: 300px;
    background-color: #e53f3f;
    overflow: hidden;
    flex-shrink: 0;
}
.toc-chapter-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.toc-chapter-inner {
    width: auto;
}
.toc-chapter-title {
    color: #e53f3f;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 1px;
    font-family: 'Marcellus SC', serif;
	margin-top: -5px;
}
.toc-chapter-synopsos {
    font-size: 90%;
    text-align: justify;
    font-size: 80%;
}
.toc-chapter-synopsos p {
    padding: 0;
    margin: 0px 0px 5px 0px;
}
.toc-chapter-tags {
}
.controls {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    font-family: 'Noto Serif', serif;
    text-transform: uppercase;
    font-size: 90%;
	color:dimgrey;
}
button#toggleOrderBtn {
    cursor: pointer;
    background: none;
    border: none;
    color: #e53f3f;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    min-width: 85px;
    text-align: right;
}
.toc-chapter-tags {
    font-size: 80%;
    font-family: 'Noto Sans';
    color: dimgrey;
}

.page-id-598 #page {
    top: -90px;
}

.toc-chapter-book {
	font-family: 'Noto Sans';
	color: #e53f3f;
    font-size: 80%;
	float: left;
    margin-top: 4px;
}

.toc-chapter-book::after {
    content: "-";
    font-weight: bold;
    color: dimgrey;
    margin: 0px 5px 0px 5px;
}

.readmore {
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-size: 85%;
    letter-spacing: 1.2px;
}

.readmore::before {
  content: "◃";
  color:#d6cec4;
}

.readmore::after {
  content: "▹";
  color:#d6cec4;
}

.toc-chapter-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* MOBILE BASE */

@media only screen and (max-width:700px) {

#sortable-container {
    width: 100%;
}

.sortable-item {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.toc-chapter-image {
    width: 100%;
    height: auto;
    overflow: auto;
    flex-shrink: initial;
}

.toc-chapter-title {
    text-align: center;
    margin-top: 7px;
	font-size: 125%;
}

.toc-chapter-book {
	font-size: 80%;
	float: left;
	margin: 3px 7px 0px 0px;
}

.toc-chapter-image img {
    width: 100%;
    height: auto;
    object-fit: initial;
}

.toc-chapter-synopsos {
    font-size: 80%;
}

.toc-chapter-tags {
    font-size: 70%;
}

.readmore {
    font-size: 70%;
}

.toc-chapter-bottom {
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
	align-items: center;
}

/*
.chapt::after {
  content: "⬡";
  font-size: 100%;
  margin: 0 2px 0px 2px;
}*/

}