body {
    background: #f5f7fb;
    color: #1f2937;
}

.navbar {
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-inverse {
    background: linear-gradient(90deg, #16213e, #0f3460);
    border-color: #0f3460;
}

.navbar-default {
    background: linear-gradient(90deg, #ffffff, #f8fbff);
    border-color: #dbe4f0;
}

.navbar-brand {
    font-weight: 700;
}

.wcmt-page-title {
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: 700;
}

.wcmt-card {
    background: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.06);
    padding: 16px;
    margin-bottom: 14px;
}

.wcmt-filters label {
    font-size: 12px;
    font-weight: 700;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wcmt-summary {
    display: inline-block;
    background: #eef6ff;
    color: #0f3460;
    border: 1px solid #d4e8ff;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

.wcmt-error {
    display: inline-block;
    background: #fff3f3;
    color: #b42318;
    border: 1px solid #ffd4d4;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 8px;
}

.table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.table > thead > tr > th {
    background: #f1f5fb;
    border-bottom: 1px solid #dbe4f0;
    color: #1f2937;
}

.btn-success {
    background: #1769aa;
    border-color: #1769aa;
}

.btn-success:hover,
.btn-success:focus {
    background: #0f4f80;
    border-color: #0f4f80;
}
