.sugo-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 30px 30px 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #232323;
}

.sugo-content h2 {
    color: #7C372D;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(124, 55, 45, 0.25);
    padding-bottom: 4px;
}

.sugo-content h3 {
    color: #586148;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 6px;
    text-align: left;
}

.sugo-content p {
    margin: 0 0 8px 0;
    padding-top: 0;
}

.sugo-content ul {
    margin: 0 0 12px 24px;
    padding: 0;
}

.sugo-content ul li {
    margin: 2px 0;
}

.sugo-content code {
    background: #f0e8e2;
    border: 1px solid rgba(124, 55, 45, 0.2);
    padding: 1px 6px;
    border-radius: 3px;
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 0.9em;
}

.sugo-kep-wrapper {
    text-align: center;
    margin: 14px 0;
}

.sugo-content .sugo-kep {
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(124, 55, 45, 0.25);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* A profilikon három állapotát szemléltető lista — ugyanazt az SVG-t
   használja, mint a navbar (currentColor a fej hátterére), csak a
   szín-class változik. */
.sugo-content ul.sugo-profil-allapotok {
    list-style: none;
    margin: 8px 0 12px 0;
    padding: 0;
}

.sugo-content ul.sugo-profil-allapotok li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0;
}

.sugo-profil-szin {
    display: inline-flex;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.sugo-profil-ikon {
    width: 32px;
    height: 32px;
}

.sugo-profil-szurke { color: #888888; }
.sugo-profil-zold   { color: #28a745; }
.sugo-profil-piros  { color: #dc3545; }