.reader-container .body-background {
background: linear-gradient(rgba(237,235,230,0.3), rgba(237,235,230,0.5)), url("https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-shining-kingdoms/css/LOSK-pageBG.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}

@media only screen and (max-width: 1150px) {

        .reader-container .body-background {
                background: linear-gradient(rgba(237,235,230,0.3), rgba(237,235,230,0.5)), url("https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-shining-kingdoms/css/LOSK-pageBG.jpg") !important;
                background-size: cover !important;
                background-repeat: no-repeat !important;
                background-position: center !important;
        }
}

@media only screen and (max-width: 999px) {

        .reader-container .body-background {
                background-size: 120% !important;
        }
}



 
                                                           :root {

  --pf-sk-black: #221f20;
  --pf-sk-off-white: rgb(248, 247, 240);
  --pf-sk-coral: #752c45;
  --pf-sk-darktan: #675542;
  --pf-sk-blue-grey: #bec6c9;
  --pf-sk-tan: #e4d6c0;
  --pf-sk-blue: #092460;
  --pf-sk-purple: #9aa0be;
  --pf-book-border-color: #2d4547;
  
    --readaloud-color: var(--pf-sdfs-blue);
    
    --pf-book-serif-font: "Sabon";
    --pf-book-serif-font-italic: "Sabon Italic";

  --base-font: 18px;
  --font-scale: 1.2;

  --font-size-1: var(--base-font);

  --font-size-2: calc(var(--base-font) * var(--font-scale));

  --font-size-3: calc(var(--font-size-2) * var(--font-scale));

  --font-size-4: calc(var(--font-size-3) * var(--font-scale));

  --font-size-5: calc(var(--font-size-4) * var(--font-scale));

  --font-size-6: calc(var(--font-size-5) * var(--font-scale));

  --font-size-7: calc(var(--font-size-6) * var(--font-scale));

  --font-size-8: calc(var(--font-size-7) * var(--font-scale));

  --font-size-9: calc(var(--font-size-8) * var(--font-scale));

  --font-size-small-1: calc(var(--base-font) / var(--font-scale));

  --font-size-small-2: calc(var(--font-size-small-1) / var(--font-scale));

  --font-size-small-3: calc(var(--font-size-small-2) / var(--font-scale));
}

@font-face {
  font-family: "Sabon Italic";
  src: url("https://content.demiplane.com/fonts/SabonLTStd-Italic.otf")
    format("opentype");
}

@font-face {
  font-family: "Sabon";
  src: url("https://content.demiplane.com/fonts/SabonLTStd Roman.otf")
    format("opentype");
}

  /**/
/*Headers*/
/**/

.main-holder {
    h1 {
        
        text-align: left;
        font-size: var(--font-size-5);
        text-shadow: 1px 1px black;
        color: white;
        
        text-transform: none;
}
h1.sk-main:first-of-type {
    margin-top: -10px;
}
h1.sk-main {
background: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-shining-kingdoms/css/LOSK-bannerA.jpg?format=webp);
background-size: cover;
border-bottom: thick solid var(--pf-book-border-color);
        padding: 40px 10px 30px 30px;
}
h1.reduce-margin {
    margin-top: -10px;
}
h4 {
    font-family: "Taroca";
    color: var(--pf-sk-blue);
    text-transform: none;
}
h3.glossary {
    text-align: center;
}
}

.main-holder > h3 {
    color: var(--pf-sk-blue);
    font-family: Taroca;
    text-transform: none !important;
}

.main-holder > h5 {
    color: var(--pf-sk-darktan);
    font-size: var(--font-size-2);
}

/**/
/*Body*/
/**/

.main-holder {
    p {
        font-size: var(--font-size-1);
    }
    .excerpt {
        font-family: var(--pf-book-serif-font-italic);
        p:last-of-type {
            text-align: right;
            font-family: var(--pf-book-serif-font);
        }
    }
}


  /**/
/*Sidebars*/
/**/

.main-holder {
    .half-sidebar {
        float: right;
        width: 40%;
        min-width: 350px;
        margin: 20px;
        margin-right: 0px;
        p {
            font-family: "GoodOT";
        }
    }
    .book-styled-block {
      background: linear-gradient(var(--pf-sk-tan), #d5c09f);
      background-size: cover;
      padding: 20px;
      font-family: "GoodOT";
      color: var(--pf-sk-black);
      border-radius: 10px;
      box-shadow: 2px 2px 5px #9f9f9f;
      h5 {
          font-family: "GoodOT-CondBold";
          text-align: center;
      }
    }
    .sources-block {
        padding: 20px;
        p {
            margin: 0px 0px 15px;
            a, a.reader-link {
                color: var(--pf-sk-black);
                font-family: "GoodOT-Bold";
            }
            strong {
                font-family: "GoodOT-Bold";
            }
        }
        p:first-of-type {
            border-bottom: 2px solid black;
            padding-bottom: 10px;
        }
    }
    .sidebar {
        background: linear-gradient(#5a6c7c, #3a4d5e);
    border: 2px solid var(--pf-book-border-color);
    color: var(--pf-sk-off-white);
    margin: 20px;
    padding: 10px 20px;
        .small-caps {
            margin-right: 20px;
        }
       h5 {
           
    color: var(--pf-sk-off-white);
    font-size: var(--font-size-2);
    text-align: center;
       } 
       p, li {
           font-family: "GoodOT";
           line-height: 1.4;
           font-size: var(--font-size-1);
           a, a.reader-link, tooltip {
               filter: grayscale(50%) brightness(250%);
               font-weight: bold;
           }
           strong {
               color: var(--pf-sk-off-white);
               font-family: "GoodOT-Bold";
           }
       }
       }
       
       .sidebar:has(.book-image-left) {
           h5 {
               text-align: left;
           }
       }
    
    .trait-holder {
        box-shadow: 2px 2px 5px #9f9f9f;
        margin: 30px 0px;
        line-height: 1.3;
        p {
            font-family: "GoodOT";
        }
        strong {
            font-family: "GoodOT-Bold";
        }
    }
    .trait-holder.deity {
        h4 {
            font-family: "Taroca";
            color: var(--pf-sk-blue);
            margin-top: 30px;
            margin-bottom: 0px;
        }
    }
}

.notable-figure-sidebar {
    border-right: 3px solid var(--pf-sk-tan);
    color: var(--pf-sk-darktan) !important;
    float: left;
    margin: 10px 20px 10px -10px;
    padding: 5px;
    max-width: 35%;
} 
.notable-figure-sidebar p {
    color: var(--pf-sk-darktan);
    font-size: var(--font-size-1);
    
}

  /**/
/*Clear*/
/**/

.main-holder > .force-clear {
    clear: both !important;
}





.main-holder > .split-header {
    font-size: 24px;
    font-weight: normal;
    color: #5d0000;
    font-family: gin, serif;
    border-bottom:0px;
}

  /**/
/*Region Block*/
/**/

.main-holder > .sk-settlement-header {
    margin-bottom: 10px !important;
    margin-top: -20px !important;
}

.sk-settlement-span {
    color: #d9c484;
    font-family: Taroca;
    font-weight: normal;
    font-size: 32px !important;
    position: relative;
    font-style: normal;
    border-bottom: 0px;
    text-shadow: 2px 2px 2px black;
    display: flex;
    height: 80px;
    background-size: 800px;
    /* background-position: center; */
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    line-height: .85em !important;
    margin: auto;
    margin-top: -114px !important;
    z-index: 3001 !important;
}

.sk-settlement-header::before {
    content: "";
    display: block;
    max-width: 120%;
    top: -40px;
    margin-bottom: 0px;
    position: relative;
    height: 70px;
    background-size: 800px;
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-world-guide/css/wg-settlement-divider.png?format=webp);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3000;
}

.main-holder .sidebar.region-summary-block {
    p a, a.reader-link {
        filter: brightness(30%);
    }
    div > div > div {
        p {
            color: var(--pf-sk-darktan);
            strong {
                
            color: var(--pf-sk-black);
            font-family: "GoodOT-CondBold";
            }
            a, a.reader-link, tooltip {
                font-family: "GoodOT-CondBold";
                filter: brightness(60%);
            }
        }
    }
    .nation-block {
        p.Sidebar-Body:first-of-type {
            font-family: "Gin";
        }
        p {
            font-family: "GoodOT-CondBold";
        }
    }
    .resources-block {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        .resource-image-container {
            margin: auto;
        }
    }
}

.main-holder > .region-summary-block {
    border-image-slice:50 29 320 29 !important;
    border-image-width:50px 20px 20px 20px !important;
    border-image-repeat:round round;
    border-color: transparent;
    border-style: solid;
    border-image-source: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-shining-kingdoms/css/LOSK-regionBG.jpg?format=webp) !important;
    background: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-shining-kingdoms/css/LOSK-regionBlock.jpg?format=webp);
    background-size: cover;
    background-color: var(--pf-sk-darktan) !important;
    border-width: 1px;
    padding: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.main-holder > .region-summary-block {
    flex-flow: row wrap;
    color: #252525;
    margin-top: -60px;
    padding-top: 60px;
}

.region-summary-block h2 {
    font-family: Taroca;
    font-size: var(--font-size-1);
    color: var(--pf-sk-blue);
}

.main-holder > .region-summary-block p {
    font-family: GoodOT-CondBold;
    font-size: var(--font-size-1);
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 17px;
}

.region-header-container {
    width: 100%;
}

.peoples-languages-block .region-header-container:last-of-type {
    margin-top: 16px;
}

.nations-block, .peoples-languages-block, .factions-block, .religions-block, .resources-block {
    background-color: rgba(0, 0, 0, 0.1); ;
    padding: 5px;
    margin: 5px;
    border: 2px solid var(--pf-sk-blue);
    border-radius: 10px;
}

.main-holder .nations-block.extra-wide {
    min-width: 55%;
    gap: 20px;
    .nation-block:not(:nth-child(3)) {
        
    margin: 5px;
        p.Sidebar-Body:first-child {
            font-family: "GoodOT-CondBold";
        }
    }
}


@media only screen and (max-width: 500px) {
    .nations-block, .peoples-languages-block, .factions-block, .religions-block, .resources-block {
        flex: 50% !important;
}
}

.region-top-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-bottom: 10px;
    padding: 0px 30px;
}

.nations-block {
    display: flex;
    flex-flow: row wrap;
    flex: 40%;
}

.nation-block {
    padding-top: 5px;
}



.nation-image-container {
    float: right;
    clear: both;
    padding: 10px;
    max-width: 200px;
}

.resource-image-container {
    align-items: center;
    width: 70px;
    height: 70px;
}

.region-image-container {
    float: left;
    width: 60px;
    height: 60px;
}

.peoples-languages-block {
    flex: 20%;
    flex-direction: column;
}

.factions-block {
    display: flex;
    flex-direction: column;
    flex: 20%;
}

.factions-block img {
    max-width: 40px;
    max-height: 70px;
    padding-bottom: 5px;
    margin-right: 10px;
}

.faction-block {
    margin-bottom: 15px;
    padding-top: 6px;
}

.religions-block {
    display: flex;
    flex-flow: row wrap;
    flex: 30%;
}

.religion-block {
    min-width: 120px;
    margin-right: 5px;
    width: 100%;
}

.religion-block img {
    min-width: 40px;
    max-width: 50px;
    max-height: 80px;
    min-height: 40px;
    margin-right: 5px;
    padding: 2px;
}

.resources-block {
    display: flex;
    flex-flow: row wrap;
    flex: 50%;
}

.resources-block img { 
max-height: 70px;
max-width: 70px;
min-width: 40px;
min-height: 50px;
}

.resource-block {
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    overflow-wrap: wrap;
    display: grid;
    word-break: break-word;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    margin-right: 5px;
    height: 100px;
    margin-top: 10px;
}

  /**/
/*Header Main*/
/**/
/*.sk-main {
    color: white !important;
    background: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-shining-kingdoms/css/LOSK-bannerA.jpg?format=webp);
    background-size: cover;
    padding: 40px 10px 30px 20px;
    text-align: center;
    text-transform: none !important;
}*/

  /**/
/*Region Sub*/
/**/
.sk-region-header {
    color: #fff !important;
    background: url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-shining-kingdoms/css/LOSK-bannerB.jpg?format=webp);
    background-size: cover;
    padding: 40px 10px 30px 20px;
    margin-top: 35px !important;
    border-bottom: thick solid var(--pf-sk-coral);
    clear: both;
    
}

  /**/
/*Other*/
/**/

.main-holder > .region-summary-block .region-map-subtitle {
    text-align: center !important;
    padding-bottom: 15px !important;
    display: block !important;
}

.subtitle-quote {
    font-family: Sabon;
    padding: 10px;
    color: var(--pf-sk-black);
    font-size: var(--font-size-2);
}

.sk-npc-subhead {
    color: var(--pf-sk-coral);
    font-family: Good OT;
    margin-top: -3px;
}

.sk-shrink-header {
    font-size: var(--font-size-3) !important;
}

  /**/
/*Tables*/
/**/

.standard-table {
  font-family: Good OT;
  margin-top: var(--font-size-1);
  margin-bottom: var(--font-size-1);
}

.standard-table th {
    background-color: var(--pf-sk-blue) !important;
}

.standard-table td {
    color: var(--pf-sk-black) !important;
    border-bottom: 1px solid var(--pf-sk-tan);
}

.standard-table p {
    padding: 5px;
}

/*Images*/
.image-so {
  shape-margin: 8px;
  padding: 0px;
  position: relative;
}

.book-image-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.region-summary-block .book-image-center {
    max-width: 90% !important;
}

.force-image-left {
  float: left;
}

.force-image-right {
  float: right;
}

.main-holder > .image-with-subtitle-center {
  margin-left: auto;
  margin-right: auto;
  position: relative !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0px auto !important;
}

.main-holder > .image-with-subtitle-center p {
  text-align: center !important;
}

.image-so:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  font-family: Brioso Semibold;
  font-size: 14px;
  padding: 2px 8px 0px 8px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pf-sdfs-blue);
  background-color: var(--pf-sdfs-off-white);
  border: 2px solid var(--pf-sdfs-blue);
  border-radius: 2px;
  z-index: 1001;
}

.image-so > p {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  min-height: 28px;
  font-family: Gin, serif;
  font-size: var(--font-size-small-1);
  padding: 5px 8px 5px 8px;
  margin-left: auto;
  margin-right: auto;
  color: #675442;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-shining-kingdoms/css/LOSK-caption.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
  z-index: 1001;
  line-height: 1.2;
}

.image-so.alt > p {
  background-image: none;
  color: white;
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .book-image-right {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .force-image-right {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .image-with-subtitle-right {
    float: none;
    display: block;
    margin: 0 auto;
  }
  
  .main-holder > .image-with-subtitle-center {
  margin-left: auto;
  margin-right: auto;
  position: relative !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0px auto !important;
}

  .book-image-left {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .force-image-left {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .image-with-subtitle-left {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 700px) {
  :root {
    --base-font: 16px;
  }
}

@media only screen and (max-width: 600px) {
  :root {
    --base-font: 14px;
  }
}

/*Image Wizard Styles*/

/*Image Wizard Styles*/
.image-pzo-king-taargick {
  width: 330px;
  shape-outside: polygon(88.24% 0.49%, 98.24% 9.93%, 96.42% 15.55%, 99.15% 36.45%, 89.75% 46.99%, 81.57% 48.79%, 95.51% 65.87%, 98.24% 72.24%, 98.54% 98.98%, 1.27% 99.31%, 0.36% 0.94%);
}
 {
}
.image-pzo-king-taargick > p {
  left: 20.199951171875px;
  top: 54.04998779296875px;
}
.image-pzo-treerazer {
  width: 375px;
  shape-outside: polygon(1.05% 1.75%, 1.32% 10.99%, 10.92% 17.09%, 24.79% 36.62%, 27.72% 47.36%, 26.65% 61.65%, 22.65% 62.93%, 12.52% 74.49%, 9.05% 78.90%, 15.45% 82.47%, 20.52% 85.83%, 31.19% 88.56%, 36.79% 99.04%, 98.39% 98.83%, 99.45% 0.70%);
}
.image-pzo-treerazer > p {
  left: 154.9444580078125px;
  top: -5.666656494140625px;
}
.image-pzo-darlathyxl {
  width: 350px;
  shape-outside: polygon(36.55% 1.22%, 69.98% 0.41%, 70.55% 8.74%, 82.27% 6.91%, 99.12% 12.20%, 97.98% 15.04%, 85.41% 25.81%, 77.98% 30.69%, 82.27% 43.29%, 83.70% 51.02%, 92.27% 55.08%, 89.41% 64.43%, 67.70% 60.57%, 71.70% 67.28%, 88.84% 72.59%, 89.41% 77.85%, 91.41% 83.54%, 84.84% 98.98%, 51.41% 99.19%, 0.84% 98.58%, 0.55% 0.61%);
}
.image-pzo-darlathyxl > p {
  left: 22.9332275390625px;
  top: 411px;
}
.image-pzo-goblin {
  width: 260px;
  shape-outside: polygon(10.90% 0.72%, 11.28% 27.17%, 26.28% 67.94%, 22.82% 75.10%, 0.51% 82.54%, -1.79% 94.39%, 23.59% 106.51%, 118.21% 100.45%, 97.82% -6.44%);
}
.image-pzo-goblin > p {
  left: 169.33331298828125px;
  top: 263.625px;
}
.image-pzo-dwarf-prospector {
  width: 325px;
  shape-outside: polygon(57.73% 0.50%, 62.66% 7.11%, 67.58% 18.34%, 73.43% 19.22%, 78.66% 12.17%, 85.73% 10.19%, 94.35% 11.51%, 98.04% 18.56%, 97.73% 35.08%, 98.35% 52.26%, 98.35% 65.26%, 83.58% 66.05%, 83.27% 73.32%, 74.35% 86.31%, 81.73% 97.11%, 56.81% 99.09%, 7.58% 98.43%, 1.12% 81.25%, 0.81% 1.82%);
}
.image-pzo-dwarf-prospector > p {
  left: 30.63330078125px;
  top: 8.266632080078125px;
}
.image-pzohc-iruxi {
  width: 340px;
  shape-outside: polygon(46.51% 0.71%, 37.98% 10.34%, 36.22% 16.25%, 25.04% 20.41%, 21.22% 32.22%, 30.92% 43.17%, 12.39% 49.07%, 0.04% 59.58%, 2.10% 70.91%, 20.33% 75.73%, 21.80% 86.67%, 17.98% 93.01%, 18.57% 98.26%, 98.57% 99.36%, 98.27% 0.28%);
}
.image-pzohc-iruxi > p {
  left: 242.13330078125px;
  top: 3.266632080078125px;
}
.image-pzohc-ulon {
  width: 330px;
  shape-outside: polygon(35.74% 1.02%, 40.59% 5.33%, 48.77% 6.15%, 66.65% 16.60%, 72.10% 29.71%, 71.80% 35.45%, 60.89% 38.11%, 98.77% 71.52%, 99.68% 78.43%, 77.25% 73.92%, 83.31% 98.92%, 0.89% 98.93%, 1.49% 0.61%);
}
.image-pzohc-ulon > p {
  left: 132.9332275390625px;
  top: 392.7333068847656px;
}
.image-pzohc-anvra-irongaunt {
  width: 290px;
  shape-outside: polygon(80.74% 0.92%, 64.87% 4.22%, 45.56% 4.92%, 40.39% 15.52%, 27.98% 16.57%, 21.77% 23.00%, -0.30% 33.61%, 1.43% 39.52%, 6.25% 42.66%, 26.94% 45.09%, 31.77% 52.39%, 12.46% 75.76%, 15.91% 80.95%, 22.11% 98.69%, 97.98% 99.39%, 99.01% 0.22%);
}
.image-pzohc-anvra-irongaunt > p {
  left: 170.9332275390625px;
  top: 516.1999969482422px;
}
.image-pzohc-vanderhall {
  width: 400px;
  shape-outside: polygon(52.98% 0.78%, 39.23% 15.35%, 28.73% 18.43%, 30.73% 41.40%, 25.48% 46.72%, 24.73% 38.32%, 0.48% 14.51%, 1.98% 28.80%, 10.73% 52.89%, 20.98% 71.65%, 22.23% 83.98%, 26.23% 96.02%, 72.98% 91.82%, 80.98% 99.10%, 98.73% 99.10%, 99.23% 1.06%);
}
.image-pzohc-vanderhall > p {
  left: 181.9332275390625px;
  top: 299.79998779296875px;
}
.image-pzohc-valeria-tendercrest {
  width: 205px;
  shape-outside: polygon(41.77% 0.26%, 25.67% 11.37%, 23.24% 17.02%, 6.16% 25.31%, -0.18% 51.97%, 1.77% 60.86%, 14.94% 65.14%, 10.55% 90.80%, 30.07% 98.68%, 97.38% 98.68%, 96.89% 0.46%);
}
.image-pzohc-valeria-tendercrest > p {
  left: 47.63330078125px;
  top: 407.4666442871094px;
}
.image-pzohc-aspex-the-even {
  width: 270px;
  shape-outside: polygon(65.60% 0.20%, 71.90% 4.10%, 74.86% 13.30%, 88.57% 15.33%, 98.57% 25.47%, 98.57% 37.80%, 95.23% 54.70%, 85.60% 58.44%, 94.49% 76.38%, 96.35% 83.40%, 90.05% 86.83%, 66.72% 90.73%, 69.68% 98.69%, 49.68% 98.53%, 0.79% 80.28%, 0.42% 0.67%);
}
.image-pzohc-aspex-the-even > p {
  left: 50.13330078125px;
  top: 558.5999908447266px;
}
.image-pzoqueenabrogailii {
  width: 285px;
  shape-outside: polygon(19.47% 0.32%, 6.84% 26.42%, 3.33% 93.25%, -2.63% 106.46%, 106.49% 100.26%, 64.39% -2.29%);
}
.image-pzoqueenabrogailii > p {
  left: 88.5px;
  top: 542.6041564941406px;
}
.image-pzo-black-forks {
  width: 315px;
  shape-outside: polygon(23.97% -1.86%, 3.33% 12.27%, -3.97% 41.19%, 1.75% 89.62%, 19.21% 98.37%, 93.49% 103.52%, 107.46% 80.65%, 96.98% 1.50%);
}
.image-pzo-black-forks > p {
  left: 105.5px;
  top: 389.70831298828125px;
}
.image-pzo-talmador {
  width: 340px;
  shape-outside: polygon(47.65% 0.28%, 14.41% 56.81%, -1.47% 63.63%, 0.29% 69.28%, 24.71% 100.47%, 105.00% 102.42%, 100.00% 1.06%);
}
.image-pzo-talmador > p {
  left: 204px;
  top: 424.4166564941406px;
}
.image-pzo-eagle-knight {
  width: 410px;
  shape-outside: polygon(60.98% 0.31%, 37.07% 26.12%, 36.59% 56.65%, -1.95% 68.91%, 0.00% 77.30%, 32.68% 83.97%, 30.73% 98.59%, 41.22% 108.27%, 111.22% 107.84%, 78.05% -3.13%);
}
.image-pzohc-kalistrade {
  width: 285px;
  shape-outside: polygon(67.94% 0.72%, 72.50% 9.69%, 70.40% 13.58%, 93.56% 12.40%, 91.10% 18.66%, 94.61% 21.87%, 91.45% 27.96%, 97.06% 36.42%, 99.17% 99.40%, 31.45% 99.40%, 2.68% 97.23%, 0.92% -0.12%);
}
.image-pzohc-kalistrade > p {
  left: 33.63330078125px;
  top: 8.266632080078125px;
}
.image-pzo-whispering-tyrant {
  width: 395px;
  shape-outside: polygon(74.54% 0.70%, 68.21% 4.04%, 75.55% 12.63%, 77.07% 17.89%, 97.32% 17.54%, 99.35% 24.04%, 96.57% 32.98%, 83.65% 40.06%, 86.44% 47.43%, 84.41% 61.29%, 80.36% 67.25%, 81.88% 71.81%, 90.74% 73.22%, 88.21% 78.92%, 62.64% 98.57%, 2.39% 98.92%, 0.11% 60.33%, 0.87% 0.88%);
}
.image-pzo-whispering-tyrant > p {
  left: 23.4332275390625px;
  top: 6.999969482421875px;
}
.image-pzo-blackjacket {
  width: 290px;
  shape-outside: polygon(33.43% 1.01%, 21.70% 9.05%, 28.94% 20.72%, 14.80% 23.14%, 1.36% 32.39%, 0.67% 52.11%, 12.74% 55.53%, 10.32% 68.88%, 9.63% 90.61%, 17.56% 98.05%, 87.22% 98.05%, 97.91% 79.14%, 97.56% 0.60%);
}
.image-pzo-blackjacket > p {
  left: 85.9332275390625px;
  top: 422.33331298828125px;
}
.image-pzo-ryauhm {
  width: 380px;
  shape-outside: polygon(39.46% 1.51%, 30.77% 10.75%, 33.40% 14.84%, 35.51% 22.58%, 29.46% 25.81%, 18.40% 35.91%, 13.67% 32.69%, 0.77% 38.06%, 0.77% 44.52%, 27.88% 45.16%, 29.98% 51.40%, 33.40% 68.67%, 31.82% 73.84%, 46.56% 88.67%, 39.72% 98.14%, 82.61% 98.35%, 98.67% 97.92%, 98.40% 0.22%);
}
.image-pzo-ryauhm > p {
  left: 254.9332275390625px;
  top: 26.999969482421875px;
}
.image-pzo-matriculum {
  width: 390px;
  shape-outside: polygon(81.26% 1.76%, 83.83% 8.37%, 81.52% 14.76%, 84.85% 27.97%, 81.01% 32.82%, 79.47% 48.68%, 96.39% 46.92%, 99.21% 61.01%, 82.03% 63.00%, 83.06% 77.02%, 76.14% 80.10%, 74.85% 89.13%, 84.60% 98.60%, 2.55% 99.27%, -0.02% 0.22%);
}
.image-pzo-matriculum > p {
  left: 24.9332275390625px;
  top: 5.999969482421875px;
}
.image-pzo-prophet-of-kalistrade {
  width: 255px;
  shape-outside: polygon(35.49% 0.55%, 24.12% 14.14%, 6.08% 18.61%, 1.37% 35.18%, 4.12% 41.70%, 14.71% 46.92%, 7.25% 90.80%, -5.29% 94.53%, 4.12% 98.62%, 86.86% 101.97%, 95.49% 94.53%, 97.84% 53.00%, 102.94% -2.62%);
}
.image-pzohc-bacallia {
  width: 280px;
  shape-outside: polygon(22.48% 0.91%, 11.05% 7.74%, 0.33% 22.55%, 2.12% 68.11%, 12.83% 74.18%, 26.40% 76.69%, 34.98% 98.56%, 97.12% 98.33%, 99.62% 98.79%, 98.55% 1.14%);
}
.image-pzo-keulia {
  width: 310px;
  shape-outside: polygon(54.49% 0.39%, 54.17% 16.10%, 57.08% 21.54%, 47.08% 32.76%, 47.08% 48.47%, 27.72% 56.16%, 1.27% 70.58%, 1.91% 76.99%, 23.20% 84.68%, 23.20% 99.43%, 99.01% 99.43%, 98.37% 1.35%);
}
.image-pzohc-crimson-godsblood-serum {
  width: 150px;
  shape-outside: polygon(37.42% 1.81%, 28.76% 11.69%, 32.76% 40.59%, 2.09% 59.22%, 1.42% 83.94%, 25.42% 96.86%, 98.76% 98.38%, 97.42% 0.29%);
}
.image-pzo-khadon-the-mighty {
  width: 320px;
  shape-outside: polygon(33.48% 0.59%, 42.54% 5.31%, 62.85% 16.38%, 53.17% 23.64%, 51.60% 35.26%, 59.10% 35.26%, 67.85% 45.96%, 88.79% 57.94%, 99.10% 59.58%, 98.48% 72.04%, 91.92% 78.94%, 80.98% 85.29%, 82.54% 98.17%, 9.73% 98.17%, 1.29% 98.35%, 0.04% 0.23%);
}
.image-pzo-khadon-the-mighty > p {
  left: 84.9332275390625px;
  top: 491.6666564941406px;
}
.image-pzo-torags-shield {
  width: 340px;
  shape-outside: polygon(72.63% 1.61%, 94.98% 20.74%, 98.51% 28.11%, 97.63% 98.94%, 1.45% 98.71%, 0.57% 0.69%);
}
.image-pzo-torags-shield > p {
  left: 2.9332275390625px;
  top: -9.000030517578125px;
}
.image-anandrixth {
  width: 375px;
  shape-outside: polygon(49.18% 0.58%, 34.25% 6.99%, 30.25% 15.15%, 26.78% 22.72%, 4.92% 16.70%, 0.65% 18.06%, 1.18% 24.08%, 11.58% 30.29%, 0.12% 36.31%, 1.45% 53.59%, 11.85% 59.22%, 13.98% 69.19%, 6.78% 79.09%, 15.85% 98.32%, 98.78% 98.71%, 99.05% -0.19%);
}
.image-anandrixth > p {
  left: 289.4332275390625px;
  top: -11.000030517578125px;
}
.image-pzo-droskars-crag {
  width: 360px;
  shape-outside: polygon(11.09% 1.37%, 1.65% 26.54%, 1.65% 97.62%, 99.15% 99.45%, 99.15% 1.14%);
}
.image-pzo-droskars-crag > p {
  left: 127.9332275390625px;
  top: 0.999969482421875px;
}
.image-pzo-karazakh {
  width: 345px;
  shape-outside: polygon(88.24% 1.17%, 98.39% 12.04%, 99.26% 98.93%, 0.71% 99.31%, 0.71% 0.58%);
}
.image-pzo-karazakh > p {
  left: 6.4332275390625px;
  top: 0.999969482421875px;
}
.image-pzoshaman {
  width: 380px;
  shape-outside: polygon(44.19% 0.94%, 31.82% 6.70%, 31.56% 20.34%, 27.09% 29.43%, 26.04% 42.76%, 19.46% 57.01%, 0.77% 69.13%, 1.82% 76.40%, 16.56% 87.31%, 17.88% 98.22%, 83.14% 98.52%, 89.72% 69.43%, 93.93% 24.28%, 84.98% 0.04%);
}
.image-pzo-shamans-lizard {
  width: 330px;
  shape-outside: polygon(53.01% 1.22%, 44.53% 11.79%, 46.65% 24.08%, 50.89% 32.93%, 34.53% 34.93%, 29.68% 47.22%, 37.56% 52.65%, 39.07% 58.08%, 23.31% 58.93%, 13.31% 82.36%, 0.59% 84.36%, 0.59% 97.79%, 72.71% 96.65%, 84.22% 86.93%, 99.68% 58.65%, 96.95% 1.22%);
}
.image-pzo-grindledrake {
  width: 335px;
  shape-outside: polygon(0.43% 1.72%, 4.01% 24.26%, 13.86% 40.69%, 7.89% 44.85%, 28.19% 57.60%, 24.01% 64.71%, 25.20% 78.92%, 14.46% 79.84%, 15.05% 98.95%, 98.64% 97.73%, 99.53% 0.49%);
}
.image-pzo-xoanthurund-conqueror-worm {
  width: 335px;
  shape-outside: polygon(52.67% 1.87%, 65.80% 21.21%, 63.41% 39.64%, 61.32% 45.98%, 96.85% 57.46%, 99.53% 98.25%, 1.02% 98.25%, 1.02% 1.87%);
}
.image-pzo-xoanthurund-conqueror-worm > p {
  left: 135.4332275390625px;
  top: 289.1999816894531px;
}
.image-pzo-grimalda {
  width: 345px;
  shape-outside: polygon(46.50% 0.61%, 55.49% 10.87%, 61.00% 11.97%, 56.94% 18.38%, 63.31% 22.41%, 89.11% 6.11%, 97.81% 9.77%, 97.81% 24.24%, 88.24% 38.40%, 95.20% 42.80%, 82.44% 48.66%, 75.78% 64.97%, 78.39% 78.71%, 89.98% 98.49%, 14.33% 98.67%, 6.21% 74.50%, 6.79% 44.83%, 0.42% 0.61%);
}
.image-pzo-grimalda > p {
  left: 142.4332275390625px;
  top: 498.75px;
}
.image-pzo-the-red-raven {
  width: 345px;
  shape-outside: polygon(42.73% 0.78%, 37.81% 6.39%, 41.28% 12.46%, 30.85% 23.45%, 30.27% 36.06%, 24.76% 50.55%, 16.65% 60.60%, 0.13% 65.27%, 0.71% 98.91%, 98.68% 99.38%, 98.97% 0.08%);
}
.image-pzo-the-red-raven > p {
  left: 232.4332275390625px;
  top: -1.6500244140625px;
}
.image-pzo-gray-death-copy {
  width: 335px;
  shape-outside: polygon(24.91% 1.11%, 15.35% 6.85%, 10.88% 20.50%, 12.07% 34.53%, -0.17% 38.35%, 2.22% 52.13%, 18.64% 62.84%, 19.83% 86.76%, 65.80% 98.49%, 98.34% 97.98%, 98.64% 1.36%);
}
.image-pzo-gray-death-copy > p {
  left: 209.4332275390625px;
  top: -6.6500244140625px;
}
.image-pzo-gray-bladeling {
  width: 355px;
  shape-outside: polygon(52.52% 0.90%, 48.57% 9.14%, 29.98% 7.91%, 33.36% 20.48%, 19.28% 25.85%, 13.08% 35.33%, 0.97% 40.48%, 1.25% 61.72%, 12.80% 65.96%, 11.39% 77.91%, 32.23% 78.74%, 26.88% 98.12%, 97.87% 99.15%, 98.71% 1.31%);
}
.image-pzohc-jorngarls-harm {
  width: 180px;
  shape-outside: polygon(12.19% 1.24%, 0.52% 12.16%, 1.63% 39.17%, 21.63% 50.95%, 6.07% 94.91%, 7.19% 98.36%, 98.30% 97.79%, 98.30% 0.95%);
}
.image-kyonin-intro-pzo-elf-gate {
  width: 800px;
  shape-outside: polygon(-0.11% 0.56%, 99.52% 0.73%, 99.39% 99.33%, -0.11% 99.51%, 0.02% 2.11%);
}
.image-pzohc-candlaron {
  width: 295px;
  shape-outside: polygon(61.50% 0.58%, 68.96% 5.30%, 98.79% 1.63%, 98.11% 9.66%, 85.23% 18.91%, 82.86% 32.52%, 78.11% 38.11%, 83.54% 68.14%, 88.28% 86.98%, 99.13% 91.35%, 99.13% 99.37%, 1.50% 99.72%, 0.49% 0.58%);
}
.image-pzohc-candlaron > p {
  left: 91.4332275390625px;
  top: 527.4166564941406px;
}
.image-pzo-sovyrian-stone {
  width: 325px;
  shape-outside: polygon(56.75% 0.78%, 70.90% 5.42%, 87.21% 13.77%, 97.36% 27.00%, 99.21% 46.07%, 98.29% 98.74%, 1.98% 98.97%, 1.06% 1.24%);
}
.image-pzo-sovyrian-stone > p {
  left: 3.4332275390625px;
  top: -3.6500244140625px;
}
.image-aiulor-pzo-ruins-warden {
  width: 320px;
  shape-outside: polygon(21.23% 1.09%, 16.85% 9.53%, 14.98% 14.17%, 9.98% 16.24%, 8.73% 23.64%, 11.23% 29.66%, 4.35% 34.31%, 12.17% 44.35%, 13.42% 52.27%, 5.60% 56.57%, 9.98% 60.70%, 0.92% 83.80%, 3.10% 92.58%, 22.79% 98.95%, 99.04% 98.60%, 98.73% 0.75%);
}
.image-aiulor-pzo-ruins-warden > p {
  left: 244.9332275390625px;
  top: 1.3499755859375px;
}
.image-nanskit-arcaba-pzo {
  width: 290px;
  shape-outside: polygon(25.17% 1.11%, 13.10% 23.65%, 0.34% 28.34%, 2.07% 91.72%, 38.28% 97.82%, 102.76% 105.80%, 99.31% -8.28%);
}
.image-nanskit-arcaba-pzo > p {
  left: 205px;
  top: 148.36456298828125px;
}
.image-pzo-caruskei {
  width: 300px;
  shape-outside: polygon(61.31% 0.54%, 82.98% 6.47%, 98.31% 26.56%, 99.64% 98.85%, 1.98% 98.39%, 0.64% 0.76%);
}
.image-pzo-caruskei > p {
  left: 0px;
  top: 0px;
}
.image-pzo-wylderheart {
  width: 355px;
  shape-outside: polygon(36.76% 0.58%, 28.59% 30.16%, 17.89% 46.50%, 11.69% 69.01%, -4.08% 85.13%, 0.14% 89.32%, 18.45% 97.93%, 63.52% 102.12%, 104.65% 102.79%, 99.86% 1.02%);
}
.image-pzohc-echo-boots {
  width: 195px;
  shape-outside: polygon(0.73% 0.62%, 3.30% 85.35%, 22.27% 96.68%, 99.20% 96.19%, 95.61% 4.07%);
}
.image-pzohc-shawl-of-seasons {
  width: 225px;
  shape-outside: polygon(26.41% 2.37%, 13.08% 17.48%, 11.75% 34.02%, 0.64% 62.80%, 2.86% 98.41%, 99.75% 97.69%, 98.41% 2.01%);
}
.image-pzo-taldor-intro {
  width: 800px;
  shape-outside: polygon(0.52% 0.42%, 0.14% 99.49%, 99.89% 99.90%, 99.14% 0.05%);
}
.image-pzogrogrisant {
  width: 330px;
  shape-outside: polygon(68.22% 0.36%, 78.53% 9.55%, 88.83% 29.67%, 86.71% 51.22%, 99.43% 79.09%, 98.53% 98.64%, 41.25% 97.20%, 0.34% 67.60%, 0.34% 0.36%);
}
.image-pzogrogrisant > p {
  left: 5.13330078125px;
  top: 292.2499694824219px;
}
.image-pzo-grand-prince-stavian-iii {
  width: 315px;
  shape-outside: polygon(57.94% 0.68%, 50.32% 12.16%, 34.44% 21.90%, 35.08% 62.95%, 18.57% 77.73%, 2.06% 91.76%, 2.38% 97.50%, 54.13% 98.89%, 108.10% 98.19%, 99.84% -2.97%);
}
.image-pzo-grand-prince-stavian-iii > p {
  left: 116.5px;
  top: 478.6041564941406px;
}
.image-pzohc-orlundo {
  width: 205px;
  shape-outside: polygon(39.82% 0.20%, 35.92% 7.10%, 36.41% 12.89%, 10.07% 18.38%, 8.60% 34.84%, 14.94% 51.50%, 20.31% 63.70%, 11.53% 90.19%, 0.31% 98.50%, 99.33% 99.44%, 97.38% 0.51%);
}
.image-pzohc-orlundo > p {
  left: 34.63330078125px;
  top: 521.3999938964844px;
}
.image-pzo-selmali-zamarr {
  width: 335px;
  shape-outside: polygon(39.25% 0.17%, 32.69% 12.28%, 20.75% 18.42%, 7.31% 41.89%, 1.04% 43.75%, -2.24% 89.19%, 13.58% 103.09%, 90.60% 99.00%, 112.39% 64.17%, 78.66% -5.04%);
}
.image-pzo-selmali-zamarr > p {
  left: 189.5px;
  top: 402.9375px;
}
.image-pzohc-tanasha-starborne {
  width: 325px;
  shape-outside: polygon(18.66% 0.85%, 12.19% 17.73%, 13.73% 24.48%, 3.27% 28.12%, 7.27% 45.78%, 11.58% 54.87%, 1.73% 67.86%, 0.50% 91.58%, 23.58% 99.12%, 99.58% 98.86%, 98.96% 0.07%);
}
.image-pzohc-tanasha-starborne > p {
  left: 190.63330078125px;
  top: 13.266632080078125px;
}
.image-pzo-lion-blade-fullbody {
  width: 270px;
  shape-outside: polygon(32.22% 0.51%, 21.48% 5.75%, 1.48% 9.76%, 1.85% 44.84%, 7.41% 70.50%, -2.22% 82.83%, 1.11% 103.42%, 99.26% 95.39%, 111.85% 46.53%, 89.63% -4.20%);
}
.image-pzo-lion-blade-fullbody > p {
  left: 0px;
  top: 0px;
}
.image-pzohc-fan-buckler {
  width: 180px;
  shape-outside: polygon(23.96% 2.88%, 1.74% 28.14%, 3.96% 95.51%, 94.52% 97.61%, 97.30% 1.82%);
}
.image-pzohc-staldogis-badge {
  width: 165px;
  shape-outside: polygon(28.26% 0.31%, 2.20% 17.39%, 1.60% 82.58%, 25.84% 96.51%, 99.17% 97.77%, 95.54% 2.20%);
}
.image-pzo-aurosrath {
  width: 335px;
  shape-outside: polygon(33.62% 0.06%, 30.34% 13.85%, 24.31% 19.94%, 20.73% 25.78%, 19.89% 40.48%, 10.64% 47.49%, 0.11% 57.77%, 1.98% 71.09%, 28.85% 83.01%, 31.23% 97.49%, 99.00% 99.36%, 98.70% 0.76%);
}
.image-pzo-beiran-frosthunt {
  width: 355px;
  shape-outside: polygon(23.22% 11.06%, 4.35% 3.74%, 3.22% 11.52%, 8.29% 28.46%, 0.97% 32.57%, 0.69% 67.13%, 13.08% 81.91%, 23.50% 97.93%, 69.42% 98.39%, 99.84% 80.08%, 98.43% 0.54%);
}
.image-pzocorbayrant {
  width: 330px;
  shape-outside: polygon(54.22% 1.63%, 46.04% 22.46%, 44.22% 30.40%, 33.62% 36.70%, 28.46% 47.39%, 19.68% 60.81%, 0.28% 71.77%, 1.80% 96.16%, 22.40% 98.35%, 98.46% 97.80%, 97.56% 0.54%);
}
.image-pzo-bibliodaemon {
  width: 360px;
  shape-outside: polygon(39.43% 0.49%, 36.09% 8.13%, 29.43% 7.51%, 19.43% 19.29%, 19.98% 30.44%, 1.09% 33.34%, 1.09% 40.15%, 11.93% 50.69%, 14.70% 67.22%, 18.31% 80.76%, 11.93% 95.43%, 20.26% 98.32%, 98.31% 98.74%, 97.48% 0.69%);
}
.image-pzo-failed-prophet {
  width: 400px;
  shape-outside: polygon(32.98% 1.16%, 30.48% 15.23%, 3.23% 6.35%, -0.02% 12.85%, 1.98% 21.72%, 34.98% 34.06%, 31.48% 44.45%, 22.73% 52.92%, 16.23% 64.39%, 20.73% 77.81%, 25.23% 98.16%, 40.48% 99.46%, 89.98% 95.78%, 98.98% 78.89%, 99.23% 53.57%, 98.48% 1.16%);
}
.image-pzo-goldpebble {
  width: 325px;
  shape-outside: polygon(27.52% 1.20%, 21.36% 5.92%, 13.67% 15.66%, 15.52% 30.70%, 12.13% 40.73%, 14.29% 61.09%, -0.17% 61.97%, 1.36% 73.77%, 2.29% 89.41%, 14.29% 98.55%, 97.98% 99.43%, 99.52% 1.50%);
}
.image-pzo-lamp-blighter {
  width: 285px;
  shape-outside: polygon(0.15% 0.31%, 1.20% 42.02%, 0.50% 53.54%, 8.92% 68.51%, 28.22% 85.43%, 37.34% 98.56%, 98.40% 98.10%, 98.40% 2.15%);
}
.image-pzo-wraithwing {
  width: 310px;
  shape-outside: polygon(15.78% 1.08%, 14.17% 8.50%, 14.17% 20.88%, 4.49% 38.21%, 13.85% 86.47%, 1.27% 92.55%, 2.24% 99.23%, 98.37% 99.23%, 97.72% 1.08%);
}
.image-pzo-torn-quartet {
  width: 350px;
  shape-outside: polygon(37.98% 1.69%, 34.27% 12.60%, 10.84% 8.15%, 6.84% 14.21%, 0.27% 30.58%, 1.70% 34.62%, 33.70% 36.64%, 32.84% 46.74%, 29.41% 69.20%, 32.55% 91.83%, 48.55% 98.49%, 75.41% 98.90%, 97.70% 90.21%, 98.84% 0.68%);
}
.image-pzo-vorvorak {
  width: 415px;
  shape-outside: polygon(25.89% 1.50%, 22.27% 8.60%, 21.31% 20.21%, 2.27% 28.92%, 3.24% 40.85%, 9.26% 46.66%, 9.26% 57.31%, 0.59% 89.89%, 1.79% 96.34%, 98.42% 97.95%, 97.69% 1.82%);
}
.image-pzo-walcofinde {
  width: 325px;
  shape-outside: polygon(37.06% 0.90%, 16.44% 11.28%, 13.06% 18.95%, 13.06% 27.46%, 1.36% 33.48%, 1.36% 43.85%, 9.36% 49.87%, 5.98% 63.23%, 1.67% 71.73%, 1.06% 98.08%, 98.59% 99.12%, 97.36% 1.32%);
}
.image-broken-ghosts {
  width: 150px;
  shape-outside: polygon(87.33% 3.34%, 91.33% 56.01%, 73.33% 107.34%, 2.67% 98.01%, 3.33% -7.33%);
}
.image-eagle-knights {
  width: 150px;
  shape-outside: polygon(98.67% 51.34%, 76.00% 101.34%, 2.67% 97.34%, 2.00% 2.01%, 101.33% -1.99%);
}
.image-lion-blades {
  width: 150px;
  shape-outside: polygon(98.67% 2.01%, 100.67% 66.67%, 89.33% 94.67%, 68.67% 108.01%, 2.67% 94.67%, -2.00% -2.66%);
}
.image-kalistrade {
  width: 150px;
  shape-outside: polygon(97.33% 44.01%, 74.00% 93.34%, 58.00% 106.01%, 1.33% 96.67%, 2.00% 0.01%, 99.33% 0.01%);
}
.image-shieldwrought-strider {
  width: 165px;
  shape-outside: polygon(82.73% -3.93%, 93.64% 36.07%, 88.18% 64.55%, 66.36% 82.73%, 65.76% 105.76%, 11.82% 97.89%, 5.76% -2.11%);
}
.image-wylderhearts {
  width: 165px;
  shape-outside: polygon(97.88% 1.52%, 97.88% 61.52%, 73.03% 105.16%, 2.12% 98.49%, 1.52% 0.92%);
}
.image-pzohc-screaming-pinion {
  width: 305px;
  shape-outside: polygon(81.80% 0.67%, -2.79% 74.01%, 5.08% 103.34%, 42.46% 92.67%, 108.03% 7.34%, 97.87% -4.66%);
}

.main-holder {
    .force-image-left {
        margin-right: 25px;
        margin-bottom: 10px;
    }
    
    .trait-holder .force-image-right {
        margin-left: 20px;
    }
}

.main-holder .demiplane-credits {
    border-top: 2px solid var(--pf-sk-blue);
    padding-top: 10px;
    margin-top: 20px;
    h2 {
        font-size: var(--font-size-small-1);
        font-family: "GoodOT-CondBold";
    }
    p {
        font-size: var(--font-size-small-1);
        margin: 5px 0px 20px;
    }
}

.main-holder {
    container-type: inline-size;
  container-name: mainHolder;
}

/* Responsive */

@container mainHolder (max-width: 700px) {
    .main-holder {
        .half-sidebar {
            float: none;
            margin: auto;
            min-width: unset;
            width: 90%;
        }
    }
}

@container mainHolder (max-width: 600px) {
    .main-holder {
        h1.sk-main {
            text-align: center;
            padding: 20px 10px;
            font-size: var(--font-size-4);
            text-wrap: balance;
        }
        h2.normal, h3, h4, h5 {
            text-align: center;
            text-wrap: balance;
        }
        .trait-holder {
            h1, h2, h3, h4, h5 {
                text-align: left;
            }
        }
        p {
            font-size: var(--font-size-2);
        }
        .sidebar {
            margin: 20px auto;
            width: 100%;
            p {
                font-size: var(--font-size-2);
            }
            .book-image-left {
                margin: 10px auto;
            }
        }
        .sidebar:has(.book-image-left) {
            h5 {
                text-align: center;
                font-size: var(--font-size-3);
            }
        }
        .force-image-left, .force-image-right {
            margin: 30px auto;
            max-width: 100%;
        }
        .trait-holder {
            .force-image-right {
                margin: auto;
            }
        }
        .demiplane-credits {
            h2 {
                font-size: var(--font-size-2);
            }
            p {
                font-size: var(--font-size-1);
            }
        }
    }
     .main-holder > .trait-holder .split-header .right-header {
        display: inline-block;
        float: none;
         clear: both;
        min-width: 100%;
         font-size: var(--font-size-2);
         opacity: 0.8;
    }
}