.nakihaku-products-wrapper-new {
    margin: 20px 0;
    overflow-x: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.nakihaku-products-table-new {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 14px;
    background-color: #000 !important;
    color: #fff !important;
}
.nakihaku-products-table-new th,
.nakihaku-products-table-new td {
    padding: 12px 8px;
    border: 1px solid #333;
    text-align: left;
    vertical-align: top;
    background-color: #000 !important;
    color: #fff !important;
}
.nakihaku-products-table-new th {
    font-weight: 600;
    white-space: nowrap;
}
.nakihaku-products-table-new .header-icon {
    margin-right: 8px;
    font-size: 16px;
    display: inline-block;
}
.nakihaku-products-table-new a {
    color: #4FC3F7 !important;
    text-decoration: none;
    word-break: break-all;
}
.nakihaku-products-table-new a:hover {
    color: #81D4FA !important;
    text-decoration: underline;
}
.update-time-new {
    text-align: right;
    color: #999;
    font-size: 12px;
    margin: 10px 0;
}
@media (max-width: 768px) {
    .nakihaku-products-table-new {
        font-size: 12px;
    }
    .nakihaku-products-table-new th,
    .nakihaku-products-table-new td {
        padding: 8px 4px;
    }
    .nakihaku-products-table-new .header-icon {
        margin-right: 4px;
        font-size: 14px;
    }
}