.btv-mascottext-container {
    display: flex;
    flex-direction: column;

    .speech-bubble {
        --arrow-position-sm: 50%;
        --arrow-position-md: 55%;
        --arrow-position-lg: 75%;

        .speech-bubble-content {
            position: relative;
            z-index: 3;
        }

        .mascot {
            z-index: 2;
            align-self: self-end;
            max-width: 40%;
            height: auto;

            position: absolute;
            right: 0;
            bottom: -10em;

            @media (min-width: 768px) {
                max-width: 30%;
            }

            @media (min-width: 992px) {
                max-width: 45%;
                right: -3em;
            }
        }
    }
}


.btv-linkpanel {
    position: relative;
    margin-left: calc(var(--bs-gutter-x) * -1);
    max-width: 80%;

    @media (min-width: 992px) {
        margin-left: calc(var(--bs-gutter-x) * -2);
        max-width: 80%;
    }

    ul {
        list-style: none;
        padding-left: 0;
        font-family: "Sensa Wild Fill", sans-serif;

        li {
            background: rgb(255, 255, 238);
            padding: .2em .4em;
            font-size: 1.5em;
            border: 0.1em dashed black;
        }

        a {
            color: rgb(133, 102, 18) !important;
        }

        li + li {
            margin-top: .3em;
        }
    }
}
