 .paywall-level-widget {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    width: clamp(100%, 100vw, 70vw);
    overflow-x: auto;
    overflow-y: scroll;
    max-height: 50vh;
}

.paywall-level {
    border-radius: 0.5rem;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.5rem;
    padding: 1rem;
    width: 15rem;
}

.paywall-level hr {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.paywall-level__container {
    margin-bottom: 1rem;
    overflow-y: auto;
    max-height: 15rem;
}

.paywall-level__title {
    font-size: 1.2em;
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.paywall-level-widget li {
    list-style: outside circle;
    margin-left: 1.25rem;
}

.paywall-level__button {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
}

.paywall-level__button input[type="radio"] {
    appearance: none;
    margin: 0;
    display: inline-block;
    position: relative;
    background-color: white;
    padding: 0;
    width: 26px;
}

.paywall-level__description {
    padding-top: 10px;
    text-align: center;
}
