/* Таблица операторов DGOJ.
   На токенах сайта (--je-*), как и live-results: тема переключается между
   тёмной (:root) и светлой ([data-theme="light"]), виджет едет следом.
   Селекторы вложены в .je-dgoj — тема красит голые table/th/td. */

.je-dgoj {
    margin: 1.75rem 0;
    padding: 1.25rem;
    border: 1px solid var(--je-border, #2a2e37);
    border-radius: var(--je-radius-sm, 8px);
    background: var(--je-card-bg, #1a1e27);
    color: var(--je-text-secondary, #8a8f98);
}

.je-dgoj__head {
    margin-bottom: 1rem;
}

.je-dgoj .je-dgoj__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--je-text, #fff);
}

.je-dgoj__count {
    margin: .35rem 0 0;
    font-size: .8125rem;
    color: var(--je-text-muted, #5a5f68);
}

/* 77 строк × 5 колонок: на телефоне таблица уезжает вбок внутри своего
   контейнера, а не растягивает страницу. */
.je-dgoj__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.je-dgoj .je-dgoj__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: .8125rem;
    background: transparent;
}

.je-dgoj .je-dgoj__table th,
.je-dgoj .je-dgoj__table td {
    padding: .5rem .625rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--je-border, #2a2e37);
    background: transparent;
}

.je-dgoj .je-dgoj__table thead th {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--je-text-muted, #5a5f68);
    white-space: nowrap;
}

.je-dgoj .je-dgoj__op {
    font-weight: 600;
    color: var(--je-text, #fff);
}

.je-dgoj .je-dgoj__op a {
    color: var(--je-accent, #00d4aa);
    text-decoration: none;
}

.je-dgoj .je-dgoj__op a:hover {
    text-decoration: underline;
}

.je-dgoj__lic-label {
    display: block;
    margin-top: .25rem;
    font-size: .6875rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: var(--je-text-muted, #5a5f68);
}

.je-dgoj__domain {
    display: block;
    font-variant-numeric: tabular-nums;
    word-break: break-all;
}

.je-dgoj__empty {
    color: var(--je-text-muted, #5a5f68);
}

.je-dgoj__legal {
    margin-top: 1rem;
    padding-top: .875rem;
    border-top: 1px solid var(--je-border, #2a2e37);
    font-size: .75rem;
    line-height: 1.55;
    color: var(--je-text-muted, #5a5f68);
}

.je-dgoj__legal p {
    margin: 0 0 .5rem;
}

.je-dgoj__legal p:first-child {
    font-weight: 600;
    color: var(--je-text-secondary, #8a8f98);
}

.je-dgoj__legal p:last-child {
    margin-bottom: 0;
}
