        :root{
    --readaloud-color: #7e1716;
}

.tooltip-convert {
    color: orange;
}

.book-styled-block {
    background: #FDFDFD;
}

.main-holder > .split-header {
    font-size: 24px;
    font-weight: normal;
    color: #5d0000;
    font-family: gin, serif;
    border-bottom:0px;
}

.logos-container {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.credits-header {
    text-align: center;
    max-width: 100% !important;
    align-items: center !important;
}

.credits-header-center {
    text-align: center;
    max-width: 100% !important;
    align-items: center !important;
}

.main-holder ul > li::before {
    content: "■";
    position: relative;
    left: -20px;
    margin-right: -10px;
    color: #FFFFFF;
    font-weight: bold;
    color: #676767;
}

.first-paragraph-letter::first-letter {
  font-size: 90px;
  line-height: 120px;
  position: relative;
  margin-top: -30px;
  float: left;
}

.as-stat-block {
    background-color: #252525;
    padding: 20px 40px;
    border-top: 4px solid #c82434;
    border-bottom: 4px solid #c82434;
    margin-top: 60px;
    margin-bottom: 60px;
}

.larger-stat-block-text {
    font-size: 24px;
}

.vtm-red-text, .vtm-red-text strong {
    color: #c82434;
}

.text-centered {
    text-align: center;
}

.as-ch-header {
    margin-top: 40px;
}

.as-ch-header h3 {
    text-align: center;
    color: white;
    font-size: 32px;
    margin-bottom: 16px;
}

.as-ch-header h1 {
    font-size: 72px !important;
    line-height: 72px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-variant: small-caps;
    text-transform: none;
}

.as-ch-header:after {
    content: "";
    display: block;
    height: 40px;
    background-image: url(https://content.demiplane.com/compendium/vampire/auld-sanguine/css/vtm-flourish-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 50px !important;
}