.ww-pill {
    display: inline-block;
    border-radius: 0.8em;
    padding: 0.1em 0.8em;
    font-weight: 400;
}

.has-background-primary-printadjust {
    background-color: #e24903;
}

.ww-to-panelist {
    height: 0;
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}
@media screen and (min-width: 1216px) {
    .ww-to-panelist {
        padding-top: 80%;
    }
}

.ww-to-presenters li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ww-to-presenter {
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1216px) {
    .ww-to-presenters li {
        flex-direction: row;
    }
    .ww-to-presenter {
        flex-shrink: 0;
        width: 33%;
        padding-top: 33%;
        margin-right: 24px;
        margin-bottom: 0;
    }
}

ol.custom-numbered-list {
    list-style: none;
    margin-left: 0;
}
ol.custom-numbered-list li {
    display: flex;
    gap: 1em;
    margin-bottom: 1.25em;
}
.circled-number {
    display: block;
    width: 2em;
    height: 2em;
    flex: 0 0 2em;
    border-radius: 9999px;
    line-height: 2em;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

@media screen and (min-width: 500px) {
    ol.custom-numbered-list li {
        align-items: center;
    }
}

@media screen and (min-width : 1024px) {
    .audiopad {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}