.omega-menu {
    margin-top: 20px;
    width: 220px;
}

.omega-menu h4 {
    background: #304050;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 20px;
}

.omega-main {
    display: block;
    padding: 7px 12px;
    background: #e8e8e8;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    font-weight: bold;
    color: #003366;
    font-size: 15px;
    line-height: 1.25;
}

.omega-sub a {
    display: block;
    padding: 5px 10px 5px 24px;
    background: #f5f5f5;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    text-decoration: none;
    color: #003366;
    font-size: 13px;
    line-height: 1.25;
}

.omega-sub2 a {
    display: block;
    padding: 4px 10px 4px 32px;
    background: #fafafa;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    text-decoration: none;
    color: #003366;
    font-size: 12px;
    line-height: 1.25;
}

.omega-main:hover,
.omega-sub a:hover,
.omega-sub2 a:hover {
    background: #e8f0ff;
    color: #2b6cb0;
}


.omega-main.active,
.omega-sub a.active,
.omega-sub2 a.active {
    background: #2b6cb0;
    color: white !important;
}

.omega-details {
    margin: 0;
}

.omega-details summary {
    cursor: pointer;
    list-style: none;
}

.omega-details summary::-webkit-details-marker {
    display: none;
}

.omega-details summary::after {
    content: " ▸";
    float: right;
}

.omega-details[open] summary::after {
    content: " ▾";
}

.header {
    background: #20343b;
}

.dropmenu ul li a {
    color: white;
}

/* Rozloženie stránky s ľavým menu */
/* Obsah stránky */
.omega-content {
    padding-left: 25px;
    max-width: 1050px;
}

.omega-content h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 25px;
}

.omega-content h2 {
    font-size: 30px;
}

.omega-content img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: none;
    object-fit: contain;
    border-radius: 6px;
    display: block;
    margin: 20px auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);

}

/* Aktuality */
.omega-news-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.omega-news-card {
    flex: 1;
    border: 1px solid #ddd;
    padding: 18px;
    border-radius: 5px;
    background: #fff;
    min-height: 130px;
    min-width: 250px;
}

.omega-news-card h3 {
    font-size: 20px;
    margin-top: 0;
    line-height: 1.2;
}

/* Detail článku - obrázky bez orezu */
#body-wrapper img,
.content-wrapper img,
.page-content img {
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}

.omega-news-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}

.omega-nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 15px;
}

.omega-nav-links a {
    text-decoration: none;
    font-weight: bold;
}

.zubekova-toplink {
    margin-left: 20px;
}

.zubekova-toplink a {
    background: #304050;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.zubekova-toplink a:hover {
    background: #406080;
}

