/* ── Oren Key Takeaways — Front-end styles ───────────────── */

.oren-kt-wrap {
    background: #fff8f2;
    border-left: 4px solid #e85d04;
    border-radius: 6px;
    padding: 20px 24px;
    margin: 32px 0;
    font-family: inherit;
}

.oren-kt-title {
    font-weight: 700;
    color: #e85d04;
    margin: 0 0 14px;
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 6px;
}

.oren-kt-emoji {
    font-style: normal;
}

.oren-kt-list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0; /* optional: removes default indent */
}

.oren-kt-list li {
    padding: 5px 0 5px 26px;
    position: relative;
    font-size: 0.95em;
    color: inherit;
    line-height: 1.5;
}

.oren-kt-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #e85d04;
    font-weight: 700;
}
