.card-youtube .card-title {
    color: #FF0000;
}

.card-twitch .card-title {
    color: #9147ff;
}

.card-twitter .card-title {
    color: #1DA1F2;
}

.card-patreon .card-title {
    color: #f96854;
}

.card-discord .card-title {
    color: #7289DA;
}

.card-paypal .card-title {
    color: #009cde;
}

.text-gradient {
    background: linear-gradient(to top, #bd8cbf 20%, #a186be 20% 40%, #855fa8 40% 60%, #652c91 60% 80%, #440f63 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

@media (max-width: 600px) {
    .text-gradient {
        font-size: 2.5rem;
    }
}

@media (max-width: 450px) {
    .text-gradient {
        font-size: 2rem;
    }
}

.logo {
    max-width: 50%;
    height: auto;
    aspect-ratio: 1;
}

.logo-small {
    max-height: 1em;
    width: auto;
    aspect-ratio: 1;
}

.logo-inline {
    max-height: 3rem;
    vertical-align: middle;
}

.book-banner {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
    aspect-ratio: 1197 / 534;
}

body {
    background: #20112e;
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
}

.container-restricted {
    max-width: 1140px;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.highlight {
    color: #e4c2e5;
}

.card-spacer {
    flex-basis: 0.75rem;
    flex-grow: 1;
}

.card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.40625rem;
}

.card-body {
    padding-bottom: 0.5rem;
}

.card-main > p {
    text-align: left;
}

.card-main ~ .table-responsive-sm > .table {
    margin-bottom: 0;
}

.mini-blurb {
    font-style: italic;
    text-align: justify;
    padding-left: 1em;
    padding-right: 1em;
}

.blurb {
    border: #9e9e9e 2px solid;
    background-color: #444;
    padding: 1em;
    margin-bottom: 1em;
}

.blurb-muted {
    padding: 1em;
    margin-bottom: 1em;
}

.blurb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}

.blurb > .title {
    text-align: center;
    margin-bottom: 16px;
}

.blurb-txt {
    flex: 1 1 50%;
    text-align: justify;
}

.blurb-txt > p.blurb-quote {
    padding-left: 1em;
    padding-right: 1em;
    font-style: italic;
}

.blurb-txt > p.blurb-tagline {
    font-weight: bold;
    text-align: center;
}

.blurb-txt > p:last-child {
    margin-bottom: 0;
}

.blurb-txt > p {
    font-size: 1.1em;
}

.apple-books-button {
    margin: 0.5em;
    display: inline-block;
}

.apple-books-button > img {
    height: 4em;
    aspect-ratio: 140.9502 / 40;
}

.google-play-button {
    margin: 0.5em;
    display: inline-block;
}

.google-play-button > img {
    height: 4em;
}

.amazon-button > img {
    height: 4.5em;
    width: auto;
    background-color: #000;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 0.5em;
    border: #a6a6a6 0.1em solid;
}

.my-gumroad-button {
    height: 4em;
    width: auto;
    aspect-ratio: 215 / 64;
}

.faq-q {
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 1.25em;
}

.faq-q::before {
    content: "Q:";
    position: absolute;
    margin-left: -1.25em;
}

.faq-a {
    font-style: italic;
    margin-left: 1.25em;
}

.faq-a::before {
    content: "A:";
    position: absolute;
    margin-left: -1.25em;
}

.faq-important {
    color: red;
}

.faq-quote {
    padding-left: 1em;
    display: inline-block;
    border-left: white 1px solid;
}

.flex-break {
    flex-basis: 100%;
    width: 0;
}

hr {
    border-color: #855fa8;
}

#convert-button {
    align-self: center;
    margin-top: 0.75rem;
}

.container-restricted-lg {
    max-width: 960px;
}

.story > section > p {
    text-indent: 2rem;
    line-height: 2rem;
    font-size: 1.25rem;
}

.story .blockquote-footer {
    font-size: 1rem;
}

.story-subtitle {
    margin-top: -0.5rem;
    font-size: 1.75rem;
}

.story-author {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.chapter-header {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.story-toc ul {
    padding-inline-start: 0;
    font-size: 1.25rem;
}

.rss-icon {
    width: 1rem;
    height: 1rem;
}

.illustration, .illustration img {
    max-width: 100%;
}

.story .new-block {
    margin-top: 2.5rem;
}

.chapter-paginate {
    font-size: 1.25rem;
    text-align: center;
}

.d-none {
    display: none;
}

.voting-card {
    border-radius: 8px;
    border: white 2px solid;
    background-color: #20112e;
}

.voting-card .card-body {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.voting-card .card-footer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: unset;
}

.voting-card-inactive {
    border-color: #444;
    background: #120a1b;
}

.voting-card-active {
    /*box-shadow: 0px 0px 10px white;*/
    background-color: #2d1a3f;
    animation: pulse 2s infinite;
}

.current-vote {
    animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 10px -5px white;
	}

	70% {
		box-shadow: 0 0 15px 0px white;
	}

	100% {
		box-shadow: 0 0 10px -5px white;
	}
}

.shortlist-descriptions {
    width: 100%
}

.shortlist-descriptions td {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.shortlist-descriptions td:nth-child(2) {
    text-align: center;
}

.shortlist-descriptions tbody tr:nth-child(odd)  {
    background-color: #2d1a3f;
}