
/* ===== Minimal Reset (CKEditor friendly) ===== */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    line-height: 1.5;
}

/* Remove default margin for layout elements */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
    margin: 0;
}

/* Images and media responsive */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/* Form elements inherit font */
input, button, textarea, select {
    font: inherit;
}

/* Tables behave consistently */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Improve text rendering */
body {
    -webkit-font-smoothing: antialiased;
}

/* Anchor defaults */
a {
    text-decoration: none;
    color: inherit;
}

/* Lists still keep style for content (important for CKEditor) */
ul, ol {
    padding-left: 1.5em;
}

/* Headings inherit font weight */
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
}
