@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

/*main {
    flex: 1;
}*/

.sidebar[b-v7psooy5si] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/*footer {
    margin-top: 50px;
    flex-shrink: 0;
}*/
/*footer {
    position: fixed;
    bottom: 0;
}*/

.page[b-v7psooy5si] {
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.page header[b-v7psooy5si] {
    min-height: 50px;
}

.page footer[b-v7psooy5si] {
    min-height: 50px;
    /*margin-top: 50px;*/
}

.text-muted[b-v7psooy5si] {
    color: rgb(108, 117, 125) !important;
}


/*html, body, app {
    height: 100%;
}*/
footer[b-v7psooy5si] {
    background-color:#FFF;
}
footer div.row[b-v7psooy5si] {
    display: block;
}
/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

@media (max-width: 640.98px) {
/*    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }*/
}

@media (min-width: 641px) {
    .page[b-v7psooy5si] {
        flex-direction: row;
    }

    .sidebar[b-v7psooy5si] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

/*    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}

#blazor-error-ui[b-v7psooy5si] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-v7psooy5si] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.logo[b-pamlowdiu8] {
    font-size: 20px;
    padding: 0 10px 0 0;
}

    .logo .logo-suffix[b-pamlowdiu8] {
        color: #CC0000;
    }

/* navbar breakpoint/height variable (adjust if your navbar height differs) */
nav[b-pamlowdiu8] {
    --navbar-height: 56px;
    background: #222222;
    padding: 5px 15px;
    z-index: 100;
}

    nav a[b-pamlowdiu8] {
        color: white;
        text-decoration: none;
    }

.SectionHeader[b-pamlowdiu8] {
    text-align: center;
}
.largeMenu[b-pamlowdiu8] {
    display: none;
}

/* For devices with a minimum width of 990 (Medium) */
@media screen and (min-width: 992px) {
    .dropdown:hover[b-pamlowdiu8] {
        opacity: 1;
    }

        .dropdown:hover .dropdown-toggle[b-pamlowdiu8] {
            background-color: #333;
            opacity: 1;
            color: rgb(255,255,255,1);
        }

        /* keep original hover behavior for legacy markup */
        .dropdown:hover > ul[b-pamlowdiu8] {
            display: block;
        }

    /* Make dropdown menus span the full viewport width from left:0 */
    .dropdown-menu-panel[b-pamlowdiu8] {
        /* take the menu out of the flow and pin it to the viewport */
        background: #1c1d1e; 
        box-shadow: 0 10px 10px #171819b3;
        display: none; /* controlled by .dropdown:hover or .show */
        position: fixed !important;
        left: 1.25rem;
        right: 1.25rem;
        top: 44px;
        padding: 1rem;
        z-index: 2000; /* ensure sits above page content */
    }

    /* ensure both hover and programmatic 'show' (Bootstrap) display the full-width menu */
    .dropdown:hover > .dropdown-menu[b-pamlowdiu8] {
        display: block;
    }

    /* small visual tweak so the dark menu looks flush */
    .dropdown-menu-dark[b-pamlowdiu8] {
        background-color: #222;
        border: none;
    }
    .tinyMenu[b-pamlowdiu8]{
        display: none;
    }
    .largeMenu[b-pamlowdiu8]{
        display: block;
    }
}

.dropdown.show > .dropdown-menu[b-pamlowdiu8] {
    display: block;
}

.panel-c[b-pamlowdiu8] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 1rem;
}

.panel-gr[b-pamlowdiu8] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
}

.menuPanelCardBackground[b-pamlowdiu8] {
    height: 100%;
    width: 100%;
    background-color: #26282a;
    background-size: cover;
    background-position: top center;
    transform: scale(1);
    transition: transform .25s;
}
.menuPanelImageCard[b-pamlowdiu8] {
    display: block;
    position: relative;
    border-radius: .25rem;
    overflow: hidden;
    cursor: pointer;
}
    .menuPanelImageCard:hover .menuPanelCardBackground[b-pamlowdiu8] {
        transform: scale(1.1)
    }

    .menuPanelImageCard:hover .menuPanelCardText[b-pamlowdiu8] {
        opacity: 1
    }

.menuPanelImageCardSection[b-pamlowdiu8] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 1rem;
    row-gap: 1rem
}
.menuPanelCardText[b-pamlowdiu8] {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: .094rem;
    text-align: center;
    opacity: .7;
    transition: opacity .25s;
}
.menuPanelCardParentTextContainer[b-pamlowdiu8] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 29, 30, 0.75);
    padding: .625rem;
}

.menuPanelCardParentTextContainerBG25[b-pamlowdiu8] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 29, 30, 0.25);
    padding: .625rem;
}

.menuPanelCardTextContainer[b-pamlowdiu8] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.menuPanelLargeImageItem[b-pamlowdiu8] {
    grid-row: 1 / span 5;
}
.menuPanelHeading[b-pamlowdiu8] {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem
}
.menuPanelHomebrewList[b-pamlowdiu8] {
    height: 16.625rem
}
.menuPanelHomebrewListIconMargin[b-pamlowdiu8] {
    margin-right: .625rem
}
.menuPanelHomebrewItem[b-pamlowdiu8] {
    display: flex;
    align-items: center;
    margin-bottom: .469rem;
    break-inside: avoid;
    padding-block: 0.75px;
}
.menuPanelHomebrewItemLinkText[b-pamlowdiu8] {
    color: #fff;
    display: block;
    font-size: .875rem;
    line-height: 1.85;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.menuPanelSmallImageItemMinHeight[b-pamlowdiu8] {
    height: 2.75rem;
}
.menuPanelTitle[b-pamlowdiu8], ._link_2i0fz_8[b-pamlowdiu8] {
    line-height: 1
}
.twoColumns[b-pamlowdiu8] {
    column-count: 2
}

@media screen and (min-width: 56.25rem) {
    .menuPanelHomebrewItemLink[b-pamlowdiu8] {
        max-width: calc(25vw - 5.313rem);
    }
}

.menuPanelHomebrewItemLink[b-pamlowdiu8] {
    text-decoration: none;
    display: inline-block;
    opacity: .7;
    transition: opacity .25s;
}

    .menuPanelHomebrewItemLink:hover[b-pamlowdiu8] {
        opacity: 1
    }

/* /Components/Layout/PFRPG/OCCListDetail.razor.rz.scp.css */
/* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
.more-info[b-cz0lo17zax] {
    position: relative;
    top: -10px;
    background-color: #fff;
    border-left: 1px solid #ECE9E9;
    border-right: 1px solid #ECE9E9;
    width: calc(100% - 2px);
    margin: 0 auto;
    padding: 20px 20px 0;
}

    .more-info[b-cz0lo17zax]::after {
        content: '';
        display: block;
        height: 28px;
        width: calc(100% + 40px);
        border-bottom: 28px solid transparent;
        border-image: url(/images/lists/expanded-listing-item-bottom-border.png) 28 stretch;
        position: relative;
        top: 8px;
        margin: 0 -20px;
    }

@media(min-width: 1024px) {
    .more-info[b-cz0lo17zax] {
        /* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
        width: calc(100% - 22px);
        /*width: calc(100% - 10px);*/
        padding: 30px 26px 0
    }

        .more-info[b-cz0lo17zax]::after {
            /* .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after {*/
            width: calc(100% + 52px);
            margin: 0 -26px;
        }
}

.stat-block[b-cz0lo17zax] {
    background-image: none !important;
    background: #f5f3ee !important;
    border: 1px solid #afa47a;
    outline: 1px solid #afa47a;
    outline-offset: -0.25rem;
    border-radius: .5rem
}

.stat-block[b-cz0lo17zax] {
    background: url("../images/mon-summary/stat-block-top-texture.png"),url("../images/mon-summary/paper-texture.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat,repeat;
    position: relative;
    box-shadow: 0 0 5px #979AA4;
    border: 1px solid #d4d0ce;
    padding: 15px;
    margin: 15px 0;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    font-size: 15px
}

    .stat-block[b-cz0lo17zax]::before, .stat-block[b-cz0lo17zax]::after {
        content: "";
        display: block;
        background: url("../images/mon-summary/stat-bar-book.png") center;
        background-size: 100% 100%;
        height: 6px;
        position: absolute;
        left: -3px;
        right: -3px
    }

    .stat-block[b-cz0lo17zax]::before {
        top: -3px
    }

    .stat-block[b-cz0lo17zax]::after {
        bottom: -3px
    }

.stat-block__separator-img[b-cz0lo17zax] {
    max-width: 100%;
    min-height: 10px
}

.stat-block__header[b-cz0lo17zax] {
    line-height: 1.1
}

.stat-block__name[b-cz0lo17zax] {
    font-weight: bold;
    font-size: 34px;
    font-family: MrsEavesSmallCaps,Roboto,Helvetica,sans-serif;
    color: #822000
}

    .stat-block__name .stat-block__name-link[b-cz0lo17zax] {
        color: #822000
    }

        .stat-block__name .stat-block__name-link:hover[b-cz0lo17zax], .stat-block__name .stat-block__name-link:visited[b-cz0lo17zax], .stat-block__name .stat-block__name-link:active[b-cz0lo17zax] {
            color: #822000
        }

.stat-block__meta[b-cz0lo17zax] {
    font-style: italic;
    margin-bottom: 15px
}

.stat-block__attribute[b-cz0lo17zax] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block .label[b-cz0lo17zax] {
    font-weight: bold
}

.stat-block__stat-block .ability-block[b-cz0lo17zax] {
    color: #822000;
    margin: 0
}

.stat-block__tidbit[b-cz0lo17zax] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block__tidbit-label[b-cz0lo17zax] {
    font-weight: bold
}

.stat-block__tidbit-container[b-cz0lo17zax] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.stat-block__tidbit-spacer[b-cz0lo17zax] {
    width: 40px;
    min-width: 10px
}

.stat-block__description-blocks[b-cz0lo17zax] {
    margin-top: 20px
}

.stat-block__description-block-heading[b-cz0lo17zax], .stat-block__description-block h3[b-cz0lo17zax] {
    border-bottom: 1px solid #822000;
    color: #822000;
    font-size: 24px;
    font-weight: normal;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px
}

.stat-block__description-block p[b-cz0lo17zax] {
    margin-bottom: 10px
}

.stat-block .tooltip-hover[b-cz0lo17zax] {
    font-weight: bold !important
}

    .stat-block .tooltip-hover[b-cz0lo17zax], .stat-block .tooltip-hover:hover[b-cz0lo17zax], .stat-block .tooltip-hover:focus[b-cz0lo17zax], .stat-block .tooltip-hover:active[b-cz0lo17zax], .stat-block .tooltip-hover:visited[b-cz0lo17zax] {
        color: inherit !important;
        font-weight: inherit !important;
        text-decoration: underline;
        text-decoration: underline solid #47D18C
    }

        .stat-block .tooltip-hover.spell-tooltip[b-cz0lo17zax], .stat-block .tooltip-hover.spell-tooltip:hover[b-cz0lo17zax], .stat-block .tooltip-hover.spell-tooltip:focus[b-cz0lo17zax], .stat-block .tooltip-hover.spell-tooltip:active[b-cz0lo17zax], .stat-block .tooltip-hover.spell-tooltip:visited[b-cz0lo17zax] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #704cd9
        }

        .stat-block .tooltip-hover.monster-tooltip[b-cz0lo17zax], .stat-block .tooltip-hover.monster-tooltip:hover[b-cz0lo17zax], .stat-block .tooltip-hover.monster-tooltip:focus[b-cz0lo17zax], .stat-block .tooltip-hover.monster-tooltip:active[b-cz0lo17zax], .stat-block .tooltip-hover.monster-tooltip:visited[b-cz0lo17zax] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #bc0f0f
        }

        .stat-block .tooltip-hover.magic-item-tooltip[b-cz0lo17zax], .stat-block .tooltip-hover.magic-item-tooltip:hover[b-cz0lo17zax], .stat-block .tooltip-hover.magic-item-tooltip:focus[b-cz0lo17zax], .stat-block .tooltip-hover.magic-item-tooltip:active[b-cz0lo17zax], .stat-block .tooltip-hover.magic-item-tooltip:visited[b-cz0lo17zax] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #0f5cbc
        }

        .stat-block .tooltip-hover.vehicles-tooltip[b-cz0lo17zax], .stat-block .tooltip-hover.vehicles-tooltip:hover[b-cz0lo17zax], .stat-block .tooltip-hover.vehicles-tooltip:focus[b-cz0lo17zax], .stat-block .tooltip-hover.vehicles-tooltip:active[b-cz0lo17zax], .stat-block .tooltip-hover.vehicles-tooltip:visited[b-cz0lo17zax] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #1b9af0
        }

@media print,(min-width: 768px) {
    .stat-block[b-cz0lo17zax] {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media print {
    .stat-block[b-cz0lo17zax] {
        box-shadow: none;
        background: 0
    }

        .stat-block[b-cz0lo17zax]::before {
            border-top: 6px solid #999
        }

        .stat-block[b-cz0lo17zax]::after {
            border-bottom: 6px solid #999
        }
}

.stat-block[b-cz0lo17zax]::before, .stat-block[b-cz0lo17zax]::after {
    display: none
}

.stat-block__name[b-cz0lo17zax] {
    border-bottom: .063rem solid #5b160c;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    -webkit-column-span: all;
    column-span: all;
    margin-bottom: .45rem
}

    .stat-block__name .stat-block__name-link[b-cz0lo17zax], .stat-block__name .stat-block__name-link:visited[b-cz0lo17zax], .stat-block__attribute[b-cz0lo17zax], .stat-block__tidbit[b-cz0lo17zax], .stat-block__description-block-heading[b-cz0lo17zax] {
        color: #5b160c
    }

.stat-block__description-block-heading[b-cz0lo17zax] {
    border-bottom: .063rem solid #5b160c;
    font-size: 1.25rem;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: .938rem
}

.stat-block__meta[b-cz0lo17zax] {
    color: #68747b;
    margin-bottom: .938rem;
    margin-top: .188rem
}

.stat-block__stats[b-cz0lo17zax] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem
}

/*  more-info-footer */

@media(max-width: 550px) {
    .more-info-footer-tags.more-info-footer-classes[b-cz0lo17zax] {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px
    }

        .more-info-footer-tags.more-info-footer-classes .label[b-cz0lo17zax] {
            margin-right: 6px
        }
}

.more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

@media(min-width: 1024px) {
    .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax],
    .more-info-footer[b-cz0lo17zax], .more-info-footer[b-cz0lo17zax] {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax],
.more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax] {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax],
    .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax], .more-info-footer-details-button[b-cz0lo17zax] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0;
        margin-right: 10px
    }
}

.more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #ee8600;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax] {
        background: #ff9e22
    }

    .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:focus[b-cz0lo17zax], .more-info-footer-details-button .button-characters:active[b-cz0lo17zax], .more-info-footer-details-button .button-characters:visited[b-cz0lo17zax] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax], .more-info-footer-details-button .button-characters[b-cz0lo17zax] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax], .more-info-footer-details-button .button-characters:hover[b-cz0lo17zax] {
    transition: 100ms linear all;
    background: #ff9e22
}

.more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #0f5cbc;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax] {
        background: #1373eb
    }

    .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:focus[b-cz0lo17zax], .more-info-footer-details-button .button-items:active[b-cz0lo17zax], .more-info-footer-details-button .button-items:visited[b-cz0lo17zax] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax], .more-info-footer-details-button .button-items[b-cz0lo17zax] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax], .more-info-footer-details-button .button-items:hover[b-cz0lo17zax] {
    transition: 100ms linear all;
    background: #1373eb
}

.more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #704cd9;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax] {
        background: #9276e2
    }

    .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:focus[b-cz0lo17zax], .more-info-footer-details-button .button-spells:active[b-cz0lo17zax], .more-info-footer-details-button .button-spells:visited[b-cz0lo17zax] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax], .more-info-footer-details-button .button-spells[b-cz0lo17zax] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax], .more-info-footer-details-button .button-spells:hover[b-cz0lo17zax] {
    transition: 100ms linear all;
    background: #9276e2
}

.more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #bc0f0f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax] {
        background: #eb1313
    }

    .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:focus[b-cz0lo17zax], .more-info-footer-details-button .button-action:active[b-cz0lo17zax], .more-info-footer-details-button .button-action:visited[b-cz0lo17zax] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax], .more-info-footer-details-button .button-action[b-cz0lo17zax] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax], .more-info-footer-details-button .button-action:hover[b-cz0lo17zax] {
    transition: 100ms linear all;
    background: #eb1313
}

.more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax] {
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 10px;
    padding: 10px 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

    .more-info-footer-tags .label + .tag[b-cz0lo17zax], .more-info-footer-tags .label + .tag[b-cz0lo17zax], .more-info-footer-tags .label + .tag[b-cz0lo17zax], .more-info-footer-tags .label + .tag[b-cz0lo17zax], .more-info-footer-tags .label + .tag[b-cz0lo17zax], .more-info-footer-tags .label + .tag[b-cz0lo17zax], .more-info-footer-tags .label + .tag[b-cz0lo17zax], .more-info-footer-tags .label + .tag[b-cz0lo17zax], .more-info-footer-tags .label + .tag[b-cz0lo17zax] {
        margin-left: 4px
    }

    .more-info-footer-tags .tag[b-cz0lo17zax], .more-info-footer-tags .tag[b-cz0lo17zax], .more-info-footer-tags .tag[b-cz0lo17zax], .more-info-footer-tags .tag[b-cz0lo17zax], .more-info-footer-tags .tag[b-cz0lo17zax], .more-info-footer-tags .tag[b-cz0lo17zax], .more-info-footer-tags .tag[b-cz0lo17zax], .more-info-footer-tags .tag[b-cz0lo17zax], .more-info-footer-tags .tag[b-cz0lo17zax] {
        border: 1px solid #cbc6c3;
        background-color: #fff;
        box-shadow: inset 0 0 4px 0 #dcd1c7;
        padding: 4px 8px;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2px
    }

@media(min-width: 1024px) {
    .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax], .more-info-footer-tags[b-cz0lo17zax] {
        margin-left: 0
    }
}

.more-info-footer-classes[b-cz0lo17zax], .more-info-footer-classes[b-cz0lo17zax], .more-info-footer-classes[b-cz0lo17zax], .more-info-footer-classes[b-cz0lo17zax], .more-info-footer-classes[b-cz0lo17zax], .more-info-footer-classes[b-cz0lo17zax], .more-info-footer-classes[b-cz0lo17zax], .more-info-footer-classes[b-cz0lo17zax], .more-info-footer-classes[b-cz0lo17zax] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.more-info-footer-source[b-cz0lo17zax], .more-info-footer-source[b-cz0lo17zax], .more-info-footer-source[b-cz0lo17zax], .more-info-footer-source[b-cz0lo17zax], .more-info-footer-source[b-cz0lo17zax], .more-info-footer-source[b-cz0lo17zax], .more-info-footer-source[b-cz0lo17zax], .more-info-footer-source[b-cz0lo17zax], .more-info-footer-source[b-cz0lo17zax] {
    font-style: italic;
    text-align: right;
    min-width: 110px;
    padding: 10px;
    margin-left: auto
}

.more-info-footer-edit-button[b-cz0lo17zax], .more-info-footer-edit-button[b-cz0lo17zax], .more-info-footer-edit-button[b-cz0lo17zax], .more-info-footer-edit-button[b-cz0lo17zax], .more-info-footer-edit-button[b-cz0lo17zax], .more-info-footer-edit-button[b-cz0lo17zax], .more-info-footer-edit-button[b-cz0lo17zax], .more-info-footer-edit-button[b-cz0lo17zax], .more-info-footer-edit-button[b-cz0lo17zax] {
    position: absolute;
    top: 0;
    left: 0
}

.more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax], .more-info-footer-homebrew-actions[b-cz0lo17zax] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0
    }
}
/* /Components/Pages/PFRPG/Background.razor.rz.scp.css */
@font-face {
    font-family: Caslo-an;
    src: url('/fonts/Caslo-an.ttf');
}

p.inkTitle[b-0nay9jdgm0] {
    font-size: 3em !important;
    font-family: Caslo-an;
    text-align: center !important;
    line-height: 2em;
    color: #FFF;
}

.flex-card-container[b-0nay9jdgm0] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.listing-filter-bar[b-0nay9jdgm0] {
    max-width: 1200px;
    margin: auto;
    background-color: rgba(0,0,0,.3);
    border-radius: 10px;
    margin-bottom: 10px;
}

    .listing-filter-bar .info .row[b-0nay9jdgm0] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
/* /Components/Pages/PFRPG/OCCs.razor.rz.scp.css */
@font-face {
    font-family: Caslo-an;
    src: url('/fonts/Caslo-an.ttf');
}

p.inkTitle[b-hcgxan2uu3] {
    font-size: 3em !important;
    font-family: Caslo-an;
    text-align: center !important;
    line-height: 2em;
    color: #FFF;
}

.listing-filter-bar[b-hcgxan2uu3] {
    background-color: rgba(0,0,0,.3);
    border-radius: 10px;
}

.listing[b-hcgxan2uu3], .listing-filter-bar[b-hcgxan2uu3] {
    max-width: 1200px;
    margin: auto;
}

    .listing .info[b-hcgxan2uu3] {
        height: 73px;
        width: 100%;
        padding: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: white;
        position: relative;
        z-index: 1;
    }

    .listing-filter-bar .info[b-hcgxan2uu3] {
        height: 73px;
        width: 100%;
        padding: 2px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

    .listing .info:nth-of-type(odd)[b-hcgxan2uu3] {
        background: url(/images/lists/1a.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(odd):hover[b-hcgxan2uu3], .listing .info[data-isopen="true"][b-hcgxan2uu3] {
            background-image: url(/images/lists/1a-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }

    .listing .info:nth-of-type(even)[b-hcgxan2uu3] {
        background: url(/images/lists/1b.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(even):hover[b-hcgxan2uu3], .listing .info[data-isopen="true"][b-hcgxan2uu3] {
            background-image: url(/images/lists/1b-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }


/* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
.more-info[b-hcgxan2uu3] {
    position: relative;
    top: -10px;
    background-color: #fff;
    border-left: 1px solid #ECE9E9;
    border-right: 1px solid #ECE9E9;
    width: calc(100% - 2px);
    margin: 0 auto;
    padding: 20px 20px 0;
}

    .more-info[b-hcgxan2uu3]::after {
        content: '';
        display: block;
        height: 28px;
        width: calc(100% + 40px);
        border-bottom: 28px solid transparent;
        border-image: url(/images/lists/expanded-listing-item-bottom-border.png) 28 stretch;
        position: relative;
        top: 8px;
        margin: 0 -20px;
    }

@media(min-width: 1024px) {
    .more-info[b-hcgxan2uu3] {
        /* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
        width: calc(100% - 22px);
        /*width: calc(100% - 10px);*/
        padding: 30px 26px 0
    }

        .more-info[b-hcgxan2uu3]::after {
            /* .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after {*/
            width: calc(100% + 52px);
            margin: 0 -26px;
        }
}

.sourceBook[b-hcgxan2uu3] {
    display: none;
}

@media (min-width: 600px) {
    .sourceBook[b-hcgxan2uu3] {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 218px;
        width: 167px;
        background-image: url(/images/book.png);
        background-size: cover;
        margin-right: 20px;
    }
}

.restricted-content-body-text-main[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
}

.restricted-content-body-text-secondary[b-hcgxan2uu3] {
    font-size: 14px;
    line-height: 26px;
}

.restricted-content-actions[b-hcgxan2uu3] {
    margin-top: 20px;
}

.restricted-content[b-hcgxan2uu3] {
    border: 1px solid #1b9af0;
    border-radius: 4px;
    padding: 20px;
}

.restricted-content-body[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.listing .info .row[b-hcgxan2uu3], .listing-filter-bar .info .row[b-hcgxan2uu3] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column[b-hcgxan2uu3] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.large-column[b-hcgxan2uu3] {
    flex-grow: 2; /* This item will take twice the space of the other items */
}

.listing-filter[b-hcgxan2uu3] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 40px;
    min-width: 210px;
}

.listing-title[b-hcgxan2uu3] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 30px;
    min-width: 150px;
}

    .listing-title .subtitle[b-hcgxan2uu3] {
        font-weight: normal;
        font-size: 12px;
        color: #979aa4;
        max-width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-transform: capitalize
    }

    .listing-title .title[b-hcgxan2uu3] {
        max-width: 90%;
    }

        .listing-title .title a.link[b-hcgxan2uu3] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

        .listing-title .title a.linkList[b-hcgxan2uu3] {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

.listing .info .open-indicator[b-hcgxan2uu3], .listing .info .listing-indicator[b-hcgxan2uu3] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: red;
    width: 25px;
    margin: auto -2px auto auto;
    text-align: end;
    font-size: 20px;
}

@media (min-width: 1024px) {
    .listing .info .open-indicator[b-hcgxan2uu3] {
        margin-right: 15px !important;
    }
}





.stat-block[b-hcgxan2uu3] {
    background-image: none !important;
    background: #f5f3ee !important;
    border: 1px solid #afa47a;
    outline: 1px solid #afa47a;
    outline-offset: -0.25rem;
    border-radius: .5rem
}

.stat-block[b-hcgxan2uu3] {
    background: url("../images/mon-summary/stat-block-top-texture.png"),url("../images/mon-summary/paper-texture.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat,repeat;
    position: relative;
    box-shadow: 0 0 5px #979AA4;
    border: 1px solid #d4d0ce;
    padding: 15px;
    margin: 15px 0;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    font-size: 15px
}

    .stat-block[b-hcgxan2uu3]::before, .stat-block[b-hcgxan2uu3]::after {
        content: "";
        display: block;
        background: url("../images/mon-summary/stat-bar-book.png") center;
        background-size: 100% 100%;
        height: 6px;
        position: absolute;
        left: -3px;
        right: -3px
    }

    .stat-block[b-hcgxan2uu3]::before {
        top: -3px
    }

    .stat-block[b-hcgxan2uu3]::after {
        bottom: -3px
    }

.stat-block__separator-img[b-hcgxan2uu3] {
    max-width: 100%;
    min-height: 10px
}

.stat-block__header[b-hcgxan2uu3] {
    line-height: 1.1
}

.stat-block__name[b-hcgxan2uu3] {
    font-weight: bold;
    font-size: 34px;
    font-family: MrsEavesSmallCaps,Roboto,Helvetica,sans-serif;
    color: #822000
}

    .stat-block__name .stat-block__name-link[b-hcgxan2uu3] {
        color: #822000
    }

        .stat-block__name .stat-block__name-link:hover[b-hcgxan2uu3], .stat-block__name .stat-block__name-link:visited[b-hcgxan2uu3], .stat-block__name .stat-block__name-link:active[b-hcgxan2uu3] {
            color: #822000
        }

.stat-block__meta[b-hcgxan2uu3] {
    font-style: italic;
    margin-bottom: 15px
}

.stat-block__attribute[b-hcgxan2uu3] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block .label[b-hcgxan2uu3] {
    font-weight: bold
}

.stat-block__stat-block .ability-block[b-hcgxan2uu3] {
    color: #822000;
    margin: 0
}

.stat-block__tidbit[b-hcgxan2uu3] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block__tidbit-label[b-hcgxan2uu3] {
    font-weight: bold
}

.stat-block__tidbit-container[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.stat-block__tidbit-spacer[b-hcgxan2uu3] {
    width: 40px;
    min-width: 10px
}

.stat-block__description-blocks[b-hcgxan2uu3] {
    margin-top: 20px
}

.stat-block__description-block-heading[b-hcgxan2uu3], .stat-block__description-block h3[b-hcgxan2uu3] {
    border-bottom: 1px solid #822000;
    color: #822000;
    font-size: 24px;
    font-weight: normal;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px
}

.stat-block__description-block p[b-hcgxan2uu3] {
    margin-bottom: 10px
}

.stat-block .tooltip-hover[b-hcgxan2uu3] {
    font-weight: bold !important
}

    .stat-block .tooltip-hover[b-hcgxan2uu3], .stat-block .tooltip-hover:hover[b-hcgxan2uu3], .stat-block .tooltip-hover:focus[b-hcgxan2uu3], .stat-block .tooltip-hover:active[b-hcgxan2uu3], .stat-block .tooltip-hover:visited[b-hcgxan2uu3] {
        color: inherit !important;
        font-weight: inherit !important;
        text-decoration: underline;
        text-decoration: underline solid #47D18C
    }

        .stat-block .tooltip-hover.spell-tooltip[b-hcgxan2uu3], .stat-block .tooltip-hover.spell-tooltip:hover[b-hcgxan2uu3], .stat-block .tooltip-hover.spell-tooltip:focus[b-hcgxan2uu3], .stat-block .tooltip-hover.spell-tooltip:active[b-hcgxan2uu3], .stat-block .tooltip-hover.spell-tooltip:visited[b-hcgxan2uu3] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #704cd9
        }

        .stat-block .tooltip-hover.monster-tooltip[b-hcgxan2uu3], .stat-block .tooltip-hover.monster-tooltip:hover[b-hcgxan2uu3], .stat-block .tooltip-hover.monster-tooltip:focus[b-hcgxan2uu3], .stat-block .tooltip-hover.monster-tooltip:active[b-hcgxan2uu3], .stat-block .tooltip-hover.monster-tooltip:visited[b-hcgxan2uu3] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #bc0f0f
        }

        .stat-block .tooltip-hover.magic-item-tooltip[b-hcgxan2uu3], .stat-block .tooltip-hover.magic-item-tooltip:hover[b-hcgxan2uu3], .stat-block .tooltip-hover.magic-item-tooltip:focus[b-hcgxan2uu3], .stat-block .tooltip-hover.magic-item-tooltip:active[b-hcgxan2uu3], .stat-block .tooltip-hover.magic-item-tooltip:visited[b-hcgxan2uu3] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #0f5cbc
        }

        .stat-block .tooltip-hover.vehicles-tooltip[b-hcgxan2uu3], .stat-block .tooltip-hover.vehicles-tooltip:hover[b-hcgxan2uu3], .stat-block .tooltip-hover.vehicles-tooltip:focus[b-hcgxan2uu3], .stat-block .tooltip-hover.vehicles-tooltip:active[b-hcgxan2uu3], .stat-block .tooltip-hover.vehicles-tooltip:visited[b-hcgxan2uu3] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #1b9af0
        }

@media print,(min-width: 768px) {
    .stat-block[b-hcgxan2uu3] {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media print {
    .stat-block[b-hcgxan2uu3] {
        box-shadow: none;
        background: 0
    }

        .stat-block[b-hcgxan2uu3]::before {
            border-top: 6px solid #999
        }

        .stat-block[b-hcgxan2uu3]::after {
            border-bottom: 6px solid #999
        }
}

.stat-block[b-hcgxan2uu3]::before, .stat-block[b-hcgxan2uu3]::after {
    display: none
}

.stat-block__name[b-hcgxan2uu3] {
    border-bottom: .063rem solid #5b160c;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    -webkit-column-span: all;
    column-span: all;
    margin-bottom: .45rem
}

    .stat-block__name .stat-block__name-link[b-hcgxan2uu3], .stat-block__name .stat-block__name-link:visited[b-hcgxan2uu3], .stat-block__attribute[b-hcgxan2uu3], .stat-block__tidbit[b-hcgxan2uu3], .stat-block__description-block-heading[b-hcgxan2uu3] {
        color: #5b160c
    }

.stat-block__description-block-heading[b-hcgxan2uu3] {
    border-bottom: .063rem solid #5b160c;
    font-size: 1.25rem;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: .938rem
}

.stat-block__meta[b-hcgxan2uu3] {
    color: #68747b;
    margin-bottom: .938rem;
    margin-top: .188rem
}

.stat-block__stats[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem
}


/*  more-info-footer */

@media(max-width: 550px) {
    .more-info-footer-tags.more-info-footer-classes[b-hcgxan2uu3] {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px
    }

        .more-info-footer-tags.more-info-footer-classes .label[b-hcgxan2uu3] {
            margin-right: 6px
        }
}

.more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

@media(min-width: 1024px) {
    .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3],
    .more-info-footer[b-hcgxan2uu3], .more-info-footer[b-hcgxan2uu3] {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3],
.more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3] {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3],
    .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3], .more-info-footer-details-button[b-hcgxan2uu3] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0;
        margin-right: 10px
    }
}

.more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #ee8600;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3] {
        background: #ff9e22
    }

    .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:active[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:visited[b-hcgxan2uu3] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3], .more-info-footer-details-button .button-characters[b-hcgxan2uu3] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-characters:hover[b-hcgxan2uu3] {
    transition: 100ms linear all;
    background: #ff9e22
}

.more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #0f5cbc;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3] {
        background: #1373eb
    }

    .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-items:active[b-hcgxan2uu3], .more-info-footer-details-button .button-items:visited[b-hcgxan2uu3] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3], .more-info-footer-details-button .button-items[b-hcgxan2uu3] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-items:hover[b-hcgxan2uu3] {
    transition: 100ms linear all;
    background: #1373eb
}

.more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #704cd9;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3] {
        background: #9276e2
    }

    .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:active[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:visited[b-hcgxan2uu3] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3], .more-info-footer-details-button .button-spells[b-hcgxan2uu3] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-spells:hover[b-hcgxan2uu3] {
    transition: 100ms linear all;
    background: #9276e2
}

.more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #bc0f0f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3] {
        background: #eb1313
    }

    .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:focus[b-hcgxan2uu3], .more-info-footer-details-button .button-action:active[b-hcgxan2uu3], .more-info-footer-details-button .button-action:visited[b-hcgxan2uu3] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3], .more-info-footer-details-button .button-action[b-hcgxan2uu3] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3], .more-info-footer-details-button .button-action:hover[b-hcgxan2uu3] {
    transition: 100ms linear all;
    background: #eb1313
}

.more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3] {
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 10px;
    padding: 10px 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

    .more-info-footer-tags .label + .tag[b-hcgxan2uu3], .more-info-footer-tags .label + .tag[b-hcgxan2uu3], .more-info-footer-tags .label + .tag[b-hcgxan2uu3], .more-info-footer-tags .label + .tag[b-hcgxan2uu3], .more-info-footer-tags .label + .tag[b-hcgxan2uu3], .more-info-footer-tags .label + .tag[b-hcgxan2uu3], .more-info-footer-tags .label + .tag[b-hcgxan2uu3], .more-info-footer-tags .label + .tag[b-hcgxan2uu3], .more-info-footer-tags .label + .tag[b-hcgxan2uu3] {
        margin-left: 4px
    }

    .more-info-footer-tags .tag[b-hcgxan2uu3], .more-info-footer-tags .tag[b-hcgxan2uu3], .more-info-footer-tags .tag[b-hcgxan2uu3], .more-info-footer-tags .tag[b-hcgxan2uu3], .more-info-footer-tags .tag[b-hcgxan2uu3], .more-info-footer-tags .tag[b-hcgxan2uu3], .more-info-footer-tags .tag[b-hcgxan2uu3], .more-info-footer-tags .tag[b-hcgxan2uu3], .more-info-footer-tags .tag[b-hcgxan2uu3] {
        border: 1px solid #cbc6c3;
        background-color: #fff;
        box-shadow: inset 0 0 4px 0 #dcd1c7;
        padding: 4px 8px;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2px
    }

@media(min-width: 1024px) {
    .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3], .more-info-footer-tags[b-hcgxan2uu3] {
        margin-left: 0
    }
}

.more-info-footer-classes[b-hcgxan2uu3], .more-info-footer-classes[b-hcgxan2uu3], .more-info-footer-classes[b-hcgxan2uu3], .more-info-footer-classes[b-hcgxan2uu3], .more-info-footer-classes[b-hcgxan2uu3], .more-info-footer-classes[b-hcgxan2uu3], .more-info-footer-classes[b-hcgxan2uu3], .more-info-footer-classes[b-hcgxan2uu3], .more-info-footer-classes[b-hcgxan2uu3] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.more-info-footer-source[b-hcgxan2uu3], .more-info-footer-source[b-hcgxan2uu3], .more-info-footer-source[b-hcgxan2uu3], .more-info-footer-source[b-hcgxan2uu3], .more-info-footer-source[b-hcgxan2uu3], .more-info-footer-source[b-hcgxan2uu3], .more-info-footer-source[b-hcgxan2uu3], .more-info-footer-source[b-hcgxan2uu3], .more-info-footer-source[b-hcgxan2uu3] {
    font-style: italic;
    text-align: right;
    min-width: 110px;
    padding: 10px;
    margin-left: auto
}

.more-info-footer-edit-button[b-hcgxan2uu3], .more-info-footer-edit-button[b-hcgxan2uu3], .more-info-footer-edit-button[b-hcgxan2uu3], .more-info-footer-edit-button[b-hcgxan2uu3], .more-info-footer-edit-button[b-hcgxan2uu3], .more-info-footer-edit-button[b-hcgxan2uu3], .more-info-footer-edit-button[b-hcgxan2uu3], .more-info-footer-edit-button[b-hcgxan2uu3], .more-info-footer-edit-button[b-hcgxan2uu3] {
    position: absolute;
    top: 0;
    left: 0
}

.more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3], .more-info-footer-homebrew-actions[b-hcgxan2uu3] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0
    }
}

.stat-block__stats[b-hcgxan2uu3] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem;
}

.tooltip-body-2024 .stat-block__stats[b-hcgxan2uu3] {
    padding: 0 1rem;
    font-size: 16px;
    grid-gap: 1rem
}

.stat-table[b-hcgxan2uu3] {
    margin: 0 0 .5rem
}

    .stat-table[b-hcgxan2uu3], .stat-table thead[b-hcgxan2uu3], .stat-table tr[b-hcgxan2uu3], .stat-table th[b-hcgxan2uu3], .stat-table tbody[b-hcgxan2uu3], .stat-table td[b-hcgxan2uu3] {
        border: 0
    }

        .stat-table td[b-hcgxan2uu3] {
            padding: .125rem .5rem
        }

        .stat-table thead tr th[b-hcgxan2uu3] {
            background: inherit;
            color: #68747b !important;
            font-weight: 400;
            padding: .3125rem .125rem 0;
            text-transform: uppercase;
            font-family: Roboto,Helvetica,sans-serif;
            font-size: .6875rem
        }

        .stat-table tbody tr[b-hcgxan2uu3] {
            border-top: .0625rem solid #fff;
            border-bottom: .0625rem solid #fff;
            color: #5b160c;
            text-align: center;
            font-size: .938rem
        }

        .stat-table th[b-hcgxan2uu3] {
            padding: initial
        }

        .stat-table.physical th[b-hcgxan2uu3] {
            background: #ede6d9
        }

        .stat-table.mental tbody tr th[b-hcgxan2uu3] {
            background: #d8dad1
        }

        .stat-table.physical td[b-hcgxan2uu3] {
            background: #ded4cc
        }

        .stat-table.mental td[b-hcgxan2uu3] {
            background: #d0caca
        }

table[b-hcgxan2uu3] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td[b-hcgxan2uu3] {
    vertical-align: middle;
}

th[b-hcgxan2uu3] {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    unicode-bidi: isolate;
}

.pagination-bar[b-hcgxan2uu3] {
    margin-top: 5px;
    width: fit-content;
}

.title a.link[b-hcgxan2uu3], .listing-title span.title[b-hcgxan2uu3], .title a.linkList[b-hcgxan2uu3] {
    color: #822000 !important;
    text-decoration: none;
}

.filterTypeButtonRow[b-hcgxan2uu3] {
    display: none;
}

@media(min-width: 1024px) {
    .filterTypeButtonRow[b-hcgxan2uu3] {
        display: flex;
    }

    .filterTypeTextBoxRow[b-hcgxan2uu3] {
        display: none;
    }
}

.btn-group[b-hcgxan2uu3] {
    margin: auto;
}
/* /Components/Pages/PFRPG/Psionics.razor.rz.scp.css */
@font-face {
    font-family: Caslo-an;
    src: url('/fonts/Caslo-an.ttf');
}

p.inkTitle[b-k6k6vx8nnn] {
    font-size: 3em !important;
    font-family: Caslo-an;
    text-align: center !important;
    line-height: 2em;
    color: #FFF;
}

.listing-filter-bar[b-k6k6vx8nnn] {
    background-color: rgba(0,0,0,.3);
    border-radius: 10px;
}

.listing[b-k6k6vx8nnn], .listing-filter-bar[b-k6k6vx8nnn] {
    max-width: 1200px;
    margin: auto;
}

    .listing .info[b-k6k6vx8nnn] {
        height: 73px;
        width: 100%;
        padding: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: white;
        position: relative;
        z-index: 1;
    }

    .listing-filter-bar .info[b-k6k6vx8nnn] {
        height: 73px;
        width: 100%;
        padding: 2px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

    .listing .info:nth-of-type(odd)[b-k6k6vx8nnn] {
        background: url(/images/lists/1a.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(odd):hover[b-k6k6vx8nnn], .listing .info[data-isopen="true"][b-k6k6vx8nnn] {
            background-image: url(/images/lists/1a-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }

    .listing .info:nth-of-type(even)[b-k6k6vx8nnn] {
        background: url(/images/lists/1b.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(even):hover[b-k6k6vx8nnn], .listing .info[data-isopen="true"][b-k6k6vx8nnn] {
            background-image: url(/images/lists/1b-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }


/* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
.more-info[b-k6k6vx8nnn] {
    position: relative;
    top: -10px;
    background-color: #fff;
    border-left: 1px solid #ECE9E9;
    border-right: 1px solid #ECE9E9;
    width: calc(100% - 2px);
    margin: 0 auto;
    padding: 20px 20px 0;
}

    .more-info[b-k6k6vx8nnn]::after {
        content: '';
        display: block;
        height: 28px;
        width: calc(100% + 40px);
        border-bottom: 28px solid transparent;
        border-image: url(/images/lists/expanded-listing-item-bottom-border.png) 28 stretch;
        position: relative;
        top: 8px;
        margin: 0 -20px;
    }

@media(min-width: 1024px) {
    .more-info[b-k6k6vx8nnn] {
        /* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
        width: calc(100% - 22px);
        /*width: calc(100% - 10px);*/
        padding: 30px 26px 0
    }

        .more-info[b-k6k6vx8nnn]::after {
            /* .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after {*/
            width: calc(100% + 52px);
            margin: 0 -26px;
        }
}

.sourceBook[b-k6k6vx8nnn] {
    display: none;
}

@media (min-width: 600px) {
    .sourceBook[b-k6k6vx8nnn] {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 218px;
        width: 167px;
        background-image: url(/images/book.png);
        background-size: cover;
        margin-right: 20px;
    }
}

.restricted-content-body-text-main[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
}

.restricted-content-body-text-secondary[b-k6k6vx8nnn] {
    font-size: 14px;
    line-height: 26px;
}

.restricted-content-actions[b-k6k6vx8nnn] {
    margin-top: 20px;
}

.restricted-content[b-k6k6vx8nnn] {
    border: 1px solid #1b9af0;
    border-radius: 4px;
    padding: 20px;
}

.restricted-content-body[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.listing .info .row[b-k6k6vx8nnn], .listing-filter-bar .info .row[b-k6k6vx8nnn] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column[b-k6k6vx8nnn] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.large-column[b-k6k6vx8nnn] {
    flex-grow: 2; /* This item will take twice the space of the other items */
}

.listing-filter[b-k6k6vx8nnn] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 40px;
    min-width: 210px;
}

.listing-title[b-k6k6vx8nnn] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 30px;
    min-width: 150px;
}

    .listing-title .subtitle[b-k6k6vx8nnn] {
        font-weight: normal;
        font-size: 12px;
        color: #979aa4;
        max-width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-transform: capitalize
    }

    .listing-title .title[b-k6k6vx8nnn] {
        max-width: 90%;
    }

        .listing-title .title a.link[b-k6k6vx8nnn] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

        .listing-title .title a.linkList[b-k6k6vx8nnn] {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

.listing .info .open-indicator[b-k6k6vx8nnn], .listing .info .listing-indicator[b-k6k6vx8nnn] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: red;
    width: 25px;
    margin: auto -2px auto auto;
    text-align: end;
    font-size: 20px;
}

@media (min-width: 1024px) {
    .listing .info .open-indicator[b-k6k6vx8nnn] {
        margin-right: 15px !important;
    }
}





.stat-block[b-k6k6vx8nnn] {
    background-image: none !important;
    background: #f5f3ee !important;
    border: 1px solid #afa47a;
    outline: 1px solid #afa47a;
    outline-offset: -0.25rem;
    border-radius: .5rem
}

.stat-block[b-k6k6vx8nnn] {
    background: url("../images/mon-summary/stat-block-top-texture.png"),url("../images/mon-summary/paper-texture.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat,repeat;
    position: relative;
    box-shadow: 0 0 5px #979AA4;
    border: 1px solid #d4d0ce;
    padding: 15px;
    margin: 15px 0;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    font-size: 15px
}

    .stat-block[b-k6k6vx8nnn]::before, .stat-block[b-k6k6vx8nnn]::after {
        content: "";
        display: block;
        background: url("../images/mon-summary/stat-bar-book.png") center;
        background-size: 100% 100%;
        height: 6px;
        position: absolute;
        left: -3px;
        right: -3px
    }

    .stat-block[b-k6k6vx8nnn]::before {
        top: -3px
    }

    .stat-block[b-k6k6vx8nnn]::after {
        bottom: -3px
    }

.stat-block__separator-img[b-k6k6vx8nnn] {
    max-width: 100%;
    min-height: 10px
}

.stat-block__header[b-k6k6vx8nnn] {
    line-height: 1.1
}

.stat-block__name[b-k6k6vx8nnn] {
    font-weight: bold;
    font-size: 34px;
    font-family: MrsEavesSmallCaps,Roboto,Helvetica,sans-serif;
    color: #822000
}

    .stat-block__name .stat-block__name-link[b-k6k6vx8nnn] {
        color: #822000
    }

        .stat-block__name .stat-block__name-link:hover[b-k6k6vx8nnn], .stat-block__name .stat-block__name-link:visited[b-k6k6vx8nnn], .stat-block__name .stat-block__name-link:active[b-k6k6vx8nnn] {
            color: #822000
        }

.stat-block__meta[b-k6k6vx8nnn] {
    font-style: italic;
    margin-bottom: 15px
}

.stat-block__attribute[b-k6k6vx8nnn] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block .label[b-k6k6vx8nnn] {
    font-weight: bold
}

.stat-block__stat-block .ability-block[b-k6k6vx8nnn] {
    color: #822000;
    margin: 0
}

.stat-block__tidbit[b-k6k6vx8nnn] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block__tidbit-label[b-k6k6vx8nnn] {
    font-weight: bold
}

.stat-block__tidbit-container[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.stat-block__tidbit-spacer[b-k6k6vx8nnn] {
    width: 40px;
    min-width: 10px
}

.stat-block__description-blocks[b-k6k6vx8nnn] {
    margin-top: 20px
}

.stat-block__description-block-heading[b-k6k6vx8nnn], .stat-block__description-block h3[b-k6k6vx8nnn] {
    border-bottom: 1px solid #822000;
    color: #822000;
    font-size: 24px;
    font-weight: normal;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px
}

.stat-block__description-block p[b-k6k6vx8nnn] {
    margin-bottom: 10px
}

.stat-block .tooltip-hover[b-k6k6vx8nnn] {
    font-weight: bold !important
}

    .stat-block .tooltip-hover[b-k6k6vx8nnn], .stat-block .tooltip-hover:hover[b-k6k6vx8nnn], .stat-block .tooltip-hover:focus[b-k6k6vx8nnn], .stat-block .tooltip-hover:active[b-k6k6vx8nnn], .stat-block .tooltip-hover:visited[b-k6k6vx8nnn] {
        color: inherit !important;
        font-weight: inherit !important;
        text-decoration: underline;
        text-decoration: underline solid #47D18C
    }

        .stat-block .tooltip-hover.spell-tooltip[b-k6k6vx8nnn], .stat-block .tooltip-hover.spell-tooltip:hover[b-k6k6vx8nnn], .stat-block .tooltip-hover.spell-tooltip:focus[b-k6k6vx8nnn], .stat-block .tooltip-hover.spell-tooltip:active[b-k6k6vx8nnn], .stat-block .tooltip-hover.spell-tooltip:visited[b-k6k6vx8nnn] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #704cd9
        }

        .stat-block .tooltip-hover.monster-tooltip[b-k6k6vx8nnn], .stat-block .tooltip-hover.monster-tooltip:hover[b-k6k6vx8nnn], .stat-block .tooltip-hover.monster-tooltip:focus[b-k6k6vx8nnn], .stat-block .tooltip-hover.monster-tooltip:active[b-k6k6vx8nnn], .stat-block .tooltip-hover.monster-tooltip:visited[b-k6k6vx8nnn] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #bc0f0f
        }

        .stat-block .tooltip-hover.magic-item-tooltip[b-k6k6vx8nnn], .stat-block .tooltip-hover.magic-item-tooltip:hover[b-k6k6vx8nnn], .stat-block .tooltip-hover.magic-item-tooltip:focus[b-k6k6vx8nnn], .stat-block .tooltip-hover.magic-item-tooltip:active[b-k6k6vx8nnn], .stat-block .tooltip-hover.magic-item-tooltip:visited[b-k6k6vx8nnn] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #0f5cbc
        }

        .stat-block .tooltip-hover.vehicles-tooltip[b-k6k6vx8nnn], .stat-block .tooltip-hover.vehicles-tooltip:hover[b-k6k6vx8nnn], .stat-block .tooltip-hover.vehicles-tooltip:focus[b-k6k6vx8nnn], .stat-block .tooltip-hover.vehicles-tooltip:active[b-k6k6vx8nnn], .stat-block .tooltip-hover.vehicles-tooltip:visited[b-k6k6vx8nnn] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #1b9af0
        }

@media print,(min-width: 768px) {
    .stat-block[b-k6k6vx8nnn] {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media print {
    .stat-block[b-k6k6vx8nnn] {
        box-shadow: none;
        background: 0
    }

        .stat-block[b-k6k6vx8nnn]::before {
            border-top: 6px solid #999
        }

        .stat-block[b-k6k6vx8nnn]::after {
            border-bottom: 6px solid #999
        }
}

.stat-block[b-k6k6vx8nnn]::before, .stat-block[b-k6k6vx8nnn]::after {
    display: none
}

.stat-block__name[b-k6k6vx8nnn] {
    border-bottom: .063rem solid #5b160c;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    -webkit-column-span: all;
    column-span: all;
    margin-bottom: .45rem
}

    .stat-block__name .stat-block__name-link[b-k6k6vx8nnn], .stat-block__name .stat-block__name-link:visited[b-k6k6vx8nnn], .stat-block__attribute[b-k6k6vx8nnn], .stat-block__tidbit[b-k6k6vx8nnn], .stat-block__description-block-heading[b-k6k6vx8nnn] {
        color: #5b160c
    }

.stat-block__description-block-heading[b-k6k6vx8nnn] {
    border-bottom: .063rem solid #5b160c;
    font-size: 1.25rem;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: .938rem
}

.stat-block__meta[b-k6k6vx8nnn] {
    color: #68747b;
    margin-bottom: .938rem;
    margin-top: .188rem
}

.stat-block__stats[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem
}


/*  more-info-footer */

@media(max-width: 550px) {
    .more-info-footer-tags.more-info-footer-classes[b-k6k6vx8nnn] {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px
    }

        .more-info-footer-tags.more-info-footer-classes .label[b-k6k6vx8nnn] {
            margin-right: 6px
        }
}

.more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

@media(min-width: 1024px) {
    .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn],
    .more-info-footer[b-k6k6vx8nnn], .more-info-footer[b-k6k6vx8nnn] {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn],
.more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn] {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn],
    .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn], .more-info-footer-details-button[b-k6k6vx8nnn] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0;
        margin-right: 10px
    }
}

.more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #ee8600;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn] {
        background: #ff9e22
    }

    .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:visited[b-k6k6vx8nnn] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters[b-k6k6vx8nnn] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-characters:hover[b-k6k6vx8nnn] {
    transition: 100ms linear all;
    background: #ff9e22
}

.more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #0f5cbc;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn] {
        background: #1373eb
    }

    .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:visited[b-k6k6vx8nnn] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn], .more-info-footer-details-button .button-items[b-k6k6vx8nnn] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-items:hover[b-k6k6vx8nnn] {
    transition: 100ms linear all;
    background: #1373eb
}

.more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #704cd9;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn] {
        background: #9276e2
    }

    .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:visited[b-k6k6vx8nnn] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells[b-k6k6vx8nnn] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-spells:hover[b-k6k6vx8nnn] {
    transition: 100ms linear all;
    background: #9276e2
}

.more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #bc0f0f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn] {
        background: #eb1313
    }

    .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:focus[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:active[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:visited[b-k6k6vx8nnn] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters[b-k6k6vx8nnn] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn], .more-info-footer-details-button .button-monsters:hover[b-k6k6vx8nnn] {
    transition: 100ms linear all;
    background: #eb1313
}

.more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn] {
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 10px;
    padding: 10px 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

    .more-info-footer-tags .label + .tag[b-k6k6vx8nnn], .more-info-footer-tags .label + .tag[b-k6k6vx8nnn], .more-info-footer-tags .label + .tag[b-k6k6vx8nnn], .more-info-footer-tags .label + .tag[b-k6k6vx8nnn], .more-info-footer-tags .label + .tag[b-k6k6vx8nnn], .more-info-footer-tags .label + .tag[b-k6k6vx8nnn], .more-info-footer-tags .label + .tag[b-k6k6vx8nnn], .more-info-footer-tags .label + .tag[b-k6k6vx8nnn], .more-info-footer-tags .label + .tag[b-k6k6vx8nnn] {
        margin-left: 4px
    }

    .more-info-footer-tags .tag[b-k6k6vx8nnn], .more-info-footer-tags .tag[b-k6k6vx8nnn], .more-info-footer-tags .tag[b-k6k6vx8nnn], .more-info-footer-tags .tag[b-k6k6vx8nnn], .more-info-footer-tags .tag[b-k6k6vx8nnn], .more-info-footer-tags .tag[b-k6k6vx8nnn], .more-info-footer-tags .tag[b-k6k6vx8nnn], .more-info-footer-tags .tag[b-k6k6vx8nnn], .more-info-footer-tags .tag[b-k6k6vx8nnn] {
        border: 1px solid #cbc6c3;
        background-color: #fff;
        box-shadow: inset 0 0 4px 0 #dcd1c7;
        padding: 4px 8px;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2px
    }

@media(min-width: 1024px) {
    .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn], .more-info-footer-tags[b-k6k6vx8nnn] {
        margin-left: 0
    }
}

.more-info-footer-classes[b-k6k6vx8nnn], .more-info-footer-classes[b-k6k6vx8nnn], .more-info-footer-classes[b-k6k6vx8nnn], .more-info-footer-classes[b-k6k6vx8nnn], .more-info-footer-classes[b-k6k6vx8nnn], .more-info-footer-classes[b-k6k6vx8nnn], .more-info-footer-classes[b-k6k6vx8nnn], .more-info-footer-classes[b-k6k6vx8nnn], .more-info-footer-classes[b-k6k6vx8nnn] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.more-info-footer-source[b-k6k6vx8nnn], .more-info-footer-source[b-k6k6vx8nnn], .more-info-footer-source[b-k6k6vx8nnn], .more-info-footer-source[b-k6k6vx8nnn], .more-info-footer-source[b-k6k6vx8nnn], .more-info-footer-source[b-k6k6vx8nnn], .more-info-footer-source[b-k6k6vx8nnn], .more-info-footer-source[b-k6k6vx8nnn], .more-info-footer-source[b-k6k6vx8nnn] {
    font-style: italic;
    text-align: right;
    min-width: 110px;
    padding: 10px;
    margin-left: auto
}

.more-info-footer-edit-button[b-k6k6vx8nnn], .more-info-footer-edit-button[b-k6k6vx8nnn], .more-info-footer-edit-button[b-k6k6vx8nnn], .more-info-footer-edit-button[b-k6k6vx8nnn], .more-info-footer-edit-button[b-k6k6vx8nnn], .more-info-footer-edit-button[b-k6k6vx8nnn], .more-info-footer-edit-button[b-k6k6vx8nnn], .more-info-footer-edit-button[b-k6k6vx8nnn], .more-info-footer-edit-button[b-k6k6vx8nnn] {
    position: absolute;
    top: 0;
    left: 0
}

.more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn], .more-info-footer-homebrew-actions[b-k6k6vx8nnn] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0
    }
}

.stat-block__stats[b-k6k6vx8nnn] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem;
}

.tooltip-body-2024 .stat-block__stats[b-k6k6vx8nnn] {
    padding: 0 1rem;
    font-size: 16px;
    grid-gap: 1rem
}

.stat-table[b-k6k6vx8nnn] {
    margin: 0 0 .5rem
}

    .stat-table[b-k6k6vx8nnn], .stat-table thead[b-k6k6vx8nnn], .stat-table tr[b-k6k6vx8nnn], .stat-table th[b-k6k6vx8nnn], .stat-table tbody[b-k6k6vx8nnn], .stat-table td[b-k6k6vx8nnn] {
        border: 0
    }

        .stat-table td[b-k6k6vx8nnn] {
            padding: .125rem .5rem
        }

        .stat-table thead tr th[b-k6k6vx8nnn] {
            background: inherit;
            color: #68747b !important;
            font-weight: 400;
            padding: .3125rem .125rem 0;
            text-transform: uppercase;
            font-family: Roboto,Helvetica,sans-serif;
            font-size: .6875rem
        }

        .stat-table tbody tr[b-k6k6vx8nnn] {
            border-top: .0625rem solid #fff;
            border-bottom: .0625rem solid #fff;
            color: #5b160c;
            text-align: center;
            font-size: .938rem
        }

        .stat-table th[b-k6k6vx8nnn] {
            padding: initial
        }

        .stat-table.physical th[b-k6k6vx8nnn] {
            background: #ede6d9
        }

        .stat-table.mental tbody tr th[b-k6k6vx8nnn] {
            background: #d8dad1
        }

        .stat-table.physical td[b-k6k6vx8nnn] {
            background: #ded4cc
        }

        .stat-table.mental td[b-k6k6vx8nnn] {
            background: #d0caca
        }

table[b-k6k6vx8nnn] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td[b-k6k6vx8nnn] {
    vertical-align: middle;
}

th[b-k6k6vx8nnn] {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    unicode-bidi: isolate;
}

.pagination-bar[b-k6k6vx8nnn] {
    margin-top: 5px;
    width: fit-content;
}

.title a.link[b-k6k6vx8nnn], .listing-title span.title[b-k6k6vx8nnn], .title a.linkList[b-k6k6vx8nnn] {
    color: #822000 !important;
    text-decoration: none;
}

.filterTypeButtonRow[b-k6k6vx8nnn] {
    display: none;
}

@media(min-width: 800px) {
    .filterTypeButtonRow[b-k6k6vx8nnn] {
        display: flex;
    }

    .filterTypeTextBoxRow[b-k6k6vx8nnn] {
        display: none;
    }
}

.btn-group[b-k6k6vx8nnn] {
    margin: auto;
}
/* /Components/Pages/PFRPG/Skills.razor.rz.scp.css */
@font-face {
    font-family: Caslo-an;
    src: url('/fonts/Caslo-an.ttf');
}

p.inkTitle[b-zil1xshkvy] {
    font-size: 3em !important;
    font-family: Caslo-an;
    text-align: center !important;
    line-height: 2em;
    color: #FFF;
}
.listing-filter-bar[b-zil1xshkvy] {
    background-color: rgba(0,0,0,.3);
    border-radius: 10px;
}
.listing[b-zil1xshkvy], .listing-filter-bar[b-zil1xshkvy] {
    max-width: 1200px;
    margin: auto;
}

.listing .info[b-zil1xshkvy] {
    height: 73px;
    width: 100%;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.listing-filter-bar .info[b-zil1xshkvy] {
    height: 73px;
    width: 100%;
    padding: 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.listing .info:nth-of-type(odd)[b-zil1xshkvy] {
    background: url(/images/lists/1a.png) no-repeat;
    background-size: 100% 73px;
    transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
}

    .listing .info:nth-of-type(odd):hover[b-zil1xshkvy], .listing .info[data-isopen="true"][b-zil1xshkvy] {
        background-image: url(/images/lists/1a-hover.png);
        transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
    }

.listing .info:nth-of-type(even)[b-zil1xshkvy] {
    background: url(/images/lists/1b.png) no-repeat;
    background-size: 100% 73px;
    transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
}

    .listing .info:nth-of-type(even):hover[b-zil1xshkvy], .listing .info[data-isopen="true"][b-zil1xshkvy] {
        background-image: url(/images/lists/1b-hover.png);
        transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
    }


/* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
.more-info[b-zil1xshkvy] {
    position: relative;
    top: -10px;
    background-color: #fff;
    border-left: 1px solid #ECE9E9;
    border-right: 1px solid #ECE9E9;
    width: calc(100% - 2px);
    margin: 0 auto;
    padding: 20px 20px 0;
}

    .more-info[b-zil1xshkvy]::after {
        content: '';
        display: block;
        height: 28px;
        width: calc(100% + 40px);
        border-bottom: 28px solid transparent;
        border-image: url(/images/lists/expanded-listing-item-bottom-border.png) 28 stretch;
        position: relative;
        top: 8px;
        margin: 0 -20px;
    }

@media(min-width: 1024px) {
    .more-info[b-zil1xshkvy] {
        /* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
        width: calc(100% - 22px);
        /*width: calc(100% - 10px);*/
        padding: 30px 26px 0
    }

        .more-info[b-zil1xshkvy]::after {
            /* .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after {*/
            width: calc(100% + 52px);
            margin: 0 -26px;
        }
}

.sourceBook[b-zil1xshkvy] {
    display: none;
}

@media (min-width: 600px) {
    .sourceBook[b-zil1xshkvy] {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 218px;
        width: 167px;
        background-image: url(/images/book.png);
        background-size: cover;
        margin-right: 20px;
    }
}

.restricted-content-body-text-main[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
}

.restricted-content-body-text-secondary[b-zil1xshkvy] {
    font-size: 14px;
    line-height: 26px;
}

.restricted-content-actions[b-zil1xshkvy] {
    margin-top: 20px;
}

.restricted-content[b-zil1xshkvy] {
    border: 1px solid #1b9af0;
    border-radius: 4px;
    padding: 20px;
}

.restricted-content-body[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.listing .info .row[b-zil1xshkvy], .listing-filter-bar .info .row[b-zil1xshkvy] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column[b-zil1xshkvy] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.large-column[b-zil1xshkvy] {
    flex-grow: 2; /* This item will take twice the space of the other items */
}

.listing-filter[b-zil1xshkvy] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 40px;
    min-width: 210px;
}

.listing-title[b-zil1xshkvy] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 30px;
    min-width: 150px;
}

    .listing-title .subtitle[b-zil1xshkvy] {
        font-weight: normal;
        font-size: 12px;
        color: #979aa4;
        max-width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-transform: capitalize
    }
    .listing-title .title[b-zil1xshkvy]{
        max-width: 90%;
    }
        .listing-title .title a.link[b-zil1xshkvy] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

        .listing-title .title a.linkList[b-zil1xshkvy] {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

.listing .info .open-indicator[b-zil1xshkvy], .listing .info .listing-indicator[b-zil1xshkvy] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: red;
    width: 25px;
    margin: auto -2px auto auto;
    text-align: end;
    font-size: 20px;
}

@media (min-width: 1024px) {
    .listing .info .open-indicator[b-zil1xshkvy] {
        margin-right: 15px !important;
    }
}





.stat-block[b-zil1xshkvy] {
    background-image: none !important;
    background: #f5f3ee !important;
    border: 1px solid #afa47a;
    outline: 1px solid #afa47a;
    outline-offset: -0.25rem;
    border-radius: .5rem
}

.stat-block[b-zil1xshkvy] {
    background: url("../images/mon-summary/stat-block-top-texture.png"),url("../images/mon-summary/paper-texture.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat,repeat;
    position: relative;
    box-shadow: 0 0 5px #979AA4;
    border: 1px solid #d4d0ce;
    padding: 15px;
    margin: 15px 0;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    font-size: 15px
}

    .stat-block[b-zil1xshkvy]::before, .stat-block[b-zil1xshkvy]::after {
        content: "";
        display: block;
        background: url("../images/mon-summary/stat-bar-book.png") center;
        background-size: 100% 100%;
        height: 6px;
        position: absolute;
        left: -3px;
        right: -3px
    }

    .stat-block[b-zil1xshkvy]::before {
        top: -3px
    }

    .stat-block[b-zil1xshkvy]::after {
        bottom: -3px
    }

.stat-block__separator-img[b-zil1xshkvy] {
    max-width: 100%;
    min-height: 10px
}

.stat-block__header[b-zil1xshkvy] {
    line-height: 1.1
}

.stat-block__name[b-zil1xshkvy] {
    font-weight: bold;
    font-size: 34px;
    font-family: MrsEavesSmallCaps,Roboto,Helvetica,sans-serif;
    color: #822000
}

    .stat-block__name .stat-block__name-link[b-zil1xshkvy] {
        color: #822000
    }

        .stat-block__name .stat-block__name-link:hover[b-zil1xshkvy], .stat-block__name .stat-block__name-link:visited[b-zil1xshkvy], .stat-block__name .stat-block__name-link:active[b-zil1xshkvy] {
            color: #822000
        }

.stat-block__meta[b-zil1xshkvy] {
    font-style: italic;
    margin-bottom: 15px
}

.stat-block__attribute[b-zil1xshkvy] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block .label[b-zil1xshkvy] {
    font-weight: bold
}

.stat-block__stat-block .ability-block[b-zil1xshkvy] {
    color: #822000;
    margin: 0
}

.stat-block__tidbit[b-zil1xshkvy] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block__tidbit-label[b-zil1xshkvy] {
    font-weight: bold
}

.stat-block__tidbit-container[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.stat-block__tidbit-spacer[b-zil1xshkvy] {
    width: 40px;
    min-width: 10px
}

.stat-block__description-blocks[b-zil1xshkvy] {
    margin-top: 20px
}

.stat-block__description-block-heading[b-zil1xshkvy], .stat-block__description-block h3[b-zil1xshkvy] {
    border-bottom: 1px solid #822000;
    color: #822000;
    font-size: 24px;
    font-weight: normal;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px
}

.stat-block__description-block p[b-zil1xshkvy] {
    margin-bottom: 10px
}

.stat-block .tooltip-hover[b-zil1xshkvy] {
    font-weight: bold !important
}

    .stat-block .tooltip-hover[b-zil1xshkvy], .stat-block .tooltip-hover:hover[b-zil1xshkvy], .stat-block .tooltip-hover:focus[b-zil1xshkvy], .stat-block .tooltip-hover:active[b-zil1xshkvy], .stat-block .tooltip-hover:visited[b-zil1xshkvy] {
        color: inherit !important;
        font-weight: inherit !important;
        text-decoration: underline;
        text-decoration: underline solid #47D18C
    }

        .stat-block .tooltip-hover.spell-tooltip[b-zil1xshkvy], .stat-block .tooltip-hover.spell-tooltip:hover[b-zil1xshkvy], .stat-block .tooltip-hover.spell-tooltip:focus[b-zil1xshkvy], .stat-block .tooltip-hover.spell-tooltip:active[b-zil1xshkvy], .stat-block .tooltip-hover.spell-tooltip:visited[b-zil1xshkvy] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #704cd9
        }

        .stat-block .tooltip-hover.monster-tooltip[b-zil1xshkvy], .stat-block .tooltip-hover.monster-tooltip:hover[b-zil1xshkvy], .stat-block .tooltip-hover.monster-tooltip:focus[b-zil1xshkvy], .stat-block .tooltip-hover.monster-tooltip:active[b-zil1xshkvy], .stat-block .tooltip-hover.monster-tooltip:visited[b-zil1xshkvy] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #bc0f0f
        }

        .stat-block .tooltip-hover.magic-item-tooltip[b-zil1xshkvy], .stat-block .tooltip-hover.magic-item-tooltip:hover[b-zil1xshkvy], .stat-block .tooltip-hover.magic-item-tooltip:focus[b-zil1xshkvy], .stat-block .tooltip-hover.magic-item-tooltip:active[b-zil1xshkvy], .stat-block .tooltip-hover.magic-item-tooltip:visited[b-zil1xshkvy] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #0f5cbc
        }

        .stat-block .tooltip-hover.vehicles-tooltip[b-zil1xshkvy], .stat-block .tooltip-hover.vehicles-tooltip:hover[b-zil1xshkvy], .stat-block .tooltip-hover.vehicles-tooltip:focus[b-zil1xshkvy], .stat-block .tooltip-hover.vehicles-tooltip:active[b-zil1xshkvy], .stat-block .tooltip-hover.vehicles-tooltip:visited[b-zil1xshkvy] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #1b9af0
        }

@media print,(min-width: 768px) {
    .stat-block[b-zil1xshkvy] {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media print {
    .stat-block[b-zil1xshkvy] {
        box-shadow: none;
        background: 0
    }

        .stat-block[b-zil1xshkvy]::before {
            border-top: 6px solid #999
        }

        .stat-block[b-zil1xshkvy]::after {
            border-bottom: 6px solid #999
        }
}

.stat-block[b-zil1xshkvy]::before, .stat-block[b-zil1xshkvy]::after {
    display: none
}

.stat-block__name[b-zil1xshkvy] {
    border-bottom: .063rem solid #5b160c;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    -webkit-column-span: all;
    column-span: all;
    margin-bottom: .45rem
}

    .stat-block__name .stat-block__name-link[b-zil1xshkvy], .stat-block__name .stat-block__name-link:visited[b-zil1xshkvy], .stat-block__attribute[b-zil1xshkvy], .stat-block__tidbit[b-zil1xshkvy], .stat-block__description-block-heading[b-zil1xshkvy] {
        color: #5b160c
    }

.stat-block__description-block-heading[b-zil1xshkvy] {
    border-bottom: .063rem solid #5b160c;
    font-size: 1.25rem;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: .938rem
}

.stat-block__meta[b-zil1xshkvy] {
    color: #68747b;
    margin-bottom: .938rem;
    margin-top: .188rem
}

.stat-block__stats[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem
}


/*  more-info-footer */

@media(max-width: 550px) {
    .more-info-footer-tags.more-info-footer-classes[b-zil1xshkvy] {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px
    }

        .more-info-footer-tags.more-info-footer-classes .label[b-zil1xshkvy] {
            margin-right: 6px
        }
}

.more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

@media(min-width: 1024px) {
    .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy],
    .more-info-footer[b-zil1xshkvy], .more-info-footer[b-zil1xshkvy] {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy],
.more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy] {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy],
    .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy], .more-info-footer-details-button[b-zil1xshkvy] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0;
        margin-right: 10px
    }
}

.more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #ee8600;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy] {
        background: #ff9e22
    }

    .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-characters:active[b-zil1xshkvy], .more-info-footer-details-button .button-characters:visited[b-zil1xshkvy] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy], .more-info-footer-details-button .button-characters[b-zil1xshkvy] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-characters:hover[b-zil1xshkvy] {
    transition: 100ms linear all;
    background: #ff9e22
}

.more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #0f5cbc;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy] {
        background: #1373eb
    }

    .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:focus[b-zil1xshkvy], .more-info-footer-details-button .button-items:active[b-zil1xshkvy], .more-info-footer-details-button .button-items:visited[b-zil1xshkvy] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy], .more-info-footer-details-button .button-items[b-zil1xshkvy] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy], .more-info-footer-details-button .button-items:hover[b-zil1xshkvy] {
    transition: 100ms linear all;
    background: #1373eb
}

.more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #704cd9;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy] {
        background: #9276e2
    }

    .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:focus[b-zil1xshkvy], .more-info-footer-details-button .button-spells:active[b-zil1xshkvy], .more-info-footer-details-button .button-spells:visited[b-zil1xshkvy] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy], .more-info-footer-details-button .button-spells[b-zil1xshkvy] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy], .more-info-footer-details-button .button-spells:hover[b-zil1xshkvy] {
    transition: 100ms linear all;
    background: #9276e2
}

.more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #bc0f0f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy] {
        background: #eb1313
    }

    .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:focus[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:active[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:visited[b-zil1xshkvy] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy], .more-info-footer-details-button .button-monsters[b-zil1xshkvy] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy], .more-info-footer-details-button .button-monsters:hover[b-zil1xshkvy] {
    transition: 100ms linear all;
    background: #eb1313
}

.more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy] {
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 10px;
    padding: 10px 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

    .more-info-footer-tags .label + .tag[b-zil1xshkvy], .more-info-footer-tags .label + .tag[b-zil1xshkvy], .more-info-footer-tags .label + .tag[b-zil1xshkvy], .more-info-footer-tags .label + .tag[b-zil1xshkvy], .more-info-footer-tags .label + .tag[b-zil1xshkvy], .more-info-footer-tags .label + .tag[b-zil1xshkvy], .more-info-footer-tags .label + .tag[b-zil1xshkvy], .more-info-footer-tags .label + .tag[b-zil1xshkvy], .more-info-footer-tags .label + .tag[b-zil1xshkvy] {
        margin-left: 4px
    }

    .more-info-footer-tags .tag[b-zil1xshkvy], .more-info-footer-tags .tag[b-zil1xshkvy], .more-info-footer-tags .tag[b-zil1xshkvy], .more-info-footer-tags .tag[b-zil1xshkvy], .more-info-footer-tags .tag[b-zil1xshkvy], .more-info-footer-tags .tag[b-zil1xshkvy], .more-info-footer-tags .tag[b-zil1xshkvy], .more-info-footer-tags .tag[b-zil1xshkvy], .more-info-footer-tags .tag[b-zil1xshkvy] {
        border: 1px solid #cbc6c3;
        background-color: #fff;
        box-shadow: inset 0 0 4px 0 #dcd1c7;
        padding: 4px 8px;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2px
    }

@media(min-width: 1024px) {
    .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy], .more-info-footer-tags[b-zil1xshkvy] {
        margin-left: 0
    }
}

.more-info-footer-classes[b-zil1xshkvy], .more-info-footer-classes[b-zil1xshkvy], .more-info-footer-classes[b-zil1xshkvy], .more-info-footer-classes[b-zil1xshkvy], .more-info-footer-classes[b-zil1xshkvy], .more-info-footer-classes[b-zil1xshkvy], .more-info-footer-classes[b-zil1xshkvy], .more-info-footer-classes[b-zil1xshkvy], .more-info-footer-classes[b-zil1xshkvy] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.more-info-footer-source[b-zil1xshkvy], .more-info-footer-source[b-zil1xshkvy], .more-info-footer-source[b-zil1xshkvy], .more-info-footer-source[b-zil1xshkvy], .more-info-footer-source[b-zil1xshkvy], .more-info-footer-source[b-zil1xshkvy], .more-info-footer-source[b-zil1xshkvy], .more-info-footer-source[b-zil1xshkvy], .more-info-footer-source[b-zil1xshkvy] {
    font-style: italic;
    text-align: right;
    min-width: 110px;
    padding: 10px;
    margin-left: auto
}

.more-info-footer-edit-button[b-zil1xshkvy], .more-info-footer-edit-button[b-zil1xshkvy], .more-info-footer-edit-button[b-zil1xshkvy], .more-info-footer-edit-button[b-zil1xshkvy], .more-info-footer-edit-button[b-zil1xshkvy], .more-info-footer-edit-button[b-zil1xshkvy], .more-info-footer-edit-button[b-zil1xshkvy], .more-info-footer-edit-button[b-zil1xshkvy], .more-info-footer-edit-button[b-zil1xshkvy] {
    position: absolute;
    top: 0;
    left: 0
}

.more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy], .more-info-footer-homebrew-actions[b-zil1xshkvy] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0
    }
}

.stat-block__stats[b-zil1xshkvy] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem;
}

.tooltip-body-2024 .stat-block__stats[b-zil1xshkvy] {
    padding: 0 1rem;
    font-size: 16px;
    grid-gap: 1rem
}

.stat-table[b-zil1xshkvy] {
    margin: 0 0 .5rem
}

    .stat-table[b-zil1xshkvy], .stat-table thead[b-zil1xshkvy], .stat-table tr[b-zil1xshkvy], .stat-table th[b-zil1xshkvy], .stat-table tbody[b-zil1xshkvy], .stat-table td[b-zil1xshkvy] {
        border: 0
    }

        .stat-table td[b-zil1xshkvy] {
            padding: .125rem .5rem
        }

        .stat-table thead tr th[b-zil1xshkvy] {
            background: inherit;
            color: #68747b !important;
            font-weight: 400;
            padding: .3125rem .125rem 0;
            text-transform: uppercase;
            font-family: Roboto,Helvetica,sans-serif;
            font-size: .6875rem
        }

        .stat-table tbody tr[b-zil1xshkvy] {
            border-top: .0625rem solid #fff;
            border-bottom: .0625rem solid #fff;
            color: #5b160c;
            text-align: center;
            font-size: .938rem
        }

        .stat-table th[b-zil1xshkvy] {
            padding: initial
        }

        .stat-table.physical th[b-zil1xshkvy] {
            background: #ede6d9
        }

        .stat-table.mental tbody tr th[b-zil1xshkvy] {
            background: #d8dad1
        }

        .stat-table.physical td[b-zil1xshkvy] {
            background: #ded4cc
        }

        .stat-table.mental td[b-zil1xshkvy] {
            background: #d0caca
        }

table[b-zil1xshkvy] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td[b-zil1xshkvy] {
    vertical-align: middle;
}

th[b-zil1xshkvy] {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    unicode-bidi: isolate;
}

.pagination-bar[b-zil1xshkvy] {
    margin-top: 5px;
    width: fit-content;
}

.title a.link[b-zil1xshkvy], .listing-title span.title[b-zil1xshkvy], .title a.linkList[b-zil1xshkvy] {
    color: #822000 !important;
    text-decoration: none;
}
.filterTypeButtonRow[b-zil1xshkvy] {
    display: none;
}

@media(min-width: 930px) {
    .filterTypeButtonRow[b-zil1xshkvy] {
        display: flex;
    }

    .filterTypeTextBoxRow[b-zil1xshkvy] {
        display: none;
    }
}

.btn-group[b-zil1xshkvy] {
    margin: auto;
}
/* /Components/Pages/PFRPG/Species.razor.rz.scp.css */
@font-face {
    font-family: Caslo-an;
    src: url('/fonts/Caslo-an.ttf');
}

p.inkTitle[b-gllltjby0c] {
    font-size: 3em !important;
    font-family: Caslo-an;
    text-align: center !important;
    line-height: 2em;
    color: #FFF;
}

.listing-filter-bar[b-gllltjby0c] {
    background-color: rgba(0,0,0,.3);
    border-radius: 10px;
}

.listing[b-gllltjby0c], .listing-filter-bar[b-gllltjby0c] {
    max-width: 1200px;
    margin: auto;
}

    .listing .info[b-gllltjby0c] {
        height: 73px;
        width: 100%;
        padding: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: white;
        position: relative;
        z-index: 1;
    }

    .listing-filter-bar .info[b-gllltjby0c] {
        height: 73px;
        width: 100%;
        padding: 2px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

    .listing .info:nth-of-type(odd)[b-gllltjby0c] {
        background: url(/images/lists/1a.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(odd):hover[b-gllltjby0c], .listing .info[data-isopen="true"][b-gllltjby0c] {
            background-image: url(/images/lists/1a-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }

    .listing .info:nth-of-type(even)[b-gllltjby0c] {
        background: url(/images/lists/1b.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(even):hover[b-gllltjby0c], .listing .info[data-isopen="true"][b-gllltjby0c] {
            background-image: url(/images/lists/1b-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }


/* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
.more-info[b-gllltjby0c] {
    position: relative;
    top: -10px;
    background-color: #fff;
    border-left: 1px solid #ECE9E9;
    border-right: 1px solid #ECE9E9;
    width: calc(100% - 2px);
    margin: 0 auto;
    padding: 20px 20px 0;
}

    .more-info[b-gllltjby0c]::after {
        content: '';
        display: block;
        height: 28px;
        width: calc(100% + 40px);
        border-bottom: 28px solid transparent;
        border-image: url(/images/lists/expanded-listing-item-bottom-border.png) 28 stretch;
        position: relative;
        top: 8px;
        margin: 0 -20px;
    }

@media(min-width: 1024px) {
    .more-info[b-gllltjby0c] {
        /* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
        width: calc(100% - 22px);
        /*width: calc(100% - 10px);*/
        padding: 30px 26px 0
    }

        .more-info[b-gllltjby0c]::after {
            /* .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after {*/
            width: calc(100% + 52px);
            margin: 0 -26px;
        }
}

.sourceBook[b-gllltjby0c] {
    display: none;
}

@media (min-width: 600px) {
    .sourceBook[b-gllltjby0c] {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 218px;
        width: 167px;
        background-image: url(/images/book.png);
        background-size: cover;
        margin-right: 20px;
    }
}

.restricted-content-body-text-main[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
}

.restricted-content-body-text-secondary[b-gllltjby0c] {
    font-size: 14px;
    line-height: 26px;
}

.restricted-content-actions[b-gllltjby0c] {
    margin-top: 20px;
}

.restricted-content[b-gllltjby0c] {
    border: 1px solid #1b9af0;
    border-radius: 4px;
    padding: 20px;
}

.restricted-content-body[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.listing .info .row[b-gllltjby0c], .listing-filter-bar .info .row[b-gllltjby0c] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column[b-gllltjby0c] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.column-small[b-gllltjby0c] {
    display: flex;
    flex-direction: column;
    flex: 0 0 50px;
}

.btn[b-gllltjby0c]{
    border-width: 0px !important;
}

.large-column[b-gllltjby0c] {
    flex-grow: 2; /* This item will take twice the space of the other items */
}

.listing-filter[b-gllltjby0c] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    margin-left: 40px;
    min-width: 210px;
}

.listing-title[b-gllltjby0c] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    min-width: 150px;
}

    .listing-title .subtitle[b-gllltjby0c] {
        font-weight: normal;
        font-size: 12px;
        color: #979aa4;
        max-width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-transform: capitalize
    }

    .listing-title .title[b-gllltjby0c] {
        max-width: 90%;
    }

        .listing-title .title a.link[b-gllltjby0c] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

        .listing-title .title a.linkList[b-gllltjby0c] {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

.listing .info .open-indicator[b-gllltjby0c], .listing .info .listing-indicator[b-gllltjby0c] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: red;
    width: 25px;
    margin: auto -2px auto auto;
    text-align: end;
    font-size: 20px;
}
@media (min-width: 1024px) {
    .listing .info .open-indicator[b-gllltjby0c] {
        margin-right: 15px !important;
    }
}
.listing .info .listing-activator[b-gllltjby0c] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: red;
    text-align: start;
    font-size: 20px;
}

@media (min-width: 1024px) {
    .listing .info .open-indicator[b-gllltjby0c] {
        margin-right: 5px !important;
    }
}





.stat-block[b-gllltjby0c] {
    background-image: none !important;
    background: #f5f3ee !important;
    border: 1px solid #afa47a;
    outline: 1px solid #afa47a;
    outline-offset: -0.25rem;
    border-radius: .5rem
}

.stat-block[b-gllltjby0c] {
    background: url("../images/mon-summary/stat-block-top-texture.png"),url("../images/mon-summary/paper-texture.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat,repeat;
    position: relative;
    box-shadow: 0 0 5px #979AA4;
    border: 1px solid #d4d0ce;
    padding: 15px;
    margin: 15px 0;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    font-size: 15px
}

    .stat-block[b-gllltjby0c]::before, .stat-block[b-gllltjby0c]::after {
        content: "";
        display: block;
        background: url("../images/mon-summary/stat-bar-book.png") center;
        background-size: 100% 100%;
        height: 6px;
        position: absolute;
        left: -3px;
        right: -3px
    }

    .stat-block[b-gllltjby0c]::before {
        top: -3px
    }

    .stat-block[b-gllltjby0c]::after {
        bottom: -3px
    }

.stat-block__separator-img[b-gllltjby0c] {
    max-width: 100%;
    min-height: 10px
}

.stat-block__header[b-gllltjby0c] {
    line-height: 1.1
}

.stat-block__name[b-gllltjby0c] {
    font-weight: bold;
    font-size: 34px;
    font-family: MrsEavesSmallCaps,Roboto,Helvetica,sans-serif;
    color: #822000
}

    .stat-block__name .stat-block__name-link[b-gllltjby0c] {
        color: #822000
    }

        .stat-block__name .stat-block__name-link:hover[b-gllltjby0c], .stat-block__name .stat-block__name-link:visited[b-gllltjby0c], .stat-block__name .stat-block__name-link:active[b-gllltjby0c] {
            color: #822000
        }

.stat-block__meta[b-gllltjby0c] {
    font-style: italic;
    margin-bottom: 15px
}

.stat-block__attribute[b-gllltjby0c] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block .label[b-gllltjby0c] {
    font-weight: bold
}

.stat-block__stat-block .ability-block[b-gllltjby0c] {
    color: #822000;
    margin: 0
}

.stat-block__tidbit[b-gllltjby0c] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block__tidbit-label[b-gllltjby0c] {
    font-weight: bold
}

.stat-block__tidbit-container[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.stat-block__tidbit-spacer[b-gllltjby0c] {
    width: 40px;
    min-width: 10px
}

.stat-block__description-blocks[b-gllltjby0c] {
    margin-top: 20px
}

.stat-block__description-block-heading[b-gllltjby0c], .stat-block__description-block h3[b-gllltjby0c] {
    border-bottom: 1px solid #822000;
    color: #822000;
    font-size: 24px;
    font-weight: normal;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px
}

.stat-block__description-block p[b-gllltjby0c] {
    margin-bottom: 10px
}

.stat-block .tooltip-hover[b-gllltjby0c] {
    font-weight: bold !important
}

    .stat-block .tooltip-hover[b-gllltjby0c], .stat-block .tooltip-hover:hover[b-gllltjby0c], .stat-block .tooltip-hover:focus[b-gllltjby0c], .stat-block .tooltip-hover:active[b-gllltjby0c], .stat-block .tooltip-hover:visited[b-gllltjby0c] {
        color: inherit !important;
        font-weight: inherit !important;
        text-decoration: underline;
        text-decoration: underline solid #47D18C
    }

        .stat-block .tooltip-hover.spell-tooltip[b-gllltjby0c], .stat-block .tooltip-hover.spell-tooltip:hover[b-gllltjby0c], .stat-block .tooltip-hover.spell-tooltip:focus[b-gllltjby0c], .stat-block .tooltip-hover.spell-tooltip:active[b-gllltjby0c], .stat-block .tooltip-hover.spell-tooltip:visited[b-gllltjby0c] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #704cd9
        }

        .stat-block .tooltip-hover.monster-tooltip[b-gllltjby0c], .stat-block .tooltip-hover.monster-tooltip:hover[b-gllltjby0c], .stat-block .tooltip-hover.monster-tooltip:focus[b-gllltjby0c], .stat-block .tooltip-hover.monster-tooltip:active[b-gllltjby0c], .stat-block .tooltip-hover.monster-tooltip:visited[b-gllltjby0c] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #bc0f0f
        }

        .stat-block .tooltip-hover.magic-item-tooltip[b-gllltjby0c], .stat-block .tooltip-hover.magic-item-tooltip:hover[b-gllltjby0c], .stat-block .tooltip-hover.magic-item-tooltip:focus[b-gllltjby0c], .stat-block .tooltip-hover.magic-item-tooltip:active[b-gllltjby0c], .stat-block .tooltip-hover.magic-item-tooltip:visited[b-gllltjby0c] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #0f5cbc
        }

        .stat-block .tooltip-hover.vehicles-tooltip[b-gllltjby0c], .stat-block .tooltip-hover.vehicles-tooltip:hover[b-gllltjby0c], .stat-block .tooltip-hover.vehicles-tooltip:focus[b-gllltjby0c], .stat-block .tooltip-hover.vehicles-tooltip:active[b-gllltjby0c], .stat-block .tooltip-hover.vehicles-tooltip:visited[b-gllltjby0c] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #1b9af0
        }

@media print,(min-width: 768px) {
    .stat-block[b-gllltjby0c] {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media print {
    .stat-block[b-gllltjby0c] {
        box-shadow: none;
        background: 0
    }

        .stat-block[b-gllltjby0c]::before {
            border-top: 6px solid #999
        }

        .stat-block[b-gllltjby0c]::after {
            border-bottom: 6px solid #999
        }
}

.stat-block[b-gllltjby0c]::before, .stat-block[b-gllltjby0c]::after {
    display: none
}

.stat-block__name[b-gllltjby0c] {
    border-bottom: .063rem solid #5b160c;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    -webkit-column-span: all;
    column-span: all;
    margin-bottom: .45rem
}

    .stat-block__name .stat-block__name-link[b-gllltjby0c], .stat-block__name .stat-block__name-link:visited[b-gllltjby0c], .stat-block__attribute[b-gllltjby0c], .stat-block__tidbit[b-gllltjby0c], .stat-block__description-block-heading[b-gllltjby0c] {
        color: #5b160c
    }

.stat-block__description-block-heading[b-gllltjby0c] {
    border-bottom: .063rem solid #5b160c;
    font-size: 1.25rem;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: .938rem
}

.stat-block__meta[b-gllltjby0c] {
    color: #68747b;
    margin-bottom: .938rem;
    margin-top: .188rem
}

.stat-block__stats[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem
}


/*  more-info-footer */

@media(max-width: 550px) {
    .more-info-footer-tags.more-info-footer-classes[b-gllltjby0c] {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px
    }

        .more-info-footer-tags.more-info-footer-classes .label[b-gllltjby0c] {
            margin-right: 6px
        }
}

.more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

@media(min-width: 1024px) {
    .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c],
    .more-info-footer[b-gllltjby0c], .more-info-footer[b-gllltjby0c] {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c],
.more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c] {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c],
    .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c], .more-info-footer-details-button[b-gllltjby0c] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0;
        margin-right: 10px
    }
}

.more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #ee8600;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c] {
        background: #ff9e22
    }

    .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:focus[b-gllltjby0c], .more-info-footer-details-button .button-characters:active[b-gllltjby0c], .more-info-footer-details-button .button-characters:visited[b-gllltjby0c] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c], .more-info-footer-details-button .button-characters[b-gllltjby0c] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c], .more-info-footer-details-button .button-characters:hover[b-gllltjby0c] {
    transition: 100ms linear all;
    background: #ff9e22
}

.more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #0f5cbc;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c] {
        background: #1373eb
    }

    .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:focus[b-gllltjby0c], .more-info-footer-details-button .button-items:active[b-gllltjby0c], .more-info-footer-details-button .button-items:visited[b-gllltjby0c] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c], .more-info-footer-details-button .button-items[b-gllltjby0c] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c], .more-info-footer-details-button .button-items:hover[b-gllltjby0c] {
    transition: 100ms linear all;
    background: #1373eb
}

.more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #704cd9;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c] {
        background: #9276e2
    }

    .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:focus[b-gllltjby0c], .more-info-footer-details-button .button-spells:active[b-gllltjby0c], .more-info-footer-details-button .button-spells:visited[b-gllltjby0c] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c], .more-info-footer-details-button .button-spells[b-gllltjby0c] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c], .more-info-footer-details-button .button-spells:hover[b-gllltjby0c] {
    transition: 100ms linear all;
    background: #9276e2
}

.more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #bc0f0f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c] {
        background: #eb1313
    }

    .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:focus[b-gllltjby0c], .more-info-footer-details-button .button-monsters:active[b-gllltjby0c], .more-info-footer-details-button .button-monsters:visited[b-gllltjby0c] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c], .more-info-footer-details-button .button-monsters[b-gllltjby0c] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c], .more-info-footer-details-button .button-monsters:hover[b-gllltjby0c] {
    transition: 100ms linear all;
    background: #eb1313
}

.more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c] {
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 10px;
    padding: 10px 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

    .more-info-footer-tags .label + .tag[b-gllltjby0c], .more-info-footer-tags .label + .tag[b-gllltjby0c], .more-info-footer-tags .label + .tag[b-gllltjby0c], .more-info-footer-tags .label + .tag[b-gllltjby0c], .more-info-footer-tags .label + .tag[b-gllltjby0c], .more-info-footer-tags .label + .tag[b-gllltjby0c], .more-info-footer-tags .label + .tag[b-gllltjby0c], .more-info-footer-tags .label + .tag[b-gllltjby0c], .more-info-footer-tags .label + .tag[b-gllltjby0c] {
        margin-left: 4px
    }

    .more-info-footer-tags .tag[b-gllltjby0c], .more-info-footer-tags .tag[b-gllltjby0c], .more-info-footer-tags .tag[b-gllltjby0c], .more-info-footer-tags .tag[b-gllltjby0c], .more-info-footer-tags .tag[b-gllltjby0c], .more-info-footer-tags .tag[b-gllltjby0c], .more-info-footer-tags .tag[b-gllltjby0c], .more-info-footer-tags .tag[b-gllltjby0c], .more-info-footer-tags .tag[b-gllltjby0c] {
        border: 1px solid #cbc6c3;
        background-color: #fff;
        box-shadow: inset 0 0 4px 0 #dcd1c7;
        padding: 4px 8px;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2px
    }

@media(min-width: 1024px) {
    .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c], .more-info-footer-tags[b-gllltjby0c] {
        margin-left: 0
    }
}

.more-info-footer-classes[b-gllltjby0c], .more-info-footer-classes[b-gllltjby0c], .more-info-footer-classes[b-gllltjby0c], .more-info-footer-classes[b-gllltjby0c], .more-info-footer-classes[b-gllltjby0c], .more-info-footer-classes[b-gllltjby0c], .more-info-footer-classes[b-gllltjby0c], .more-info-footer-classes[b-gllltjby0c], .more-info-footer-classes[b-gllltjby0c] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.more-info-footer-source[b-gllltjby0c], .more-info-footer-source[b-gllltjby0c], .more-info-footer-source[b-gllltjby0c], .more-info-footer-source[b-gllltjby0c], .more-info-footer-source[b-gllltjby0c], .more-info-footer-source[b-gllltjby0c], .more-info-footer-source[b-gllltjby0c], .more-info-footer-source[b-gllltjby0c], .more-info-footer-source[b-gllltjby0c] {
    font-style: italic;
    text-align: right;
    min-width: 110px;
    padding: 10px;
    margin-left: auto
}

.more-info-footer-edit-button[b-gllltjby0c], .more-info-footer-edit-button[b-gllltjby0c], .more-info-footer-edit-button[b-gllltjby0c], .more-info-footer-edit-button[b-gllltjby0c], .more-info-footer-edit-button[b-gllltjby0c], .more-info-footer-edit-button[b-gllltjby0c], .more-info-footer-edit-button[b-gllltjby0c], .more-info-footer-edit-button[b-gllltjby0c], .more-info-footer-edit-button[b-gllltjby0c] {
    position: absolute;
    top: 0;
    left: 0
}

.more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c], .more-info-footer-homebrew-actions[b-gllltjby0c] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0
    }
}

.stat-block__stats[b-gllltjby0c] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem;
}

.tooltip-body-2024 .stat-block__stats[b-gllltjby0c] {
    padding: 0 1rem;
    font-size: 16px;
    grid-gap: 1rem
}

.stat-table[b-gllltjby0c] {
    margin: 0 0 .5rem
}

    .stat-table[b-gllltjby0c], .stat-table thead[b-gllltjby0c], .stat-table tr[b-gllltjby0c], .stat-table th[b-gllltjby0c], .stat-table tbody[b-gllltjby0c], .stat-table td[b-gllltjby0c] {
        border: 0
    }

        .stat-table td[b-gllltjby0c] {
            padding: .125rem .5rem
        }

        .stat-table thead tr th[b-gllltjby0c] {
            background: inherit;
            color: #68747b !important;
            font-weight: 400;
            padding: .3125rem .125rem 0;
            text-transform: uppercase;
            font-family: Roboto,Helvetica,sans-serif;
            font-size: .6875rem
        }

        .stat-table tbody tr[b-gllltjby0c] {
            border-top: .0625rem solid #fff;
            border-bottom: .0625rem solid #fff;
            color: #5b160c;
            text-align: center;
            font-size: .938rem
        }

        .stat-table th[b-gllltjby0c] {
            padding: initial
        }

        .stat-table.physical th[b-gllltjby0c] {
            background: #ede6d9
        }

        .stat-table.mental tbody tr th[b-gllltjby0c] {
            background: #d8dad1
        }

        .stat-table.physical td[b-gllltjby0c] {
            background: #ded4cc
        }

        .stat-table.mental td[b-gllltjby0c] {
            background: #d0caca
        }

table[b-gllltjby0c] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td[b-gllltjby0c] {
    vertical-align: middle;
}

th[b-gllltjby0c] {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    unicode-bidi: isolate;
}

.pagination-bar[b-gllltjby0c] {
    margin-top: 5px;
    width: fit-content;
}

.title a.link[b-gllltjby0c], .listing-title span.title[b-gllltjby0c], .title a.linkList[b-gllltjby0c] {
    color: #822000 !important;
    text-decoration: none;
}

.filterTypeButtonRow[b-gllltjby0c] {
    display: none;
}

@media(min-width: 800px) {
    .filterTypeButtonRow[b-gllltjby0c] {
        display: flex;
    }

    .filterTypeTextBoxRow[b-gllltjby0c] {
        display: none;
    }
}

.btn-group[b-gllltjby0c] {
    margin: auto;
}
/* /Components/Pages/PFRPG/Spells.razor.rz.scp.css */
@font-face {
    font-family: Caslo-an;
    src: url('/fonts/Caslo-an.ttf');
}

p.inkTitle[b-gkalx273cz] {
    font-size: 3em !important;
    font-family: Caslo-an;
    text-align: center !important;
    line-height: 2em;
    color: #FFF;
}

.listing-filter-bar[b-gkalx273cz] {
    background-color: rgba(0,0,0,.3);
    border-radius: 10px;
}

.listing[b-gkalx273cz], .listing-filter-bar[b-gkalx273cz] {
    max-width: 1200px;
    margin: auto;
}

    .listing .info[b-gkalx273cz] {
        height: 73px;
        width: 100%;
        padding: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: white;
        position: relative;
        cursor: pointer;
        z-index: 1;
    }

    .listing-filter-bar .info[b-gkalx273cz] {
        height: 73px;
        width: 100%;
        padding: 2px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

    .listing .info:nth-of-type(odd)[b-gkalx273cz] {
        background: url(/images/lists/1a.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(odd):hover[b-gkalx273cz], .listing .info[data-isopen="true"][b-gkalx273cz] {
            background-image: url(/images/lists/1a-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }

    .listing .info:nth-of-type(even)[b-gkalx273cz] {
        background: url(/images/lists/1b.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(even):hover[b-gkalx273cz], .listing .info[data-isopen="true"][b-gkalx273cz] {
            background-image: url(/images/lists/1b-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }


/* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
.more-info[b-gkalx273cz] {
    position: relative;
    top: -10px;
    background-color: #fff;
    border-left: 1px solid #ECE9E9;
    border-right: 1px solid #ECE9E9;
    width: calc(100% - 2px);
    margin: 0 auto;
    padding: 20px 20px 0;
}

    .more-info[b-gkalx273cz]::after {
        content: '';
        display: block;
        height: 28px;
        width: calc(100% + 40px);
        border-bottom: 28px solid transparent;
        border-image: url(/images/lists/expanded-listing-item-bottom-border.png) 28 stretch;
        position: relative;
        top: 8px;
        margin: 0 -20px;
    }

@media(min-width: 1024px) {
    .more-info[b-gkalx273cz] {
        /* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
        width: calc(100% - 22px);
        /*width: calc(100% - 10px);*/
        padding: 30px 26px 0
    }

        .more-info[b-gkalx273cz]::after {
            /* .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after {*/
            width: calc(100% + 52px);
            margin: 0 -26px;
        }
}

.sourceBook[b-gkalx273cz] {
    display: none;
}

@media (min-width: 600px) {
    .sourceBook[b-gkalx273cz] {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 218px;
        width: 167px;
        background-image: url(/images/book.png);
        background-size: cover;
        margin-right: 20px;
    }

    .restricted-content-body-text[b-gkalx273cz] {
         height: 218px;
    }
}

.restricted-content-body-text[b-gkalx273cz] {
    width: 100%;
}
.restricted-content-footer[b-gkalx273cz] {
    display: block;
    margin-top: auto;
}
.restricted-content-source[b-gkalx273cz] {
    width: 100%;
    text-align: end;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.restricted-content-body-text-main[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.restricted-content-body-text-secondary[b-gkalx273cz] {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.restricted-content-actions[b-gkalx273cz] {
    margin-top: 20px;
}

.restricted-content[b-gkalx273cz] {
    border: 1px solid #1b9af0;
    border-radius: 4px;
    padding: 20px;
}

.restricted-content-body[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.listing .info .row[b-gkalx273cz], .listing-filter-bar .info .row[b-gkalx273cz] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column[b-gkalx273cz] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.large-column[b-gkalx273cz] {
    flex-grow: 2; /* This item will take twice the space of the other items */
}

.listing-filter[b-gkalx273cz] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 40px;
    min-width: 210px;
}

.listing-title[b-gkalx273cz] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 30px;
    min-width: 150px;
}

    .listing-title .subtitle[b-gkalx273cz] {
        font-weight: normal;
        font-size: 12px;
        color: #979aa4;
        max-width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-transform: capitalize
    }

    .listing-title .title[b-gkalx273cz] {
        max-width: 90%;
    }

        .listing-title .title a.link[b-gkalx273cz] {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

        .listing-title .title a.linkList[b-gkalx273cz] {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-decoration: none;
            color: black;
        }

.listing .info .open-indicator[b-gkalx273cz], .listing .info .listing-indicator[b-gkalx273cz] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: red;
    width: 25px;
    margin: auto -2px auto auto;
    text-align: end;
    font-size: 20px;
}

@media (min-width: 1024px) {
    .listing .info .open-indicator[b-gkalx273cz] {
        margin-right: 15px !important;
    }
}





.stat-block[b-gkalx273cz] {
    background-image: none !important;
    background: #f5f3ee !important;
    border: 1px solid #afa47a;
    outline: 1px solid #afa47a;
    outline-offset: -0.25rem;
    border-radius: .5rem
}

.stat-block[b-gkalx273cz] {
    background: url("../images/mon-summary/stat-block-top-texture.png"),url("../images/mon-summary/paper-texture.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat,repeat;
    position: relative;
    box-shadow: 0 0 5px #979AA4;
    border: 1px solid #d4d0ce;
    padding: 15px;
    margin: 15px 0;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    font-size: 15px
}

    .stat-block[b-gkalx273cz]::before, .stat-block[b-gkalx273cz]::after {
        content: "";
        display: block;
        background: url("../images/mon-summary/stat-bar-book.png") center;
        background-size: 100% 100%;
        height: 6px;
        position: absolute;
        left: -3px;
        right: -3px
    }

    .stat-block[b-gkalx273cz]::before {
        top: -3px
    }

    .stat-block[b-gkalx273cz]::after {
        bottom: -3px
    }

.stat-block__separator-img[b-gkalx273cz] {
    max-width: 100%;
    min-height: 10px
}

.stat-block__header[b-gkalx273cz] {
    line-height: 1.1
}

.stat-block__name[b-gkalx273cz] {
    font-weight: bold;
    font-size: 34px;
    font-family: MrsEavesSmallCaps,Roboto,Helvetica,sans-serif;
    color: #822000
}

    .stat-block__name .stat-block__name-link[b-gkalx273cz] {
        color: #822000
    }

        .stat-block__name .stat-block__name-link:hover[b-gkalx273cz], .stat-block__name .stat-block__name-link:visited[b-gkalx273cz], .stat-block__name .stat-block__name-link:active[b-gkalx273cz] {
            color: #822000
        }

.stat-block__meta[b-gkalx273cz] {
    font-style: italic;
    margin-bottom: 15px
}

.stat-block__attribute[b-gkalx273cz] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block .label[b-gkalx273cz] {
    font-weight: bold
}

.stat-block__stat-block .ability-block[b-gkalx273cz] {
    color: #822000;
    margin: 0
}

.stat-block__tidbit[b-gkalx273cz] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block__tidbit-label[b-gkalx273cz] {
    font-weight: bold
}

.stat-block__tidbit-container[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.stat-block__tidbit-spacer[b-gkalx273cz] {
    width: 40px;
    min-width: 10px
}

.stat-block__description-blocks[b-gkalx273cz] {
    margin-top: 20px
}

.stat-block__description-block-heading[b-gkalx273cz], .stat-block__description-block h3[b-gkalx273cz] {
    border-bottom: 1px solid #822000;
    color: #822000;
    font-size: 24px;
    font-weight: normal;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px
}

.stat-block__description-block p[b-gkalx273cz] {
    margin-bottom: 10px
}

.stat-block .tooltip-hover[b-gkalx273cz] {
    font-weight: bold !important
}

    .stat-block .tooltip-hover[b-gkalx273cz], .stat-block .tooltip-hover:hover[b-gkalx273cz], .stat-block .tooltip-hover:focus[b-gkalx273cz], .stat-block .tooltip-hover:active[b-gkalx273cz], .stat-block .tooltip-hover:visited[b-gkalx273cz] {
        color: inherit !important;
        font-weight: inherit !important;
        text-decoration: underline;
        text-decoration: underline solid #47D18C
    }

        .stat-block .tooltip-hover.spell-tooltip[b-gkalx273cz], .stat-block .tooltip-hover.spell-tooltip:hover[b-gkalx273cz], .stat-block .tooltip-hover.spell-tooltip:focus[b-gkalx273cz], .stat-block .tooltip-hover.spell-tooltip:active[b-gkalx273cz], .stat-block .tooltip-hover.spell-tooltip:visited[b-gkalx273cz] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #704cd9
        }

        .stat-block .tooltip-hover.monster-tooltip[b-gkalx273cz], .stat-block .tooltip-hover.monster-tooltip:hover[b-gkalx273cz], .stat-block .tooltip-hover.monster-tooltip:focus[b-gkalx273cz], .stat-block .tooltip-hover.monster-tooltip:active[b-gkalx273cz], .stat-block .tooltip-hover.monster-tooltip:visited[b-gkalx273cz] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #bc0f0f
        }

        .stat-block .tooltip-hover.magic-item-tooltip[b-gkalx273cz], .stat-block .tooltip-hover.magic-item-tooltip:hover[b-gkalx273cz], .stat-block .tooltip-hover.magic-item-tooltip:focus[b-gkalx273cz], .stat-block .tooltip-hover.magic-item-tooltip:active[b-gkalx273cz], .stat-block .tooltip-hover.magic-item-tooltip:visited[b-gkalx273cz] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #0f5cbc
        }

        .stat-block .tooltip-hover.vehicles-tooltip[b-gkalx273cz], .stat-block .tooltip-hover.vehicles-tooltip:hover[b-gkalx273cz], .stat-block .tooltip-hover.vehicles-tooltip:focus[b-gkalx273cz], .stat-block .tooltip-hover.vehicles-tooltip:active[b-gkalx273cz], .stat-block .tooltip-hover.vehicles-tooltip:visited[b-gkalx273cz] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #1b9af0
        }

@media print,(min-width: 768px) {
    .stat-block[b-gkalx273cz] {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media print {
    .stat-block[b-gkalx273cz] {
        box-shadow: none;
        background: 0
    }

        .stat-block[b-gkalx273cz]::before {
            border-top: 6px solid #999
        }

        .stat-block[b-gkalx273cz]::after {
            border-bottom: 6px solid #999
        }
}

.stat-block[b-gkalx273cz]::before, .stat-block[b-gkalx273cz]::after {
    display: none
}

.stat-block__name[b-gkalx273cz] {
    border-bottom: .063rem solid #5b160c;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    -webkit-column-span: all;
    column-span: all;
    margin-bottom: .45rem
}

    .stat-block__name .stat-block__name-link[b-gkalx273cz], .stat-block__name .stat-block__name-link:visited[b-gkalx273cz], .stat-block__attribute[b-gkalx273cz], .stat-block__tidbit[b-gkalx273cz], .stat-block__description-block-heading[b-gkalx273cz] {
        color: #5b160c
    }

.stat-block__description-block-heading[b-gkalx273cz] {
    border-bottom: .063rem solid #5b160c;
    font-size: 1.25rem;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: .938rem
}

.stat-block__meta[b-gkalx273cz] {
    color: #68747b;
    margin-bottom: .938rem;
    margin-top: .188rem
}

.stat-block__stats[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem
}


/*  more-info-footer */

@media(max-width: 550px) {
    .more-info-footer-tags.more-info-footer-classes[b-gkalx273cz] {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px
    }

        .more-info-footer-tags.more-info-footer-classes .label[b-gkalx273cz] {
            margin-right: 6px
        }
}

.more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

@media(min-width: 1024px) {
    .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz],
    .more-info-footer[b-gkalx273cz], .more-info-footer[b-gkalx273cz] {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz],
.more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz] {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz],
    .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz], .more-info-footer-details-button[b-gkalx273cz] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0;
        margin-right: 10px
    }
}

.more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #ee8600;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz] {
        background: #ff9e22
    }

    .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:focus[b-gkalx273cz], .more-info-footer-details-button .button-characters:active[b-gkalx273cz], .more-info-footer-details-button .button-characters:visited[b-gkalx273cz] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz], .more-info-footer-details-button .button-characters[b-gkalx273cz] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz], .more-info-footer-details-button .button-characters:hover[b-gkalx273cz] {
    transition: 100ms linear all;
    background: #ff9e22
}

.more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #0f5cbc;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz] {
        background: #1373eb
    }

    .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:focus[b-gkalx273cz], .more-info-footer-details-button .button-items:active[b-gkalx273cz], .more-info-footer-details-button .button-items:visited[b-gkalx273cz] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz], .more-info-footer-details-button .button-items[b-gkalx273cz] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz], .more-info-footer-details-button .button-items:hover[b-gkalx273cz] {
    transition: 100ms linear all;
    background: #1373eb
}

.more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #704cd9;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz] {
        background: #9276e2
    }

    .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:focus[b-gkalx273cz], .more-info-footer-details-button .button-spells:active[b-gkalx273cz], .more-info-footer-details-button .button-spells:visited[b-gkalx273cz] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz], .more-info-footer-details-button .button-spells[b-gkalx273cz] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz], .more-info-footer-details-button .button-spells:hover[b-gkalx273cz] {
    transition: 100ms linear all;
    background: #9276e2
}

.more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #bc0f0f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz] {
        background: #eb1313
    }

    .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:focus[b-gkalx273cz], .more-info-footer-details-button .button-monsters:active[b-gkalx273cz], .more-info-footer-details-button .button-monsters:visited[b-gkalx273cz] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz], .more-info-footer-details-button .button-monsters[b-gkalx273cz] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz], .more-info-footer-details-button .button-monsters:hover[b-gkalx273cz] {
    transition: 100ms linear all;
    background: #eb1313
}

.more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz] {
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 10px;
    padding: 10px 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

    .more-info-footer-tags .label + .tag[b-gkalx273cz], .more-info-footer-tags .label + .tag[b-gkalx273cz], .more-info-footer-tags .label + .tag[b-gkalx273cz], .more-info-footer-tags .label + .tag[b-gkalx273cz], .more-info-footer-tags .label + .tag[b-gkalx273cz], .more-info-footer-tags .label + .tag[b-gkalx273cz], .more-info-footer-tags .label + .tag[b-gkalx273cz], .more-info-footer-tags .label + .tag[b-gkalx273cz], .more-info-footer-tags .label + .tag[b-gkalx273cz] {
        margin-left: 4px
    }

    .more-info-footer-tags .tag[b-gkalx273cz], .more-info-footer-tags .tag[b-gkalx273cz], .more-info-footer-tags .tag[b-gkalx273cz], .more-info-footer-tags .tag[b-gkalx273cz], .more-info-footer-tags .tag[b-gkalx273cz], .more-info-footer-tags .tag[b-gkalx273cz], .more-info-footer-tags .tag[b-gkalx273cz], .more-info-footer-tags .tag[b-gkalx273cz], .more-info-footer-tags .tag[b-gkalx273cz] {
        border: 1px solid #cbc6c3;
        background-color: #fff;
        box-shadow: inset 0 0 4px 0 #dcd1c7;
        padding: 4px 8px;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2px
    }

@media(min-width: 1024px) {
    .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz], .more-info-footer-tags[b-gkalx273cz] {
        margin-left: 0
    }
}

.more-info-footer-classes[b-gkalx273cz], .more-info-footer-classes[b-gkalx273cz], .more-info-footer-classes[b-gkalx273cz], .more-info-footer-classes[b-gkalx273cz], .more-info-footer-classes[b-gkalx273cz], .more-info-footer-classes[b-gkalx273cz], .more-info-footer-classes[b-gkalx273cz], .more-info-footer-classes[b-gkalx273cz], .more-info-footer-classes[b-gkalx273cz] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.more-info-footer-source[b-gkalx273cz], .more-info-footer-source[b-gkalx273cz], .more-info-footer-source[b-gkalx273cz], .more-info-footer-source[b-gkalx273cz], .more-info-footer-source[b-gkalx273cz], .more-info-footer-source[b-gkalx273cz], .more-info-footer-source[b-gkalx273cz], .more-info-footer-source[b-gkalx273cz], .more-info-footer-source[b-gkalx273cz] {
    font-style: italic;
    text-align: right;
    min-width: 110px;
    padding: 10px;
    margin-left: auto
}

.more-info-footer-edit-button[b-gkalx273cz], .more-info-footer-edit-button[b-gkalx273cz], .more-info-footer-edit-button[b-gkalx273cz], .more-info-footer-edit-button[b-gkalx273cz], .more-info-footer-edit-button[b-gkalx273cz], .more-info-footer-edit-button[b-gkalx273cz], .more-info-footer-edit-button[b-gkalx273cz], .more-info-footer-edit-button[b-gkalx273cz], .more-info-footer-edit-button[b-gkalx273cz] {
    position: absolute;
    top: 0;
    left: 0
}

.more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz], .more-info-footer-homebrew-actions[b-gkalx273cz] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0
    }
}

.stat-block__stats[b-gkalx273cz] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem;
}

.tooltip-body-2024 .stat-block__stats[b-gkalx273cz] {
    padding: 0 1rem;
    font-size: 16px;
    grid-gap: 1rem
}

.stat-table[b-gkalx273cz] {
    margin: 0 0 .5rem
}

    .stat-table[b-gkalx273cz], .stat-table thead[b-gkalx273cz], .stat-table tr[b-gkalx273cz], .stat-table th[b-gkalx273cz], .stat-table tbody[b-gkalx273cz], .stat-table td[b-gkalx273cz] {
        border: 0
    }

        .stat-table td[b-gkalx273cz] {
            padding: .125rem .5rem
        }

        .stat-table thead tr th[b-gkalx273cz] {
            background: inherit;
            color: #68747b !important;
            font-weight: 400;
            padding: .3125rem .125rem 0;
            text-transform: uppercase;
            font-family: Roboto,Helvetica,sans-serif;
            font-size: .6875rem
        }

        .stat-table tbody tr[b-gkalx273cz] {
            border-top: .0625rem solid #fff;
            border-bottom: .0625rem solid #fff;
            color: #5b160c;
            text-align: center;
            font-size: .938rem
        }

        .stat-table th[b-gkalx273cz] {
            padding: initial
        }

        .stat-table.physical th[b-gkalx273cz] {
            background: #ede6d9
        }

        .stat-table.mental tbody tr th[b-gkalx273cz] {
            background: #d8dad1
        }

        .stat-table.physical td[b-gkalx273cz] {
            background: #ded4cc
        }

        .stat-table.mental td[b-gkalx273cz] {
            background: #d0caca
        }

table[b-gkalx273cz] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td[b-gkalx273cz] {
    vertical-align: middle;
}

th[b-gkalx273cz] {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    unicode-bidi: isolate;
}

.pagination-bar[b-gkalx273cz] {
    margin-top: 5px;
    width: fit-content;
}

.title a.link[b-gkalx273cz], .listing-title span.title[b-gkalx273cz], .title a.linkList[b-gkalx273cz] {
    color: #822000 !important;
    text-decoration: none;
}

.filterTypeButtonRow[b-gkalx273cz] {
    display: none;
}

@media(min-width: 1240px) {
    .filterTypeButtonRow[b-gkalx273cz] {
        display: flex;
    }

    .filterTypeTextBoxRow[b-gkalx273cz] {
        display: none;
    }
}

.btn-group[b-gkalx273cz] {
    margin: auto;
}
/* /Components/Pages/PFRPG/zOld/MonsterListTest.razor.rz.scp.css */


.listing .info[b-x9riv514ww] {
    height: 73px;
    width: 100%;
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

    .listing .info:nth-of-type(odd)[b-x9riv514ww] {
        background: url(/images/lists/1a.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(odd):hover[b-x9riv514ww], .listing .info[data-isopen="true"][b-x9riv514ww] {
            background-image: url(/images/lists/1a-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }

    .listing .info:nth-of-type(even)[b-x9riv514ww] {
        background: url(/images/lists/1b.png) no-repeat;
        background-size: 100% 73px;
        transition: background-image .2s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index .5s;
    }

        .listing .info:nth-of-type(even):hover[b-x9riv514ww], .listing .info[data-isopen="true"][b-x9riv514ww] {
            background-image: url(/images/lists/1b-hover.png);
            transition: background-image .1s cubic-bezier(0.17, 0.67, 0.83, 0.67), z-index 0s;
        }


/* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
.more-info[b-x9riv514ww] {
    position: relative;
    top: -10px;
    background-color: #fff;
    border-left: 1px solid #ECE9E9;
    border-right: 1px solid #ECE9E9;
    width: calc(100% - 2px);
    margin: 0 auto;
    padding: 20px 20px 0;
}

    .more-info[b-x9riv514ww]::after {
        content: '';
        display: block;
        height: 28px;
        width: calc(100% + 40px);
        border-bottom: 28px solid transparent;
        border-image: url(/images/lists/expanded-listing-item-bottom-border.png) 28 stretch;
        position: relative;
        top: 8px;
        margin: 0 -20px;
    }

@media(min-width: 1024px) {
    .more-info[b-x9riv514ww] {
        /* .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info,  .more-info {*/
        width: calc(100% - 22px);
        /*width: calc(100% - 10px);*/
        padding: 30px 26px 0
    }

        .more-info[b-x9riv514ww]::after {
            /* .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after,  .more-info::after {*/
            width: calc(100% + 52px);
            margin: 0 -26px;
        }
}

.sourceBook[b-x9riv514ww] {
    display: none;
}

@media (min-width: 600px) {
    .sourceBook[b-x9riv514ww] {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 218px;
        width: 167px;
        background-image: url(/images/book.png);
        background-size: cover;
        margin-right: 20px;
    }
}

.restricted-content-body-text-main[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
}

.restricted-content-body-text-secondary[b-x9riv514ww] {
    font-size: 14px;
    line-height: 26px;
}

.restricted-content-actions[b-x9riv514ww] {
    margin-top: 20px;
}

.restricted-content[b-x9riv514ww] {
    border: 1px solid #1b9af0;
    border-radius: 4px;
    padding: 20px;
}

.restricted-content-body[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.listing .info .row[b-x9riv514ww] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column[b-x9riv514ww] {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.listing-title[b-x9riv514ww] {
    width: calc(100% - 135px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    padding-left: 30px;
    min-width: 210px;
}

    .listing-title .subtitle[b-x9riv514ww] {
        font-weight: normal;
        font-size: 12px;
        color: #979aa4;
        max-width: 80%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-transform: capitalize
    }

    .listing-title span .link[b-x9riv514ww] {
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-decoration: none;
        color: black;
    }

.listing .info .open-indicator[b-x9riv514ww], .listing .info .listing-indicator[b-x9riv514ww] {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: red;
    width: 25px;
    margin-right: -2px;
    text-align: end;
    font-size: 20px;
}

@media (min-width: 1024px) {
    .listing .info .open-indicator[b-x9riv514ww] {
        margin-right: 5px !important;
    }
}





.stat-block[b-x9riv514ww] {
    background-image: none !important;
    background: #f5f3ee !important;
    border: 1px solid #afa47a;
    outline: 1px solid #afa47a;
    outline-offset: -0.25rem;
    border-radius: .5rem
}

.stat-block[b-x9riv514ww] {
    background: url("../images/mon-summary/stat-block-top-texture.png"),url("../images/mon-summary/paper-texture.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat,repeat;
    position: relative;
    box-shadow: 0 0 5px #979AA4;
    border: 1px solid #d4d0ce;
    padding: 15px;
    margin: 15px 0;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    font-size: 15px
}

    .stat-block[b-x9riv514ww]::before, .stat-block[b-x9riv514ww]::after {
        content: "";
        display: block;
        background: url("../images/mon-summary/stat-bar-book.png") center;
        background-size: 100% 100%;
        height: 6px;
        position: absolute;
        left: -3px;
        right: -3px
    }

    .stat-block[b-x9riv514ww]::before {
        top: -3px
    }

    .stat-block[b-x9riv514ww]::after {
        bottom: -3px
    }

.stat-block__separator-img[b-x9riv514ww] {
    max-width: 100%;
    min-height: 10px
}

.stat-block__header[b-x9riv514ww] {
    line-height: 1.1
}

.stat-block__name[b-x9riv514ww] {
    font-weight: bold;
    font-size: 34px;
    font-family: MrsEavesSmallCaps,Roboto,Helvetica,sans-serif;
    color: #822000
}

    .stat-block__name .stat-block__name-link[b-x9riv514ww] {
        color: #822000
    }

        .stat-block__name .stat-block__name-link:hover[b-x9riv514ww], .stat-block__name .stat-block__name-link:visited[b-x9riv514ww], .stat-block__name .stat-block__name-link:active[b-x9riv514ww] {
            color: #822000
        }

.stat-block__meta[b-x9riv514ww] {
    font-style: italic;
    margin-bottom: 15px
}

.stat-block__attribute[b-x9riv514ww] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block .label[b-x9riv514ww] {
    font-weight: bold
}

.stat-block__stat-block .ability-block[b-x9riv514ww] {
    color: #822000;
    margin: 0
}

.stat-block__tidbit[b-x9riv514ww] {
    margin: 5px 0;
    color: #822000;
    line-height: 1.2
}

.stat-block__tidbit-label[b-x9riv514ww] {
    font-weight: bold
}

.stat-block__tidbit-container[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.stat-block__tidbit-spacer[b-x9riv514ww] {
    width: 40px;
    min-width: 10px
}

.stat-block__description-blocks[b-x9riv514ww] {
    margin-top: 20px
}

.stat-block__description-block-heading[b-x9riv514ww], .stat-block__description-block h3[b-x9riv514ww] {
    border-bottom: 1px solid #822000;
    color: #822000;
    font-size: 24px;
    font-weight: normal;
    font-family: "Scala Sans Offc",Roboto,Helvetica,sans-serif;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 15px
}

.stat-block__description-block p[b-x9riv514ww] {
    margin-bottom: 10px
}

.stat-block .tooltip-hover[b-x9riv514ww] {
    font-weight: bold !important
}

    .stat-block .tooltip-hover[b-x9riv514ww], .stat-block .tooltip-hover:hover[b-x9riv514ww], .stat-block .tooltip-hover:focus[b-x9riv514ww], .stat-block .tooltip-hover:active[b-x9riv514ww], .stat-block .tooltip-hover:visited[b-x9riv514ww] {
        color: inherit !important;
        font-weight: inherit !important;
        text-decoration: underline;
        text-decoration: underline solid #47D18C
    }

        .stat-block .tooltip-hover.spell-tooltip[b-x9riv514ww], .stat-block .tooltip-hover.spell-tooltip:hover[b-x9riv514ww], .stat-block .tooltip-hover.spell-tooltip:focus[b-x9riv514ww], .stat-block .tooltip-hover.spell-tooltip:active[b-x9riv514ww], .stat-block .tooltip-hover.spell-tooltip:visited[b-x9riv514ww] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #704cd9
        }

        .stat-block .tooltip-hover.monster-tooltip[b-x9riv514ww], .stat-block .tooltip-hover.monster-tooltip:hover[b-x9riv514ww], .stat-block .tooltip-hover.monster-tooltip:focus[b-x9riv514ww], .stat-block .tooltip-hover.monster-tooltip:active[b-x9riv514ww], .stat-block .tooltip-hover.monster-tooltip:visited[b-x9riv514ww] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #bc0f0f
        }

        .stat-block .tooltip-hover.magic-item-tooltip[b-x9riv514ww], .stat-block .tooltip-hover.magic-item-tooltip:hover[b-x9riv514ww], .stat-block .tooltip-hover.magic-item-tooltip:focus[b-x9riv514ww], .stat-block .tooltip-hover.magic-item-tooltip:active[b-x9riv514ww], .stat-block .tooltip-hover.magic-item-tooltip:visited[b-x9riv514ww] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #0f5cbc
        }

        .stat-block .tooltip-hover.vehicles-tooltip[b-x9riv514ww], .stat-block .tooltip-hover.vehicles-tooltip:hover[b-x9riv514ww], .stat-block .tooltip-hover.vehicles-tooltip:focus[b-x9riv514ww], .stat-block .tooltip-hover.vehicles-tooltip:active[b-x9riv514ww], .stat-block .tooltip-hover.vehicles-tooltip:visited[b-x9riv514ww] {
            color: inherit !important;
            font-weight: inherit !important;
            text-decoration: underline;
            text-decoration: underline solid #1b9af0
        }

@media print,(min-width: 768px) {
    .stat-block[b-x9riv514ww] {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media print {
    .stat-block[b-x9riv514ww] {
        box-shadow: none;
        background: 0
    }

        .stat-block[b-x9riv514ww]::before {
            border-top: 6px solid #999
        }

        .stat-block[b-x9riv514ww]::after {
            border-bottom: 6px solid #999
        }
}

.stat-block[b-x9riv514ww]::before, .stat-block[b-x9riv514ww]::after {
    display: none
}

.stat-block__name[b-x9riv514ww] {
    border-bottom: .063rem solid #5b160c;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
    -webkit-column-span: all;
    column-span: all;
    margin-bottom: .45rem
}

    .stat-block__name .stat-block__name-link[b-x9riv514ww], .stat-block__name .stat-block__name-link:visited[b-x9riv514ww], .stat-block__attribute[b-x9riv514ww], .stat-block__tidbit[b-x9riv514ww], .stat-block__description-block-heading[b-x9riv514ww] {
        color: #5b160c
    }

.stat-block__description-block-heading[b-x9riv514ww] {
    border-bottom: .063rem solid #5b160c;
    font-size: 1.25rem;
    font-family: "Scala Sans Sc Offc",Roboto,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: .938rem
}

.stat-block__meta[b-x9riv514ww] {
    color: #68747b;
    margin-bottom: .938rem;
    margin-top: .188rem
}

.stat-block__stats[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem
}


/*  more-info-footer */

@media(max-width: 550px) {
    .more-info-footer-tags.more-info-footer-classes[b-x9riv514ww] {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 8px
    }

        .more-info-footer-tags.more-info-footer-classes .label[b-x9riv514ww] {
            margin-right: 6px
        }
}

.more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px
}

@media(min-width: 1024px) {
    .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww],
    .more-info-footer[b-x9riv514ww], .more-info-footer[b-x9riv514ww] {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww],
.more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww] {
    margin: 0 auto;
    padding: 10px 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww],
    .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww], .more-info-footer-details-button[b-x9riv514ww] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0;
        margin-right: 10px
    }
}

.more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #ee8600;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww] {
        background: #ff9e22
    }

    .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:focus[b-x9riv514ww], .more-info-footer-details-button .button-characters:active[b-x9riv514ww], .more-info-footer-details-button .button-characters:visited[b-x9riv514ww] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww], .more-info-footer-details-button .button-characters[b-x9riv514ww] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww], .more-info-footer-details-button .button-characters:hover[b-x9riv514ww] {
    transition: 100ms linear all;
    background: #ff9e22
}

.more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #0f5cbc;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww] {
        background: #1373eb
    }

    .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:focus[b-x9riv514ww], .more-info-footer-details-button .button-items:active[b-x9riv514ww], .more-info-footer-details-button .button-items:visited[b-x9riv514ww] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww], .more-info-footer-details-button .button-items[b-x9riv514ww] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww], .more-info-footer-details-button .button-items:hover[b-x9riv514ww] {
    transition: 100ms linear all;
    background: #1373eb
}

.more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #704cd9;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww] {
        background: #9276e2
    }

    .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:focus[b-x9riv514ww], .more-info-footer-details-button .button-spells:active[b-x9riv514ww], .more-info-footer-details-button .button-spells:visited[b-x9riv514ww] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww], .more-info-footer-details-button .button-spells[b-x9riv514ww] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww], .more-info-footer-details-button .button-spells:hover[b-x9riv514ww] {
    transition: 100ms linear all;
    background: #9276e2
}

.more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    background: #bc0f0f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    box-shadow: none;
    border: 0;
    transition: 100ms linear all;
    text-transform: uppercase;
    text-shadow: none
}

    .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww] {
        background: #eb1313
    }

    .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:focus[b-x9riv514ww], .more-info-footer-details-button .button-monsters:active[b-x9riv514ww], .more-info-footer-details-button .button-monsters:visited[b-x9riv514ww] {
        color: #fff
    }

@media(min-width: 1024px) {
    .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww], .more-info-footer-details-button .button-monsters[b-x9riv514ww] {
        height: 35px;
        font-size: 12px;
        min-width: 180px
    }
}

.more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww], .more-info-footer-details-button .button-monsters:hover[b-x9riv514ww] {
    transition: 100ms linear all;
    background: #eb1313
}

.more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww] {
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 10px;
    padding: 10px 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

    .more-info-footer-tags .label + .tag[b-x9riv514ww], .more-info-footer-tags .label + .tag[b-x9riv514ww], .more-info-footer-tags .label + .tag[b-x9riv514ww], .more-info-footer-tags .label + .tag[b-x9riv514ww], .more-info-footer-tags .label + .tag[b-x9riv514ww], .more-info-footer-tags .label + .tag[b-x9riv514ww], .more-info-footer-tags .label + .tag[b-x9riv514ww], .more-info-footer-tags .label + .tag[b-x9riv514ww], .more-info-footer-tags .label + .tag[b-x9riv514ww] {
        margin-left: 4px
    }

    .more-info-footer-tags .tag[b-x9riv514ww], .more-info-footer-tags .tag[b-x9riv514ww], .more-info-footer-tags .tag[b-x9riv514ww], .more-info-footer-tags .tag[b-x9riv514ww], .more-info-footer-tags .tag[b-x9riv514ww], .more-info-footer-tags .tag[b-x9riv514ww], .more-info-footer-tags .tag[b-x9riv514ww], .more-info-footer-tags .tag[b-x9riv514ww], .more-info-footer-tags .tag[b-x9riv514ww] {
        border: 1px solid #cbc6c3;
        background-color: #fff;
        box-shadow: inset 0 0 4px 0 #dcd1c7;
        padding: 4px 8px;
        font-size: 9px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 2px
    }

@media(min-width: 1024px) {
    .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww], .more-info-footer-tags[b-x9riv514ww] {
        margin-left: 0
    }
}

.more-info-footer-classes[b-x9riv514ww], .more-info-footer-classes[b-x9riv514ww], .more-info-footer-classes[b-x9riv514ww], .more-info-footer-classes[b-x9riv514ww], .more-info-footer-classes[b-x9riv514ww], .more-info-footer-classes[b-x9riv514ww], .more-info-footer-classes[b-x9riv514ww], .more-info-footer-classes[b-x9riv514ww], .more-info-footer-classes[b-x9riv514ww] {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.more-info-footer-source[b-x9riv514ww], .more-info-footer-source[b-x9riv514ww], .more-info-footer-source[b-x9riv514ww], .more-info-footer-source[b-x9riv514ww], .more-info-footer-source[b-x9riv514ww], .more-info-footer-source[b-x9riv514ww], .more-info-footer-source[b-x9riv514ww], .more-info-footer-source[b-x9riv514ww], .more-info-footer-source[b-x9riv514ww] {
    font-style: italic;
    text-align: right;
    min-width: 110px;
    padding: 10px;
    margin-left: auto
}

.more-info-footer-edit-button[b-x9riv514ww], .more-info-footer-edit-button[b-x9riv514ww], .more-info-footer-edit-button[b-x9riv514ww], .more-info-footer-edit-button[b-x9riv514ww], .more-info-footer-edit-button[b-x9riv514ww], .more-info-footer-edit-button[b-x9riv514ww], .more-info-footer-edit-button[b-x9riv514ww], .more-info-footer-edit-button[b-x9riv514ww], .more-info-footer-edit-button[b-x9riv514ww] {
    position: absolute;
    top: 0;
    left: 0
}

.more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width: 1024px) {
    .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww], .more-info-footer-homebrew-actions[b-x9riv514ww] {
        -webkit-order: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-left: 0
    }
}

.stat-block__stats[b-x9riv514ww] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .625rem;
}

.tooltip-body-2024 .stat-block__stats[b-x9riv514ww] {
    padding: 0 1rem;
    font-size: 16px;
    grid-gap: 1rem
}

.stat-table[b-x9riv514ww] {
    margin: 0 0 .5rem
}

    .stat-table[b-x9riv514ww], .stat-table thead[b-x9riv514ww], .stat-table tr[b-x9riv514ww], .stat-table th[b-x9riv514ww], .stat-table tbody[b-x9riv514ww], .stat-table td[b-x9riv514ww] {
        border: 0
    }

        .stat-table td[b-x9riv514ww] {
            padding: .125rem .5rem
        }

        .stat-table thead tr th[b-x9riv514ww] {
            background: inherit;
            color: #68747b !important;
            font-weight: 400;
            padding: .3125rem .125rem 0;
            text-transform: uppercase;
            font-family: Roboto,Helvetica,sans-serif;
            font-size: .6875rem
        }

        .stat-table tbody tr[b-x9riv514ww] {
            border-top: .0625rem solid #fff;
            border-bottom: .0625rem solid #fff;
            color: #5b160c;
            text-align: center;
            font-size: .938rem
        }

            .stat-table th[b-x9riv514ww] {
                padding: initial
            }

        .stat-table.physical th[b-x9riv514ww] {
            background: #ede6d9
        }

        .stat-table.mental tbody tr th[b-x9riv514ww]{
            background: #d8dad1
        }

        .stat-table.physical td[b-x9riv514ww] {
            background: #ded4cc
        }

        .stat-table.mental td[b-x9riv514ww] {
            background: #d0caca
        }

table[b-x9riv514ww] {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td[b-x9riv514ww] {
    vertical-align: middle;
}

th[b-x9riv514ww] {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    unicode-bidi: isolate;
}
