.szgk-scroll-hint-target,
.szgk-scroll-hint-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.szgk-scroll-hint-target > table,
.szgk-scroll-hint-table > table {
    width: 100%;
}

.szgk-scroll-hint-compact-message {
    position: sticky;
    left: 0;
    display: inline-flex;
    align-items: center;
    margin: 0 0 6px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    background: #f4f4f4;
}

.szgk-scroll-hint-compact-message::before {
    content: "<";
    margin-right: 4px;
}

.szgk-scroll-hint-compact-message::after {
    content: ">";
    margin-left: 4px;
}

@media (max-width: 768px) {
    .szgk-scroll-hint-target > table,
    .szgk-scroll-hint-table > table {
        min-width: 640px;
    }
}
