.content-page {
    font-size: 1.2em;
    line-height: 1.6;
}

.content-title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.entry-content img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.anyag-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    background: #fff;
}

.anyag-card .anyag-card-header {
    background: #2c2c2c;
    color: #fff;
    padding: 14px 20px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.anyag-card .anyag-card-header .badge-kod {
    background: #c0392b;
    color: #fff;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.anyag-card table {
    margin-bottom: 0;
}

.anyag-card table tbody tr td:first-child {
    background: #f5f5f5;
    font-weight: 600;
    color: #444;
    width: 38%;
    vertical-align: top;
    font-size: 0.88rem;
}

.anyag-card table tbody tr td:last-child {
    font-size: 0.9rem;
    color: #222;
    vertical-align: top;
}

.anyag-card table tbody tr:hover td {
    background-color: #fdf3f3;
}

.anyag-card table tbody tr:hover td:first-child {
    background-color: #ede8e8;
}

.anyag-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c2c2c;
    margin: 48px 0 20px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #c0392b;
}
