.ist-cta {
    margin-top: 12px;
}

.ist-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--iot-green);
    color: #fff;
    font-family: var(--iot-font-heading);
    font-size: 15px;
    font-weight: 700;
    padding: 11px 18px;
    border-radius: 9px;
    min-height: var(--iot-touch-target);
    box-sizing: border-box;
}

.ist-cta__link:hover {
    background: #00641c;
    color: #fff;
    text-decoration: none;
}

.ist-layout {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.ist-col-form {
    flex: 0 1 420px;
    min-width: 320px;
    max-width: 520px;
}

.ist-col-results {
    flex: 1 1 520px;
    min-width: 0;
}

.ist-form {
    background: linear-gradient(135deg, var(--iot-navy-700), var(--iot-navy-950));
    border-radius: 13px;
    padding: 18px 20px 20px;
    color: #fff;
}

.ist-quick {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.ist-quick__btn {
    flex: none;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .07);
    color: #dce6f2;
    font: inherit;
    font-size: 11.5px;
    font-weight: 700;
    padding: 8px 11px;
    border-radius: var(--iot-radius-pill);
    cursor: pointer;
    min-height: 36px;
    white-space: nowrap;
}

.ist-quick__btn[aria-pressed="true"] {
    background: var(--iot-blue-accent);
    border-color: var(--iot-blue-accent);
    color: var(--iot-navy-950);
}

#iddaa_istatistik_form.ist-form .form-group {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 0;
}

#iddaa_istatistik_form.ist-form .istatistik-btn {
    display: flex;
}

.ist-field {
    margin-bottom: 13px;
}

.ist-label {
    display: block;
    font-size: 12.5px;
    color: #c3d2e4;
    margin-bottom: 7px;
}

.ist-label--row {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ist-label__value {
    margin-left: auto;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 14px;
    font-weight: 700;
    color: var(--iot-blue-accent);
    font-variant-numeric: tabular-nums;
}

.ist-select.form-control {
    width: 100%;
    height: var(--iot-touch-target);
    border: 1px solid var(--iot-navy-500);
    border-radius: 8px;
    background: #0f2137;
    color: #fff;
    font: inherit;
    font-size: 13.5px;
    padding: 0 10px;
    cursor: pointer;
}

.ist-select.form-control:focus {
    background: #0f2137;
    color: #fff;
    border-color: var(--iot-blue-accent);
    box-shadow: none;
}

.ist-select.form-control option {
    color: #152943;
    background: #fff;
}

.ist-seg {
    display: flex;
    gap: 3px;
    background: rgba(255, 255, 255, .07);
    padding: 3px;
    border-radius: 8px;
}

.ist-seg__item {
    flex: 1;
    margin: 0;
    min-width: 0;
}

.ist-seg__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.ist-seg__label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 6px;
    border-radius: 6px;
    min-height: 40px;
    color: #8fa5bf;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
}

.ist-seg__input:checked + .ist-seg__label {
    background: var(--iot-blue-accent);
    color: var(--iot-navy-950);
}

.ist-seg__input:focus-visible + .ist-seg__label {
    outline: 2px solid var(--iot-blue-accent);
    outline-offset: 1px;
}

.ist-seg__short {
    display: none;
}

.ist-range {
    width: 100%;
    accent-color: var(--iot-blue-accent);
}

.ist-field__note {
    margin: 6px 0 0;
    font-size: 11px;
    color: #8fa5bf;
    min-height: 15px;
}

.ist-actions {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.ist-submit.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 9px;
    background: var(--iot-green);
    color: #fff;
    font-family: var(--iot-font-heading);
    font-size: 16px;
    font-weight: 700;
    padding: 13px 24px;
    min-height: 48px;
}

.ist-submit.btn:hover,
.ist-submit.btn:focus {
    background: #00641c;
    color: #fff;
}

.ist-reset {
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .07);
    color: #dce6f2;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 16px;
    border-radius: 9px;
    cursor: pointer;
    min-height: 48px;
}

.ist-ad {
    margin-top: 14px;
}

.ist-ad--wide {
    margin-top: 14px;
}

.ist-basket {
    background: var(--iot-navy-700);
    border-radius: 11px;
    margin-top: 14px;
    padding: 15px 17px 17px;
    color: #fff;
}

.ist-basket__head {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ist-basket__title {
    margin: 0;
    font-family: var(--iot-font-heading);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.ist-basket__clear {
    margin-left: auto;
    border: 0;
    background: none;
    font: inherit;
    font-size: 11.5px;
    font-weight: 700;
    color: #8fa5bf;
    cursor: pointer;
    text-decoration: underline;
    min-height: 32px;
}

.ist-basket__note {
    margin: 3px 0 11px;
    font-size: 11.5px;
    color: #8fa5bf;
}

.ist-basket__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ist-basket__row {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ist-basket__team {
    flex: 1;
    min-width: 0;
    font-size: 12.5px;
    font-weight: 700;
    color: #dce6f2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ist-basket__track {
    flex: none;
    width: 96px;
    height: 8px;
    border-radius: 4px;
    background: #22384f;
    overflow: hidden;
}

.ist-basket__fill {
    display: block;
    height: 100%;
    border-radius: 4px;
    width: var(--pct, 0%);
}

.ist-basket__pct {
    flex: none;
    min-width: 36px;
    text-align: right;
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.ist-basket__remove {
    flex: none;
    width: 26px;
    height: 26px;
    border: 0;
    background: rgba(255, 255, 255, .07);
    color: #8fa5bf;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
}

.ist-basket__cta {
    display: block;
    margin-top: 12px;
    text-align: center;
    background: var(--iot-blue-accent);
    color: var(--iot-navy-950);
    font-family: var(--iot-font-heading);
    font-size: 14px;
    font-weight: 700;
    padding: 11px;
    border-radius: 8px;
    min-height: var(--iot-touch-target);
    box-sizing: border-box;
}

.ist-basket__cta:hover {
    color: var(--iot-navy-950);
    text-decoration: none;
    opacity: .9;
}

.ist-hint {
    margin: 0 0 12px;
    font-size: 13.5px;
    line-height: 1.65;
    color: #4d5f74;
    background: #fff;
    border-radius: var(--iot-radius-card);
    padding: 12px 15px;
    box-shadow: var(--iot-shadow-card);
}

.ist-results__head {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 15px 18px 0;
    flex-wrap: wrap;
}

.ist-results__note {
    font-size: 12px;
    color: var(--iot-text-muted-2);
}

.ist-results__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    color: #0b4c86;
    background: #eef6fc;
    border-radius: var(--iot-radius-pill);
    padding: 4px 11px;
}

.ist-results__more::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--iot-blue-accent);
    animation: istPulse 1s ease-in-out infinite;
}

@keyframes istPulse {
    0%, 100% { opacity: .35; }
    50% { opacity: 1; }
}

.ist-results__filters {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 18px;
    flex-wrap: wrap;
}

.ist-search {
    position: relative;
    flex: 1 1 200px;
    min-width: 170px;
}

.ist-search__icon {
    position: absolute;
    left: 11px;
    top: 12px;
    color: var(--iot-text-muted-2);
}

.ist-search__input {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid var(--iot-border-strong);
    border-radius: 8px;
    padding: 0 12px 0 33px;
    font: inherit;
    font-size: 13.5px;
    color: var(--iot-text);
    background: var(--iot-bg-panel-alt);
}

.ist-minpct {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    font-size: 12.5px;
    color: #4d5f74;
    white-space: nowrap;
}

.ist-minpct__value {
    color: var(--iot-text);
    font-variant-numeric: tabular-nums;
    min-width: 34px;
}

.ist-minpct__range {
    width: 110px;
    accent-color: #0b4c86;
}

.ist-chip {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--iot-border-strong);
    background: var(--iot-bg-panel-alt);
    color: #4d5f74;
    font: inherit;
    font-size: 12.5px;
    font-weight: 700;
    padding: 9px 12px;
    border-radius: 8px;
    cursor: pointer;
    min-height: 40px;
    white-space: nowrap;
}

.ist-chip__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d2352c;
}

.ist-chip--bulletin[aria-pressed="true"] {
    background: #fdeeee;
    border-color: #f0c4c4;
    color: #a3121a;
}

.ist-chip--sort {
    display: none;
}

.ist-filters-row {
    display: contents;
}

.ist-loading {
    padding: 40px 18px;
    text-align: center;
}

.ist-loading--block {
    padding: 24px 0;
}

.ist-loading strong {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: var(--iot-text);
}

.ist-loading__bar {
    display: block;
    width: 170px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
    background: #eef2f6;
    overflow: hidden;
}

.ist-loading__fill {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: 2px;
    background: var(--iot-blue-accent);
    animation: istSweep 1s linear infinite;
}

@keyframes istSweep {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(400%); }
}

.ist-table-wrap {
    overflow-x: auto;
}

.ist-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 600px;
}

.ist-table--history {
    min-width: 820px;
}

.ist-table thead tr {
    background: var(--iot-bg-panel);
}

.ist-table th {
    border: 0;
    padding: 11px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #4d5f74;
    vertical-align: middle;
}

.ist-table th:first-child {
    padding-left: 18px;
}

.ist-table th:last-child {
    padding-right: 18px;
}

.ist-table th.ist-c-rank {
    width: 44px;
    box-sizing: border-box;
}

.ist-table th.ist-c-league {
    width: 136px;
    box-sizing: border-box;
}

.ist-table th.ist-c-num {
    width: 76px;
    box-sizing: border-box;
}

.ist-table th.ist-c-num:nth-of-type(4) {
    width: 62px;
}

.ist-table th.ist-c-pct {
    width: 168px;
    box-sizing: border-box;
}

.ist-table th.ist-c-date {
    width: 190px;
    box-sizing: border-box;
}

.ist-table th.ist-c-score {
    width: 82px;
    box-sizing: border-box;
    text-align: center;
}

.ist-table th.ist-c-tag {
    width: 124px;
    box-sizing: border-box;
    text-align: right;
}

.ist-table th.ist-c-home {
    text-align: right;
}

.ist-table td {
    border: 0;
    border-top: 1px solid #eef2f6;
    padding: 9px 8px;
    vertical-align: middle;
}

.ist-table td:first-child {
    padding-left: 18px;
}

.ist-table td:last-child {
    padding-right: 18px;
}

.ist-table tbody tr:hover {
    background: #f4f9fd;
}

.ist-table tbody tr.is-selected {
    background: #eef6fc;
}

.ist-sort {
    width: 100%;
    text-align: left;
    border: 0;
    background: none;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #4d5f74;
    padding: 0;
    cursor: pointer;
}

.ist-sort--right {
    text-align: right;
}

.ist-sort__icon {
    font-weight: 400;
    color: #8496ab;
}

.ist-cell-rank {
    font-size: 12px;
    color: var(--iot-text-muted-2);
    font-variant-numeric: tabular-nums;
}

.ist-team-btn {
    border: 0;
    background: none;
    padding: 0;
    font: inherit;
    font-size: 13.5px;
    font-weight: 700;
    color: #0b4c86;
    cursor: pointer;
    text-align: left;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.ist-team-btn.is-bulletin {
    color: #d2352c;
}

.ist-team-btn.is-open {
    text-decoration: underline;
}

.ist-cell-league {
    font-size: 11.5px;
    color: var(--iot-text-muted-2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ist-cell-num {
    text-align: right;
    font-size: 13px;
    color: #4d5f74;
    font-variant-numeric: tabular-nums;
}

.ist-cell-num--strong {
    font-weight: 700;
    color: var(--iot-text);
}

.ist-basket-btn {
    flex: none;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border: 1px solid var(--iot-border-strong);
    background: var(--iot-bg-panel-alt);
    color: var(--iot-text-muted-2);
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
}

.ist-basket-btn[aria-pressed="true"] {
    border-color: #b9e2c4;
    background: #e6f6ea;
    color: #00641c;
}

.ist-cards {
    display: none;
    flex-direction: column;
}

.ist-card {
    padding: 10px 13px;
    border-top: 1px solid #eef2f6;
}

.ist-card.is-selected {
    background: #eef6fc;
}

.ist-card__top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ist-card__rank {
    flex: none;
    min-width: 20px;
    font-size: 11px;
    color: var(--iot-text-muted-2);
    font-variant-numeric: tabular-nums;
}

.ist-card__team {
    flex: 1;
    min-width: 0;
}

.ist-card__mid {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.ist-card__league {
    flex: 1;
    min-width: 0;
    font-size: 10.5px;
    color: var(--iot-text-muted-2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ist-card__count {
    flex: none;
    font-size: 10.5px;
    color: var(--iot-text-muted-2);
    font-variant-numeric: tabular-nums;
}

.ist-card__pct {
    margin-top: 5px;
}

.ist-empty {
    padding: 40px 18px 44px;
    text-align: center;
}

.ist-empty p {
    margin: 0;
    font-size: 14px;
    color: var(--iot-text-muted-2);
}

.ist-empty__reset {
    margin-top: 10px;
    border: 1px solid var(--iot-border-strong);
    background: var(--iot-bg-panel-alt);
    color: #0b4c86;
    font: inherit;
    font-size: 12.5px;
    font-weight: 700;
    padding: 9px 15px;
    border-radius: 8px;
    cursor: pointer;
    min-height: 40px;
}

.ist-more {
    width: 100%;
    border: 0;
    border-top: 1px solid #eef2f6;
    background: var(--iot-bg-panel-alt);
    border-radius: 0;
    cursor: pointer;
}

.ist-hist,
.ist-leagues {
    margin-top: 14px;
}

.ist-side__title {
    margin: 0 0 3px;
    font-family: var(--iot-font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--iot-text);
}

.ist-side__note {
    margin: 0 0 12px;
    font-size: 11.5px;
    color: var(--iot-text-muted-2);
    line-height: 1.5;
}

.ist-hist__chart {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 96px;
}

.ist-hist__col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    height: 96px;
}

.ist-hist__count {
    font-size: 10.5px;
    font-weight: 700;
    color: #4d5f74;
    font-variant-numeric: tabular-nums;
}

.ist-hist__bar {
    width: 100%;
    height: var(--h, 4px);
    border-radius: 5px 5px 0 0;
    background: #e4eaf1;
}

.ist-hist__bar.has-data {
    background: #0b4c86;
}

.ist-hist__col[aria-pressed="true"] .ist-hist__bar {
    background: var(--iot-blue-accent);
}

.ist-hist__label {
    font-size: 9.5px;
    color: var(--iot-text-muted-2);
    white-space: nowrap;
}

.ist-leagues__list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ist-league {
    display: flex;
    align-items: center;
    gap: 9px;
    border: 0;
    background: transparent;
    border-radius: 7px;
    padding: 8px 9px;
    cursor: pointer;
    text-align: left;
    min-height: 38px;
}

.ist-league[aria-pressed="true"] {
    background: #eef6fc;
}

.ist-league__name {
    flex: 1;
    min-width: 0;
    font-size: 12.5px;
    color: #4d5f74;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ist-league[aria-pressed="true"] .ist-league__name {
    color: #0b4c86;
}

.ist-league__track {
    flex: none;
    width: 80px;
    height: 7px;
    border-radius: 4px;
    background: #eef2f6;
    overflow: hidden;
}

.ist-league__fill {
    display: block;
    height: 100%;
    border-radius: 4px;
    width: var(--pct, 0%);
    background: #0b4c86;
}

.ist-league__pct {
    flex: none;
    min-width: 34px;
    text-align: right;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--iot-text);
    font-variant-numeric: tabular-nums;
}

.ist-history {
    margin-top: 14px;
}

.ist-history__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px 0;
    flex-wrap: wrap;
}

.ist-history__note {
    font-size: 12.5px;
    color: var(--iot-text-muted-2);
}

.ist-history__meta {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 9px;
}

.ist-history__pct {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--iot-text-muted-2);
    background: #fff8e6;
    border: 1px solid #f0dfae;
    border-radius: var(--iot-radius-pill);
    padding: 6px 12px;
}

.ist-history__pct.is-high {
    background: #e6f6ea;
    border-color: #b9e2c4;
    color: #007c23;
}

.ist-history__close {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid #eef2f6;
    background: var(--iot-bg-panel-alt);
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    color: var(--iot-text-muted-2);
    line-height: 1;
}

.ist-history__filters {
    display: flex;
    gap: 6px;
    padding: 12px 20px 0;
    flex-wrap: wrap;
}

.ist-history__filters:empty {
    display: none;
}

.ist-hfilter {
    border: 1px solid var(--iot-border-strong);
    background: var(--iot-bg-panel-alt);
    color: #4d5f74;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: var(--iot-radius-pill);
    cursor: pointer;
    min-height: 38px;
    white-space: nowrap;
    flex: none;
}

.ist-hfilter[aria-pressed="true"] {
    background: var(--iot-navy-700);
    border-color: var(--iot-navy-700);
    color: #fff;
}

.ist-hfilter__count {
    font-weight: 400;
    color: var(--iot-text-muted-2);
}

.ist-hfilter[aria-pressed="true"] .ist-hfilter__count {
    color: #8fa5bf;
}

.ist-history .ist-table-wrap {
    margin-top: 12px;
}

.ist-hrow--matched {
    background: #fbfdf9;
}

.ist-hdate {
    font-size: 12.5px;
    color: #4d5f74;
    font-variant-numeric: tabular-nums;
}

.ist-hmeta {
    font-size: 11px;
    color: var(--iot-text-muted-2);
    margin-top: 1px;
}

.ist-hteam {
    font-size: 13.5px;
    color: #0b4c86;
}

.ist-hteam:hover {
    color: var(--iot-navy-700);
}

.ist-hteam.is-winner {
    font-weight: 700;
    color: var(--iot-text);
}

.ist-hscore {
    display: inline-block;
    min-width: 48px;
    padding: 4px 8px;
    border-radius: 6px;
    background: var(--iot-navy-700);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

.ist-htag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    color: #a3121a;
    background: #fdeeee;
    border: 1px solid #f0c4c4;
    border-radius: 6px;
    padding: 4px 8px;
}

.ist-htag--ok {
    color: #00641c;
    background: #e6f6ea;
    border-color: #b9e2c4;
}

.ist-history__cards {
    display: none;
    flex-direction: column;
}

.ist-hcard {
    display: block;
    padding: 10px 13px;
    border-top: 1px solid #eef2f6;
}

.ist-hcard--matched {
    background: #fbfdf9;
}

.ist-hcard__top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ist-hcard__rank {
    flex: none;
    min-width: 18px;
    font-size: 10.5px;
    color: var(--iot-text-muted-2);
    font-variant-numeric: tabular-nums;
}

.ist-hcard__meta {
    flex: 1;
    min-width: 0;
    font-size: 10.5px;
    color: var(--iot-text-muted-2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ist-hcard__mark {
    flex: none;
    font-size: 10.5px;
    font-weight: 700;
    color: #a3121a;
}

.ist-hcard__mark--ok {
    color: #00641c;
}

.ist-hcard__body {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.ist-hcard__side {
    flex: 1;
    min-width: 0;
    font-size: 12.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ist-hcard__side .ist-hteam {
    font-size: 12.5px;
}

.ist-hcard__side--home {
    text-align: right;
}

.ist-hcard__score {
    flex: none;
    min-width: 48px;
}

.ist-hcard__foot {
    text-align: center;
    font-size: 10.5px;
    color: var(--iot-text-muted-2);
    margin-top: 3px;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 991.98px) {
    .ist-col-form,
    .ist-col-results {
        flex: 1 1 100%;
        max-width: none;
        min-width: 0;
    }

    .ist-layout {
        gap: 11px;
        margin-top: 11px;
    }

    .ist-cta__link {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .ist-form {
        border-radius: 12px;
        padding: 13px 12px 15px;
    }

    .ist-hint {
        margin-bottom: 11px;
        font-size: 12.5px;
        padding: 11px 12px;
    }

    .ist-hist,
    .ist-leagues,
    .ist-history,
    .ist-ad,
    .ist-basket {
        margin-top: 11px;
    }
}

@media (max-width: 767.98px) {
    .ist-table-wrap.table-statistic {
        display: none;
    }

    .ist-cards {
        display: flex;
    }

    .ist-history .ist-table-wrap {
        display: none;
    }

    .ist-history__cards {
        display: flex;
        margin-top: 9px;
    }

    .ist-seg__long {
        display: none;
    }

    .ist-seg__short {
        display: inline;
    }

    .ist-results__head {
        padding: 12px 13px 0;
        gap: 8px;
    }

    .ist-results__filters {
        padding: 10px 13px;
        gap: 8px;
        flex-direction: column;
        align-items: stretch;
    }

    .ist-search {
        flex: 1 1 auto;
        min-width: 0;
    }

    .ist-minpct {
        white-space: normal;
    }

    .ist-minpct__range {
        flex: 1;
        width: auto;
    }

    .ist-filters-row {
        display: flex;
        gap: 6px;
    }

    .ist-chip--bulletin {
        flex: 1;
        justify-content: center;
    }

    .ist-chip--sort {
        display: flex;
        justify-content: center;
        flex: none;
    }

    .ist-results__filters .ist-chip {
        min-height: 42px;
    }

    .ist-history__head {
        padding: 12px 13px 0;
        gap: 8px;
    }

    .ist-history__filters {
        padding: 10px 13px 0;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .ist-history__meta {
        width: 100%;
        margin-left: 0;
    }

    .ist-history__pct {
        margin-left: auto;
    }

    .ist-loading {
        padding: 30px 13px;
    }

    .ist-hist__chart {
        height: 88px;
    }

    .ist-hist__col {
        height: 88px;
    }

    .ist-empty {
        padding: 30px 13px 34px;
    }
}

