body{
    background-image: url("/bg/05.png");
}

.sidebar img:only-child{
    filter: saturate(0.99) opacity(0.95);
}

.sidebar img:only-child:is(:hover, :focus){
    /* filter: opacity(1); */
}

.illust{
    float: right;
    width: 27%;
    top: var(--gap);
    position: sticky;
    filter: saturate(0.88) sepia(0.11) opacity(0.88);
    margin: 1em;
    margin-top: 0;
    display: block;

    img{
        border: 2px inset var(--mint);
    }
}

.illust:is(:hover, :focus){
    filter: saturate(0.88) sepia(0.11) opacity(0.95);

    img{
        border-color: var(--brown);
    }
}

.ishgardbox.full > div:nth-child(2) > p:first-of-type{
    margin-top: 2em;
}

.ishgardbox.full img[src*="divider"]{
    transform: translateX(0.5em);
}

table.nice{
    td{
        max-width: 32ch;
    }

    th{
        max-width: 15ch;
    }
}
