.hirdetmenyek-container {
    max-width: 100%;
    margin: 0 auto;
}

.hirdetmeny-item {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #eee;
}

.hirdetmeny-item:last-child {
    border-bottom: none;
}

.hirdetmeny-cim {
    margin-bottom: 1em;
    font-size: 1.5em;
}

.hirdetmeny-tartalom {
    margin-bottom: 1em;
    line-height: 1.6;
}

.hirdetmeny-kep {
    margin: 1em 0;
}

.hirdetmeny-kep img {
    max-width: 100%;
    height: auto;
}

.hirdetmeny-fajlok {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hirdetmeny-fajl {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}

.hirdetmeny-fajl a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #0073aa;
}

.hirdetmeny-fajl a:hover {
    color: #00a0d2;
}

.hirdetmeny-fajl .dashicons {
    margin-right: 5px;
}

.hirdetmenyek-tobb {
    text-align: center;
    margin-top: 2em;
}

.hirdetmenyek-tobb-gomb {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1em;
}

.hirdetmenyek-tobb-gomb:hover {
    background-color: #00a0d2;
} 