.wrap h1 {
    margin-bottom: 20px;
}
.mwscl-db-filters {
    background: #fff;
    border: 1px solid #c3c4c7;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.mwscl-db-filters label {
    font-weight: 600;
}
.mwscl-db-filters select,
.mwscl-db-filters input[type="date"] {
    max-width: 200px;
}
.mwscl-db-filters .button {
    margin-top: 0;
}
.wp-list-table th,
.wp-list-table td {
    vertical-align: top;
}
.mwscl-support-section {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #c3c4c7;
}
.mwscl-support-section h3 {
    margin-top: 0;
}

/* Modal styles */
.mwscl-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.mwscl-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
    border-radius: 5px;
}
.mwscl-modal-content h3 {
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.mwscl-modal-content p {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.mwscl-modal-content p:last-child {
    border-bottom: none;
}
.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
