.puap-tgl-details:where(.astro-pfwi4in6) {
    padding-bottom: 40px;
    position: relative
}

.puap-tgl-details__content:where(.astro-pfwi4in6) {
    margin-bottom: 10px
}

.puap-tgl-details__toggle:where(.astro-pfwi4in6) {
    color: #000;
    cursor: pointer;
    text-align: center;
    border: 1px solid #909090;
    border-radius: 5px;
    width: 12em;
    padding: .5em;
    font-size: 1em;
    transition: background-color .3s;
    position: absolute;
    bottom: 0;
    left: 0
}

.puap-tgl-details__toggle:where(.astro-pfwi4in6):hover {
    background-color: #c3e0ff
}

.puap-tgl-details__toggle:where(.astro-pfwi4in6):before {
    content: "+";
    margin-right: .3em;
    transition: transform .3s
}

.puap-tgl-details__hidden:where(.astro-pfwi4in6) {
    opacity: 0;
    max-height: 0;
    transition: max-height .5s ease-out, opacity .5s ease-out;
    overflow: hidden
}

.puap-tgl-details__checkbox:where(.astro-pfwi4in6) {
    display: none
}

.puap-tgl-details__checkbox:where(.astro-pfwi4in6):checked~.puap-tgl-details__hidden:where(.astro-pfwi4in6) {
    opacity: 1;
    max-height: 1270px;
    transition: max-height .5s ease-in, opacity .5s ease-in;
    animation: .5s ease-in forwards g
}

.puap-tgl-details__checkbox:where(.astro-pfwi4in6):checked~.puap-tgl-details__toggle:where(.astro-pfwi4in6):before {
    content: "−";
    transform: rotate(180deg)
}

.puap-tgl-details__toggle-text:where(.astro-pfwi4in6) {
    display: inline-block
}

.puap-tgl-details__checkbox:where(.astro-pfwi4in6):checked~.puap-tgl-details__toggle:where(.astro-pfwi4in6) .puap-tgl-details__toggle-text:where(.astro-pfwi4in6):after {
    content: "Read less"
}

.puap-tgl-details__checkbox:where(.astro-pfwi4in6):not(:checked)~.puap-tgl-details__toggle:where(.astro-pfwi4in6) .puap-tgl-details__toggle-text:where(.astro-pfwi4in6):after {
    content: "Read more"
}

@keyframes g {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes h {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-10px)
    }
}

.puap-tgl-details__checkbox:where(.astro-pfwi4in6):not(:checked)~.puap-tgl-details__hidden:where(.astro-pfwi4in6) {
    animation: .5s ease-out forwards h
}

.pdesc_main:where(.astro-pfwi4in6) {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem
}

@media (max-width:1024px) {
    .pdesc_main:where(.astro-pfwi4in6) {
        font-size: 1rem;
        line-height: 1.25rem
    }
}