.dashboard {
    max-width: 1000px;
}

.dashboard h1 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0b3f75;
}

.dashboard-status {
    margin-top: 25px;
    padding: 18px 20px;
    background: #ffffff;
    border-left: 4px solid #0a5eb8;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.dashboard-status strong {
    margin-right: 8px;
}