.matelec-product-content {
    --matelec-content-orange: #ef5902;
    --matelec-content-orange-dark: #b83f00;
    --matelec-content-soft: #fff6f0;
    --matelec-content-line: #f0e3da;
    --matelec-content-text: #332b27;
    color: var(--matelec-content-text);
    font-size: 1rem;
    line-height: 1.75;
}

.matelec-category-content,
.matelec-brand-content {
    --matelec-content-orange: #ef5902;
    --matelec-content-orange-dark: #b83f00;
    --matelec-content-soft: #fff6f0;
    --matelec-content-line: #f0e3da;
    color: #332b27;
    font-size: 1rem;
    line-height: 1.75;
}

.matelec-product-content > p:first-child {
    margin: 0 0 2rem;
    padding: 1.15rem 1.3rem;
    border-left: 4px solid var(--matelec-content-orange);
    border-radius: 0 10px 10px 0;
    background: linear-gradient(105deg, var(--matelec-content-soft), #fff 82%);
    color: #4b3c34;
    font-size: 1.08em;
    line-height: 1.7;
}

.matelec-category-content > p:first-child,
.matelec-brand-content > p:first-child {
    margin: 0 0 2rem;
    padding: 1.15rem 1.3rem;
    border-left: 4px solid var(--matelec-content-orange);
    border-radius: 0 10px 10px 0;
    background: linear-gradient(105deg, var(--matelec-content-soft), #fff 82%);
    color: #4b3c34;
    font-size: 1.08em;
    line-height: 1.7;
}

.matelec-product-content h2 {
    position: relative;
    margin: 2.15rem 0 .85rem;
    padding: 0 0 .7rem;
    border-bottom: 1px solid var(--matelec-content-line);
    color: #2d241f;
    font-size: clamp(1.25rem, 1.05rem + .55vw, 1.65rem);
    line-height: 1.3;
}

.matelec-category-content h2,
.matelec-brand-content h2 {
    position: relative;
    margin: 2.15rem 0 .85rem;
    padding: 0 0 .7rem;
    border-bottom: 1px solid var(--matelec-content-line);
    color: #2d241f;
    font-size: clamp(1.25rem, 1.05rem + .55vw, 1.65rem);
    line-height: 1.3;
}

.matelec-product-content h2::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 54px;
    height: 3px;
    border-radius: 3px;
    background: var(--matelec-content-orange);
    content: "";
}

.matelec-category-content h2::after,
.matelec-brand-content h2::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 54px;
    height: 3px;
    border-radius: 3px;
    background: var(--matelec-content-orange);
    content: "";
}

.matelec-product-content p {
    margin: 0 0 1.05rem;
}

.matelec-category-content p,
.matelec-brand-content p {
    margin: 0 0 1.05rem;
}

.matelec-product-content ul,
.matelec-product-content ol {
    display: grid;
    gap: .55rem;
    margin: .8rem 0 1.3rem;
    padding: 1rem 1.25rem 1rem 2.5rem;
    border: 1px solid var(--matelec-content-line);
    border-radius: 10px;
    background: #fffaf7;
}

.matelec-category-content ul,
.matelec-category-content ol,
.matelec-brand-content ul,
.matelec-brand-content ol {
    display: grid;
    gap: .55rem;
    margin: .8rem 0 1.3rem;
    padding: 1rem 1.25rem 1rem 2.5rem;
    border: 1px solid var(--matelec-content-line);
    border-radius: 10px;
    background: #fffaf7;
}

.matelec-product-content li {
    margin: 0;
    padding-left: .2rem;
}

.matelec-category-content li,
.matelec-brand-content li {
    margin: 0;
    padding-left: .2rem;
}

.matelec-product-content li::marker {
    color: var(--matelec-content-orange-dark);
    font-weight: 700;
}

.matelec-category-content li::marker,
.matelec-brand-content li::marker {
    color: var(--matelec-content-orange-dark);
    font-weight: 700;
}

.matelec-product-content strong {
    color: #221b18;
}

.matelec-category-content strong,
.matelec-brand-content strong {
    color: #221b18;
}

@media (max-width: 640px) {
    .matelec-product-content {
        line-height: 1.68;
    }

    .matelec-category-content,
    .matelec-brand-content {
        line-height: 1.68;
    }

    .matelec-product-content > p:first-child {
        padding: 1rem;
        font-size: 1em;
    }

    .matelec-category-content > p:first-child,
    .matelec-brand-content > p:first-child {
        padding: 1rem;
        font-size: 1em;
    }

    .matelec-product-content h2 {
        margin-top: 1.75rem;
    }

    .matelec-category-content h2,
    .matelec-brand-content h2 {
        margin-top: 1.75rem;
    }
}
