.ceges-elonyok-box {
    margin: 36px 0;
    padding: 28px 0;
    background: none;
    border-top: 1px solid rgba(128, 128, 128, 0.22);
    border-bottom: 1px solid rgba(128, 128, 128, 0.22);
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    clear: both;
    /* Hint different parent layouts (grid/flex) */
    grid-column: 1 / -1;
    flex-basis: 100%;
}

.ceges-elonyok-section + .ceges-elonyok-section {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(128, 128, 128, 0.18);
}

.ceges-elonyok-heading {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 22px 0;
    line-height: 1.3;
    color: inherit;
}

.ceges-elonyok-grid {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px 30px;
}

@media (max-width: 1200px) {
    .ceges-elonyok-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .ceges-elonyok-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .ceges-elonyok-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 460px) {
    .ceges-elonyok-grid {
        grid-template-columns: 1fr;
    }
}

.ceges-elonyok-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: inherit;
}

.ceges-elonyok-item::before,
.ceges-elonyok-item::marker {
    content: none !important;
}

.ceges-elonyok-icon {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease;
}

.ceges-elonyok-item:hover .ceges-elonyok-icon {
    transform: scale(1.08);
}

.ceges-elonyok-icon-green {
    background: linear-gradient(135deg, #34d27c 0%, #1ea25c 100%);
    box-shadow: 0 2px 6px rgba(30, 162, 92, 0.35);
}

.ceges-elonyok-icon-orange {
    background: linear-gradient(135deg, #ffb648 0%, #ef8b14 100%);
    box-shadow: 0 2px 6px rgba(239, 139, 20, 0.35);
}

.ceges-elonyok-icon svg {
    display: block;
    width: 14px;
    height: 14px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
}

.ceges-elonyok-text {
    color: inherit;
    font-size: 1em;
    word-break: break-word;
}
