.kc-editorial,
.kc-editorial *,
.kc-editorial *::before,
.kc-editorial *::after {
    box-sizing: border-box;
}

.kc-editorial {
    min-width: 0;
    overflow-wrap: break-word;
    font-family: var(--kc-font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: var(--kc-color-text);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.kc-editorial[dir="rtl"] {
    direction: rtl;
    text-align: start;
}

.kc-container {
    width: 100%;
    max-width: var(--kc-container);
    min-width: 0;
    margin-inline: auto;
    padding-inline: var(--kc-space-4);
}

.kc-editorial img {
    max-width: 100%;
    height: auto;
}

.kc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--kc-space-5);
    min-width: 0;
}
