.mps-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: end;
    margin: 0 0 20px;
    padding: 16px;
    background: #f3f6f8;
    border: 1px solid #dfe6ec;
    border-radius: 6px;
}

.mps-filter label {
    display: grid;
    gap: 4px;
    font-weight: 700;
}

.mps-filter input {
    min-height: 40px;
    border: 1px solid #ccd6dd;
    border-radius: 4px;
    padding: 6px 10px;
}

.mps-filter button {
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    background: #006fbd;
    color: #fff;
    font-weight: 700;
    padding: 0 16px;
}

.mps-note {
    padding: 14px 16px;
    background: #eef7ee;
    border-left: 4px solid #26a641;
}

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

.mps-publishing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    table-layout: auto;
}

.mps-publishing-table th,
.mps-publishing-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e3e8ed;
    text-align: left;
    vertical-align: top;
}

.mps-publishing-table th {
    background: #f3f6f8;
    color: #22313f;
}

.mps-publishing-table a {
    font-weight: 700;
}

.mps-publishing-table td:nth-child(3),
.mps-publishing-table td:nth-child(4) {
    word-break: normal;
    overflow-wrap: anywhere;
}

.mps-publishing-table td:nth-child(5) {
    white-space: nowrap;
}

@media (max-width: 680px) {
    .mps-filter {
        display: block;
    }

    .mps-filter label,
    .mps-filter button {
        width: 100%;
        margin-top: 10px;
    }
}
