@charset "UTF-8";

#app-store-badge {
    fill: black;
    .st0 {
        fill: white;
    }
}
#kanopy-logo {
    fill: light-dark(rgba(0, 0, 6, 0.8), white);
}
#libby-logo {
    .st0 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #47BFBA;
    }

    .st1 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #FFFFFF;
    }

    .st2 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #641A35;
    }

    .st3 {
        clip-path: circle(451.7px at 467.6px 506.3px);
    }

    .st4 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #A51D49;
    }

    .st5 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #FFEDA9;
    }

    .st6 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #49C0B9;
    }

    .st7 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #20AFA6;
    }

    .st8 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #2FBCB3;
    }

    .st9 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: none;
    }
}
#palace-logo {
    fill: light-dark(rgba(0, 0, 6, 0.8), white);
    .st0 {
        fill: #3EB9E7;
     }

     .st1 {
        fill: #2225AE;
     }

     .st2 {
        fill: #FC8442;
     }

     .st3 {
        fill: #FB361D;
     }
}

[class*='-icon'] {
    width: 25px;
    height: 25px;
    margin-bottom: 0.35rem;
    padding: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    stroke: light-dark(rgba(0, 0, 6, 0.8), white);
    fill: transparent;
    background-color: transparent;
}
.calendar-event-icon, 
.clock-icon, 
.location-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
}
.calendar-event-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
}
.app-store-badge {
    width: 147px;
    height: 50px;
}
.play-store-badge {
    width: 164px;
    height: 50px;
}
.kanopy-logo {
    width: 150px;
    height: 43px;
}
.libby-logo {
    width: 150px;
    height: 59px;
}
.palace-logo {
    width: 300px;
    height: 66px;
}

.hide {
    display: none !important;
}

details > summary {
    max-width: fit-content;
}

#library-image > img {
    width: 100%;
    border-radius: 0.5rem;
}

body > header:first-of-type,
header > hgroup:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}

main > :first-child {
    padding-top: 0;
    margin-top: 0;
}


#timeline {
    > ul {
        list-style: none;
        padding: 0;
    }
    >.sessions{
        margin-top: 1rem;
        border-radius: 0.25rem;
        position: relative;
        > li {
            list-style: none;
            padding-bottom: 1.5rem;
            border-left: 2px solid var(--pico-primary);
            position: relative;
            padding-left: 1rem;
            margin-left: 0;
            margin-bottom: 0;
            > p {
                margin-top: 0.4rem;
            }

        }
        > li:last-child {
            border: 0px;
            padding-bottom: 0;
        }
        > li:before {
            content: "";
            width: 1.5rem;
            height: 1.5rem;
            background: var(--pico-primary);
            border: 2px solid var(--pico-primary);
            box-shadow: 3px 3px 0px var(--shadow-color);
            /* box-shadow: 3px 3px 0px #bab5f8; */
            border-radius: 50%;
            position: absolute;
            left: -0.8rem;
            top: 0rem;
        }
    }
}
