.sk-f4-items {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.55;
    margin: 1.2rem 0;
}

.sk-f4-panel,
.sk-f4-controls,
.sk-f4-table-wrap {
    border: 1px solid rgba(216, 188, 44, .58);
    background: rgba(0, 0, 0, .13);
}

.sk-f4-panel {
    margin-bottom: 14px;
}

.sk-f4-panel-head {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(216, 188, 44, .34);
}

.sk-f4-panel-head strong {
    font-size: 14px;
}

.sk-f4-panel-head span,
.sk-f4-dlc-footer,
.sk-f4-resultbar small {
    opacity: .76;
}

.sk-f4-dlc-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sk-f4-dlc-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 44px;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px dotted rgba(255, 255, 255, .13);
}

.sk-f4-dlc-row:nth-child(odd) {
    border-right: 1px dotted rgba(255, 255, 255, .13);
}

.sk-f4-dlc-row.is-enabled {
    background: rgba(216, 188, 44, .07);
}

.sk-f4-toggle,
.sk-f4-reset,
.sk-f4-link-button {
    font: inherit;
    cursor: pointer;
}

.sk-f4-toggle,
.sk-f4-reset {
    border: 1px solid rgba(216, 188, 44, .7);
    background: transparent;
    color: inherit;
    padding: 5px 9px;
}

.sk-f4-toggle:hover,
.sk-f4-toggle[aria-pressed="true"],
.sk-f4-reset:hover {
    background: rgba(216, 188, 44, .13);
}

.sk-f4-dlc-code {
    text-align: center;
    font-weight: 700;
}

.sk-f4-dlc-footer {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 8px 12px;
}

.sk-f4-link-button {
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    text-decoration: underline;
}

.sk-f4-controls {
    display: grid;
    grid-template-columns: minmax(240px, 2fr) minmax(170px, 1fr) minmax(180px, 1fr) auto;
    gap: 10px;
    align-items: end;
    padding: 10px 12px;
}

.sk-f4-controls label {
    display: grid;
    gap: 4px;
}

.sk-f4-controls label > span {
    font-size: 11px;
    font-weight: 700;
}

.sk-f4-controls input,
.sk-f4-controls select {
    width: 100%;
    min-height: 34px;
    box-sizing: border-box;
    border: 1px solid rgba(216, 188, 44, .52);
    background: rgba(0, 0, 0, .22);
    color: inherit;
    font: inherit;
    padding: 6px 8px;
}

.sk-f4-controls option {
    color: #111;
}

.sk-f4-resultbar {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 2px;
}

.sk-f4-table-wrap {
    overflow-x: auto;
}

.sk-f4-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.sk-f4-table th,
.sk-f4-table td {
    text-align: left;
    padding: 7px 10px;
    border-bottom: 1px dotted rgba(255, 255, 255, .13);
}

.sk-f4-table th:last-child,
.sk-f4-table td:last-child {
    width: 190px;
    white-space: nowrap;
}

.sk-f4-table tbody tr:hover {
    background: rgba(216, 188, 44, .06);
}

.sk-f4-table code.is-resolved {
    font-weight: 700;
}

.sk-f4-dlc-token {
    border-bottom: 1px dotted currentColor;
    cursor: help;
    outline: none;
}

.sk-f4-dlc-token:focus {
    background: rgba(216, 188, 44, .12);
}

.sk-f4-source {
    margin: 10px 2px 0;
    font-size: 11px;
    opacity: .78;
}

.sk-f4-source a {
    color: inherit;
    text-decoration: underline;
}

.sk-f4-no-results,
.sk-f4-empty {
    padding: 16px 12px;
    border: 1px solid rgba(216, 188, 44, .58);
}

@media (max-width: 760px) {
    .sk-f4-dlc-list {
        grid-template-columns: 1fr;
    }

    .sk-f4-dlc-row:nth-child(odd) {
        border-right: 0;
    }

    .sk-f4-controls {
        grid-template-columns: 1fr;
    }

    .sk-f4-dlc-footer,
    .sk-f4-resultbar,
    .sk-f4-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }
}
