/* --- 4. TOP BAR (TYRKYSOVÁ LIŠTA) --- */
.om-top-bar {
    background: var(--color-secondary);
    color: #ffffff;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
}

.om-top-bar-inner {
    max-width: 1418px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.om-usp-list { display: flex; gap: 20px; }
.om-usp-item { font-weight: 500; }
.om-contact-info a { color: #ffffff !important; text-decoration: none; font-weight: bold; margin-left: 20px; }

@media (max-width: 900px) {
    .om-top-bar {
        display: none; /* Toto skryje celou lištu včetně pozadí */
    }
}