/* ============================================================
   PDP — EO long description surfaced under the title (top of the
   product info column). Loaded via catalog_product_view.xml.
   ============================================================ */
.product-info-main .eo-pdp-longdesc {
    margin: 22px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #e6e9ef;
}
.product-info-main .eo-pdp-longdesc .value {
    color: #1f2a44;
    font-size: 14px;
    line-height: 1.65;
}
.product-info-main .eo-pdp-longdesc .value p { margin: 0 0 10px; }
.product-info-main .eo-pdp-longdesc .value ul {
    margin: 10px 0 0;
    padding-left: 20px;
    list-style: disc;
}
.product-info-main .eo-pdp-longdesc .value li { margin: 3px 0; }

/* ===== Key Features (EO bullet_point_1..6) ===== */
.product-info-main .eo-pdp-bullets { margin: 18px 0 0; }
.product-info-main .eo-pdp-bullets-title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 800;
    color: #14296b;
    letter-spacing: .3px;
}
.product-info-main .eo-pdp-bullets ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}
.product-info-main .eo-pdp-bullets li {
    margin: 3px 0;
    color: #1f2a44;
    font-size: 14px;
    line-height: 1.55;
}
