.sr-only-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.container {
    max-width: 650px;
}
.medialog .cobio2 {
    margin: 0;
    padding: 0;
}
.cobio {
    margin-top: 20px;
    position: relative;
    z-index: 10;
    padding: 7px 5px;
    font-size: 14px;
}
.censor {
    text-shadow: none;
    color: white;
    background: white;
}
.censor::selection {
    text-shadow: none;
    color: black;
    background: black;
}
body {
    line-height: 16px;
}
.cobio p {
    background: black;
}
.cw-bar {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
p.cw {
    all: revert;
    margin: 3px 0;
    border-left: 1px dotted #4547b1;
    padding-left: 5px;
    font-style: italic;
}
.cw-bar span {
    padding: 3px 5px;
    border: 1px dotted #444444;
    border-radius: 5px;
}
span.cw {
    padding: 5px;
    color: #ca9fff;
    font-size: 15px;
    min-width: max-content;
}
