.mg-quick-facts {
    --mgq-accent: #4F1BAC;
    --mgq-text: #1f1f1f;
    --mgq-muted: #6f6f6f;
    --mgq-line: rgba(31, 31, 31, 0.10);

    width: 100%;
    max-width: none;
    margin: 28px 0 0;
    padding: 25px 0 2px;
    border: 0;
    border-top: 1px solid var(--mgq-line);
    border-radius: 0;
    background: transparent;
    color: var(--mgq-text);
    box-sizing: border-box;
}

.mg-quick-facts__title {
    margin: 0 0 20px;
    padding: 0;
    color: var(--mgq-text);
    font: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.mg-quick-facts__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-quick-facts--count-1 .mg-quick-facts__list {
    grid-template-columns: minmax(0, 1fr);
    max-width: 520px;
    margin-inline: auto;
}

.mg-quick-facts--count-2 .mg-quick-facts__list,
.mg-quick-facts--count-4 .mg-quick-facts__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
    margin-inline: auto;
}

.mg-quick-facts__item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--mgq-text);
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

.mg-quick-facts__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    color: var(--mgq-accent);
}

.mg-quick-facts__icon svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mg-quick-facts__text {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
    .mg-quick-facts {
        margin-top: 24px;
        padding-top: 23px;
    }

    .mg-quick-facts__list,
    .mg-quick-facts--count-2 .mg-quick-facts__list,
    .mg-quick-facts--count-4 .mg-quick-facts__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
        column-gap: 24px;
        row-gap: 18px;
    }

    .mg-quick-facts--count-1 .mg-quick-facts__list {
        grid-template-columns: minmax(0, 1fr);
        max-width: 520px;
    }
}

@media (max-width: 767px) {
    .mg-quick-facts {
        margin-top: 22px;
        padding: 21px 0 0;
    }

    .mg-quick-facts__title {
        margin-bottom: 16px;
        font-size: 17px;
        text-align: left;
    }

    .mg-quick-facts__list,
    .mg-quick-facts--count-1 .mg-quick-facts__list,
    .mg-quick-facts--count-2 .mg-quick-facts__list,
    .mg-quick-facts--count-4 .mg-quick-facts__list {
        grid-template-columns: minmax(0, 1fr);
        gap: 13px;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .mg-quick-facts__item {
        grid-template-columns: 17px minmax(0, 1fr);
        gap: 9px;
        font-size: 14px;
        line-height: 1.48;
    }

    .mg-quick-facts__icon {
        width: 17px;
        height: 17px;
        margin-top: 2px;
        flex-basis: 17px;
    }

    .mg-quick-facts__icon svg {
        width: 16px;
        height: 16px;
    }
}

/* Product intro: integrated, neutral and customer-first. */
.mg-product-summary { width: 100%; }
.mg-product-intro { width: 100%; margin: 0 0 32px; padding: 0; }
.mg-product-intro__title { margin: 0 0 14px; font-size: clamp(20px, 1.6vw, 25px); line-height: 1.25; font-weight: 650; color: inherit; }
.mg-product-intro__text { max-width: 860px; margin: 0; font-size: 15px; line-height: 1.72; color: inherit; }
.mg-product-intro__text p { margin: 0; }
.mg-product-intro__text p + p { margin-top: 11px; }
@media (max-width: 767px) {
  .mg-product-intro { margin-bottom: 24px; }
  .mg-product-intro__title { font-size: 19px; line-height: 1.3; }
  .mg-product-intro__text { max-width: none; font-size: 14px; line-height: 1.65; }
  .mg-product-intro__text p + p { margin-top: 9px; }
}


/* Mobil: intro kan döljas globalt utan JS eller duplicerad rendering. */
@media (max-width: 767px) {
    .mg-product-summary--hide-intro-mobile .mg-product-intro {
        display: none;
    }
    .mg-product-summary--hide-intro-mobile .mg-product-intro + .mg-quick-facts {
        border-top: 0;
        padding-top: 0;
    }
}
