<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 15px;
}

.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.nowrap {
    white-space: nowrap;
}

.table-holder {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    cursor:grab;
    user-select: none;
}

.article__body .table-holder table td:first-child, .article__body table th:first-child {
    word-break: normal !important;
}

.article__body .table-holder a:not([class]) {
    word-break: normal !important;
}

.table-holder table {
    width: auto;
    font-size: 0.75rem;
    word-wrap: normal !important;
    word-break: normal !important;
    margin: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.table-holder table td,
.table-holder table th {
    padding: 1px 2px;
    vertical-align: middle;
}
.table-holder table thead th {
    padding: 1px 2px;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f3f5fb;
}
.table-holder table td {
    padding: 1px 2px;
    text-align: center;
}

.table-holder table tbody th {
    text-align: left;
    position: relative;
}
.table-holder table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #f3f5fb
}
.table-holder table tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #f3f5fb
}</pre></body></html>