/* Top Bar */
.top-bar {
    background: #1e3a5f; /* Lacivert */
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    min-height: 38px;
    display: flex;
    align-items: center;
}

.top-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.top-bar-text {
    margin: 0;
    color: #fff;
}

@media (max-width: 768px) {
    .top-bar {
        font-size: 12px;
        padding: 8px 0;
        min-height: 32px;
    }
}
