body {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    color: #333;
    line-height: 1.6;
    margin: 20px;
}

h3 {
    margin-top: 0;
    color: #222;
}

.valtozatok, .csomag-tartalom, .letoltesek {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.valtozatok ul, .csomag-tartalom ul, .letoltesek ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.valtozatok li::before {
    content: "✨ ";
    color: #ff9800;
}

.csomag-tartalom li::before {
    content: "📄 ";
}

.letoltesek li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.letoltesek li:last-child {
    border-bottom: none;
}

.letoltesek a {
    font-weight: bold;
    color: #0073e6;
    text-decoration: none;
}

.letoltesek a:hover {
    text-decoration: underline;
}

.letoltesek small {
    color: #777;
    margin-left: 8px;
    font-size: 0.9em;
}
