.unified-header {
    padding: 20px;
    background-color: #1f1f1f;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #444;
}

.unified-header h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ff9000;
}

.unified-header p {
    font-size: 1rem;
    color: #dadada;
}
