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

@media (any-hover:hover) {
    .card-oLjlGb8d:hover {
        background-color: #f9f9f9
    }
    html.theme-dark .card-oLjlGb8d:hover {
        background-color: #1f1f1f
    }
}

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

.card-oLjlGb8d:focus {
    outline: none
}

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

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

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

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

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

.card-oLjlGb8d:after {
    border-color: #2962ff;
    border-radius: 20px
}

html.theme-dark .card-oLjlGb8d:after {
    border-color: #2962ff
}

@media (any-hover:hover) {
    .card-oLjlGb8d:hover {
        background-color: #f2f2f2
    }
    html.theme-dark .card-oLjlGb8d:hover {
        background-color: #2e2e2e
    }
    .card-oLjlGb8d:hover .content-oLjlGb8d {
        background-color: #f2f2f2
    }
    html.theme-dark .card-oLjlGb8d:hover .content-oLjlGb8d {
        background-color: #2e2e2e
    }
}

.content-oLjlGb8d {
    align-items: center;
    background: #f9f9f9;
    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;
    color: #0f0f0f;
    line-height: var(--ui-lib-typography-line-height);
    fill: #0f0f0f
}

html.theme-dark .content-oLjlGb8d {
    fill: #dbdbdb;
    background: #1f1f1f;
    color: #dbdbdb
}

.content-oLjlGb8d:visited {
    color: #0f0f0f;
    fill: #0f0f0f
}

html.theme-dark .content-oLjlGb8d:visited {
    fill: #dbdbdb;
    color: #dbdbdb
}

@media (any-hover:hover) {
    .content-oLjlGb8d:hover {
        color: #2962ff;
        fill: #2962ff
    }
    html.theme-dark .content-oLjlGb8d:hover {
        fill: #2962ff;
        color: #2962ff
    }
}

.content-oLjlGb8d:active {
    color: #1848cc;
    fill: #1848cc
}

html.theme-dark .content-oLjlGb8d:active {
    fill: #2962ff;
    color: #2962ff
}

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

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

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

.arrow-oLjlGb8d {
    display: inline-block
}

.wrap-oLjlGb8d {
    white-space: nowrap
}

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