.pmc-dashboard {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.pmc-section {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-left: 5px solid #0a3d62;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.pmc-section h2 {
    margin-top: 0;
    color: #0a3d62;
    font-size: 22px;
}

.pmc-list {
    list-style: none;
    padding-left: 0;
}

.pmc-list li {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
}

.pmc-list li:last-child {
    border-bottom: none;
}

.pmc-empty {
    color: #777;
    font-style: italic;
}
