/********************************/
/* Panel Swiper specific styles */
/********************************/
/* general styles */
.entry-content:has(.is-style-panel-slider) {
    margin-top: 0;
}

.entry-content:has(.is-style-panel-slider) + footer {
    margin-top: 0;
}

.is-style-panel-slider + footer {
    margin-top: 0 !important;
}

.swiper-container-wrapper.is-style-panel-slider {
    padding: 0 !important;
}

.is-style-panel-slider .swiper {
    width: 100% !important;
    max-width: 100% !important;
}

.is-style-panel-slider .swiper-slide:has(.bubble-chart) {
    padding: 5rem 0 4rem;
}

.is-style-panel-slider .swiper-slide {
    box-sizing: border-box;
    min-height: calc(100vh - 90px - var(--wp-admin--admin-bar--height, 0));
    padding: 5rem max(1rem, 2.5vw) 4rem;
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--small);
    text-align: center;
}

.swiper-container-wrapper.is-style-panel-slider .swiper-slide:nth-child(1) {
    display: grid;
    place-items: center;
}

.is-style-panel-slider .swiper-slide:not(:nth-child(1)) {
    padding-bottom: 8rem;
}

.is-style-panel-slider .swiper-slide > *:not([class*="chart"]):not(figure.wp-block-image) {
    max-width: min(90%, var(--wp--style--global--wide-size));
    margin-right: auto;
    margin-left: auto;
}

.is-style-panel-slider .swiper-slide:not(.swiper-slide-active) {
    align-self: stretch;
}

.is-style-panel-slider .swiper-slide .slide {
    display: none;
    height: 100%;
}

/* details */
.swiper-container-wrapper.is-style-panel-slider details.wp-block-details:open ~ * {
    display: none;
}

.swiper-container-wrapper.is-style-panel-slider details.wp-block-details[open] ~ * {
    display: none;
}

/* navigation */
.swiper-container-wrapper.is-style-panel-slider .swiper-buttons {
    top: auto;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    transform: none;
    pointer-events: none;
}

.swiper-container-wrapper.is-style-panel-slider .swiper-button-prev,
.swiper-container-wrapper.is-style-panel-slider .swiper-button-next {
    border: 2px solid var(--wp--preset--color--white);
    pointer-events: all;
}

.swiper-container-wrapper.is-style-panel-slider .swiper-button-prev:hover,
.swiper-container-wrapper.is-style-panel-slider .swiper-button-next:hover {
    background: transparent;
    border: 2px solid var(--wp--preset--color--blue-mid);
}

.swiper-container-wrapper.is-style-panel-slider .swiper-button-prev::after,
.swiper-container-wrapper.is-style-panel-slider .swiper-button-next::after {
    background-color: var(--wp--preset--color--white);
}

.swiper-container-wrapper.is-style-panel-slider .swiper-button-prev:hover::after,
.swiper-container-wrapper.is-style-panel-slider .swiper-button-next:hover::after {
    background-color: var(--wp--preset--color--blue-mid);
}

.swiper-container-wrapper.is-style-panel-slider:has(.swiper-slide:nth-child(1).swiper-slide-active) .swiper-button-prev,
.swiper-container-wrapper.is-style-panel-slider:has(.swiper-slide:nth-child(1).swiper-slide-active) .swiper-button-next {
    display: none !important;
}

.swiper-container-wrapper.is-style-panel-slider:has(.swiper-slide:nth-last-child(1).swiper-slide-active) .swiper-button-prev {
    border-color: var(--wp--preset--color--blue-dark);
}

.swiper-container-wrapper.is-style-panel-slider:has(.swiper-slide:nth-last-child(1).swiper-slide-active) .swiper-button-prev::after {
    background-color: var(--wp--preset--color--blue-dark);
}

.swiper-container-wrapper.is-style-panel-slider:has(.swiper-slide:nth-last-child(1).swiper-slide-active) .swiper-button-next {
    display: none !important;
}

/* pagination */
.swiper-container-wrapper.is-style-panel-slider .swiper-pagination {
    position: absolute;
    bottom: 1.5rem;
}

.swiper-container-wrapper.is-style-panel-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 7.5px !important;
    background: var(--wp--preset--color--white);
    opacity: 0.25;
}

.swiper-container-wrapper.is-style-panel-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--wp--preset--color--white) !important;
    transform: translateY(0);
}

.is-style-panel-slider:has(.summary-slide.swiper-slide-visible) .swiper-pagination .swiper-pagination-bullet {
    background: var(--wp--preset--color--blue-dark);
}

/* illustrations */
.swiper-container-wrapper.is-style-panel-slider [class*="illustration-"] {
    position: absolute;
}

.swiper-container-wrapper.is-style-panel-slider .swiper-slide .illustration-main {
    position: static;
    bottom: 0;
    max-width: 400px;
    margin-bottom: -4rem !important;
}

.swiper-container-wrapper.is-style-panel-slider .illustration-monsters {
    right: -2rem;
    bottom: 1rem;
    max-width: 100%;
    transform: scale(0.5) !important;
    transform-origin: bottom right;
}

.swiper-container-wrapper.is-style-panel-slider .illustration-push {
    position: static;
    transform: translate(-14%, 39%) scale(0.4) !important;
    margin-bottom: 0;
}

.swiper-container-wrapper.is-style-panel-slider .illustration-wind {
    transform-origin: bottom right;
    transform: scale(0.5) !important;
    right: -3rem;
    bottom: 0;
}

.swiper-container-wrapper.is-style-panel-slider .illustration-handsup {
    right: 0;
    transform: translateY(-6rem) !important;
    width: 25vw;
}

@media only screen and (min-width: 780px) {
    .swiper-container-wrapper.is-style-panel-slider .swiper-slide .illustration-main {
        position: absolute;
        max-width: 700px;
        margin-bottom: 0;
    }

    .swiper-container-wrapper.is-style-panel-slider .illustration-monsters {
        transform: scale(0.6) !important;
        right: -3rem
    }

    .swiper-container-wrapper.is-style-panel-slider .illustration-push {
        transform-origin: 85.9% 79.6%;
        transform: translate(-36%, 28%) scale(0.5) !important;
    }

    .swiper-container-wrapper.is-style-panel-slider .illustration-wind {
        transform: scale(0.75) !important;
    }

    .swiper-container-wrapper.is-style-panel-slider .illustration-handsup {
        right: 0;
        transform: translateY(-4.5rem) scale(1) !important;
    }
}

@media only screen and (min-width: 990px) {
    .swiper-container-wrapper.is-style-panel-slider .illustration-push {
        transform: translate(-36%, 28%) scale(0.75) !important;
    }

    .swiper-container-wrapper.is-style-panel-slider .illustration-wind {
        transform: scale(1) !important;
    }
}

@media only screen and (min-width: 1450px) {
    .swiper-container-wrapper.is-style-panel-slider .illustration-monsters {
        transform: scale(1) !important;
        right: -6rem;
    }

    .swiper-container-wrapper.is-style-panel-slider .illustration-push {
        transform: translate(-36%, 28%) scale(1) !important;
    }
}

/* .swiper-container-wrapper.is-style-panel-slider .swiper-slide:nth-child(1) .wp-block-image.alignright {
    width: 400px;
    float: unset;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container-wrapper.is-style-panel-slider .swiper-slide [class*="chart"] + .wp-block-group.is-layout-flex:has(.wp-block-image) {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: -2rem;
}

.swiper-container-wrapper.is-style-panel-slider .swiper-slide .wp-block-group.is-layout-flex .wp-block-image {
    transform: scale(40%);
    transform-origin: right;
}

@media only screen and (min-width: 780px) {
    .swiper-container-wrapper.is-style-panel-slider .swiper-slide .wp-block-group.is-layout-flex .wp-block-image {
        transform: scale(60%);
        bottom: 2.5rem;
    }

    .swiper-container-wrapper.is-style-panel-slider .swiper-slide:nth-child(1) .wp-block-image.alignright {
        width: auto;
        position: absolute;
        bottom: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .is-style-panel-slider .swiper-slide:not(:nth-child(1)) {
        padding-bottom: 4rem;
    }

    .swiper-container-wrapper.is-style-panel-slider .swiper-slide .wp-block-group.is-layout-flex .wp-block-image {
        transform: scale(100%);
    }
}
 */
/* main slide specific styles */
/* .is-style-panel-slider .swiper-slide.main-page-slide {
    padding: 2rem 5% 0 5%;
    text-align: left;
}

.is-style-panel-slider .swiper-slide.main-page-slide h1 {
    margin-bottom: 0.5em;
}

.is-style-panel-slider .swiper-slide.main-page-slide h1 {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 600;
    word-wrap: break-word;
}

.is-style-panel-slider .swiper-slide.main-page-slide p {
    font-size: 1.2rem;
}

.is-style-panel-slider .swiper-slide.main-page-slide .view-panel-results-button {
    margin-top: 1em;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

.is-style-panel-slider .swiper-slide.main-page-slide .view-panel-results-play {
    position: relative;
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    border: 2px solid var(--wp--preset--color--white);
    margin-left: 1em;
    border-radius: 0.875em;
    vertical-align: middle;
}

.is-style-panel-slider .swiper-slide.main-page-slide .view-panel-results-play::after {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0.65em;
    width: 0;
    height: 0;
    border-top: 0.45em solid transparent;
    border-bottom: 0.45em solid transparent;
    border-left: 0.45em solid var(--wp--preset--color--white);
    transform: scaleX(1.5);
} */
/* reoccuring background colors for slides and summary boxes */
/* .is-style-panel-slider .swiper-slide:nth-child(4n+1),
.is-style-panel-slider .summary-slide .summary-box:nth-child(4n+4) {
    background-color: var(--wp--preset--color--blue-dark);
}

.is-style-panel-slider .swiper-slide:nth-child(4n+1) .slide-details::before {
    background: linear-gradient(rgba(0, 0, 0, 0), var(--wp--preset--color--blue-dark));
}

.is-style-panel-slider .swiper-slide:nth-child(4n+2),
.is-style-panel-slider .summary-slide .summary-box:nth-child(4n+1) {
    background-color: var(--wp--preset--color--blue-light);
}

.is-style-panel-slider .swiper-slide:nth-child(4n+2) .slide-details::before {
    background: linear-gradient(rgba(0, 0, 0, 0), var(--wp--preset--color--blue-light));
}

.is-style-panel-slider .swiper-slide:nth-child(4n+3),
.is-style-panel-slider .summary-slide .summary-box:nth-child(4n+2) {
    background-color: var(--wp--preset--color--turquoise-dark);
}

.is-style-panel-slider .swiper-slide:nth-child(4n+3) .slide-details::before {
    background: linear-gradient(rgba(0, 0, 0, 0), var(--wp--preset--color--turquoise-dark));
}

.is-style-panel-slider .swiper-slide:nth-child(4n+4),
.is-style-panel-slider .summary-slide .summary-box:nth-child(4n+3) {
    background-color: var(--wp--preset--color--blue-mid);
}

.is-style-panel-slider .swiper-slide:nth-child(4n+4) .slide-details::before {
    background: linear-gradient(rgba(0, 0, 0, 0), var(--wp--preset--color--blue-mid));
} */
/* summary slide specific styles */
/* .is-style-panel-slider .swiper-slide.summary-slide {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--blue-dark);
}

.is-style-panel-slider .summary-slide .back-to-start-link {
    margin: 1em 0;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.is-style-panel-slider .summary-slide h2 {
    font-weight: 600;
}

.is-style-panel-slider .summary-slide .summary-boxes {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin: auto;
    gap: 1rem;
}

.is-style-panel-slider .summary-slide .summary-box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    color: var(--wp--preset--color--white);
    gap: 2rem;
}

.is-style-panel-slider .summary-slide .summary-box-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    text-align: left;
}

.is-style-panel-slider .summary-slide .summary-box-info h3 {
    width: 100%;
    word-wrap: break-word;
}

.is-style-panel-slider .summary-slide .summary-box-info .back-to-nth-slide {
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.is-style-panel-slider .summary-slide .summary-box-info .back-to-nth-slide::after {
    content: '';
    display: inline-block;
    width: 0.375em;
    height: 0.375em;
    border: 1.5px solid var(--wp--preset--color--white);
    border-bottom: none;
    border-left: none;
    margin-left: 0.25em;
    transform: rotate(45deg);
    vertical-align: middle;
}

.is-style-panel-slider .summary-slide .summary-box-info h3 {
    font-size: 2rem;
    font-weight: 600;
}

.is-style-panel-slider .summary-slide .hth-panel-chart {
    display: grid;
    width: 100%;
    place-items: center;
}

.is-style-panel-slider .summary-slide .hth-panel-chart svg {
    width: auto;
    max-height: 400px;
}

.is-style-panel-slider .summary-slide .summary-slide-text a {
    text-decoration: underline;
}

.summary-slide-bottom-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-top: 2rem;
    gap: 1rem;
}

.summary-slide-bottom-buttons button,
.summary-slide-bottom-buttons a {
    width: fit-content;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.bottom-back-to-start {
    background: var(--wp--preset--color--blue-dark);
    color: var(--wp--preset--color--white);
}

.bottom-summary-download {
    border: 1px solid var(--wp--preset--color--blue-dark)
} */
/* @media only screen and (min-width: 400px) {
    .is-style-panel-slider .swiper-slide .slide-illustration.illustration-handsup {
        right: 1rem;
    }
}

@media only screen and (min-width: 600px) {
    .is-style-panel-slider .swiper-slide .slide-illustration.illustration-monsters {
        bottom: 5rem;
    }

    .is-style-panel-slider .swiper-slide .slide-illustration.illustration-handsup {
        right: 5rem;
    }

    .summary-slide-bottom-buttons {
        flex-direction: row;
    }

    .is-style-panel-slider .summary-slide .summary-box-wrapper {
        flex-direction: row;
        padding: 4rem;
    }

    .is-style-panel-slider .summary-slide .summary-box-info {
        width: 45%;
    }

    .is-style-panel-slider .summary-slide .summary-box-info h3 {
        font-size: var(--wp--preset--font-size--medium);
    }

    .is-style-panel-slider .summary-slide .hth-panel-chart {
        width: 55%;
    }

    .is-layout-constrained > .swiper-container-wrapper.alignright,
    .is-layout-constrained > .swiper-container-wrapper.alignleft,
    .is-layout-constrained > .swiper-gallery-preview.alignright,
    .is-layout-constrained > .swiper-gallery-preview.alignleft {
        width: calc(45vw - 0.5rem) !important;
        max-width: 450px !important;
    }
}

@media only screen and (min-width: 768px) {
    .is-style-panel-slider .swiper-slide:has(.slide-illustration.illustration-handsup + .hth-chart-bubble) .slide-illustration.illustration-handsup {
        bottom: 13rem;
        transform: translateY(95%) !important;
    }
}

@media only screen and (min-width: 990px) {
    .is-style-panel-slider .slide-details .details-text {
        column-count: 2;
    }

    .is-style-panel-slider .swiper-slide .slide-illustration.illustration-monsters {
        width: 300px;
    }

    .is-style-panel-slider .swiper-slide .slide-illustration.illustration-wind {
        width: 500px;
    }

    .is-style-panel-slider .swiper-slide .slide-illustration.illustration-push {
        width: 120px;
    }

    .is-style-panel-slider .swiper-slide .slide-illustration.illustration-handsup {
        width: 150px;
    }

    .is-style-panel-slider .swiper-slide.main-page-slide h1 {
        font-weight: 600;
        word-wrap: break-word;
    }

    .is-style-panel-slider .swiper-slide.main-page-slide {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding: 2rem 0 0 10%;
        gap: 3rem;
    }

    .is-style-panel-slider .swiper-slide.main-page-slide .main-page-slide-content {
        padding-bottom: 12rem;
    }

    .is-style-panel-slider .swiper-slide .illustration-main {
        position: unset;
        height: auto;
    }

    .is-style-panel-slider .swiper-slide:has(.hth-chart-bubble):not(:has(.slide-details-visible)) {
        min-height: 900px;
    }

    .is-style-panel-slider .swiper-slide.main-page-slide p {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1332px) {
    .is-style-panel-slider .swiper-slide .slide-illustration.illustration-monsters {
        width: 500px;
    }

    .is-style-panel-slider .swiper-slide:has(.slide-illustration.illustration-push + .hth-chart-bullet) .slide-illustration.illustration-push {
        transform: translateX(-85%) translateY(25%) !important;
    }

    .is-style-panel-slider .swiper-slide .main-page-illustration {
        flex: 0 0 auto;
        width: 700px !important;
        margin: 0 0 0 auto;
    }

    .is-style-panel-slider .swiper-slide:has(.hth-chart-bubble):not(:has(.slide-details-visible)) {
        min-height: 1000px;
    }
} */