[data-theme=dark],
[data-theme=light] {
    --_0-Yf_M: var(--color-tv-blue-500)
}

.card-exuF9vc4 {
    border-radius: 16px;
    box-sizing: border-box;
    cursor: pointer;
    height: auto;
    padding: 8px
}

@media (any-hover:hover) {
    .card-exuF9vc4:hover {
        background-color: var(--color-background-secondary)
    }
}

.card-exuF9vc4 {
    outline: none;
    overflow: visible;
    position: relative
}

.card-exuF9vc4:focus {
    outline: none
}

.card-exuF9vc4:focus-visible {
    outline: none
}

.card-exuF9vc4:after {
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    content: "";
    display: none;
    height: calc(100% + 8px);
    inset-inline-start: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: calc(100% + 8px);
    z-index: 1
}

.card-exuF9vc4:focus:after {
    display: block
}

.card-exuF9vc4:focus-visible:after {
    display: block
}

.card-exuF9vc4:focus:not(:focus-visible):after {
    display: none
}

.card-exuF9vc4:after {
    border-color: var(--color-focus-outline-color-blue);
    border-radius: 20px
}

@media (any-hover:hover) {
    .card-exuF9vc4:hover,
    .card-exuF9vc4:hover .content-exuF9vc4 {
        background-color: var(--color-bg-primary-hover)
    }
}

.content-exuF9vc4 {
    align-items: center;
    background: var(--color-background-secondary);
    border-radius: 8px;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Trebuchet MS, Roboto, Ubuntu, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;
    font-style: normal;
    height: 100%;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    --ui-lib-typography-font-size: 20px;
    font-size: var(--ui-lib-typography-font-size);
    font-weight: 600;
    --ui-lib-typography-line-height: 24px;
    line-height: var(--ui-lib-typography-line-height)
}

.content-exuF9vc4,
.content-exuF9vc4:visited {
    color: var(--color-text-primary);
    fill: var(--color-text-primary)
}

@media (any-hover:hover) {
    .content-exuF9vc4:hover {
        color: var(--_0-Yf_M);
        fill: var(--_0-Yf_M)
    }
}

.content-exuF9vc4:active {
    color: var(--color-link-primary-active);
    fill: var(--color-link-primary-active)
}

.content-exuF9vc4:focus {
    outline: auto;
    outline-offset: 2px
}

.content-exuF9vc4:focus-visible {
    outline: auto;
    outline-offset: 2px
}

.content-exuF9vc4:focus:not(:focus-visible) {
    outline: none
}

.arrow-exuF9vc4 {
    display: inline-block
}

.arrow-exuF9vc4:dir(rtl) {
    transform: rotateY(180deg)
}

.wrap-exuF9vc4 {
    white-space: nowrap
}

.text-exuF9vc4 {
    white-space: pre-wrap
}