/* EDIS configure page, 2026-09-13.5. All rules are scoped to this page. */
#order-standard_cart .product-info.edis-configure-card {
    padding: 20px;
    margin-bottom: 22px;
    border: 1px solid #dce2e6;
    border-radius: 4px;
    background: #fff;
    color: #30343b;
    text-align: left;
}
#order-standard_cart .edis-configure-card[dir="rtl"] { text-align: right; }
#order-standard_cart .edis-configure-card .product-title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.3;
    color: #145477;
}
#order-standard_cart .edis-configure-card .edis-configure-summary {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.55;
    color: #4b5560;
}
#order-standard_cart .edis-configure-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#order-standard_cart .edis-configure-specs li {
    padding: 8px 0;
    border-bottom: 1px solid #e7eaed;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    overflow-wrap: anywhere;
}
#order-standard_cart .edis-configure-specs .edis-configure-wide { grid-column: 1 / -1; }
#order-standard_cart .edis-configure-card .edis-configure-base {
    margin: 13px 0 0;
    color: #606a75;
    font-size: 12px;
    line-height: 1.5;
}
#order-standard_cart .edis-configure-notice {
    padding: 13px 15px;
    margin: 0 0 18px;
    border: 1px solid #d7e3eb;
    border-left: 3px solid #145477;
    border-radius: 3px;
    background: #f5f8fa;
    color: #344b5a;
    font-size: 14px;
    line-height: 1.55;
}
#order-standard_cart .edis-configure-notice p { margin: 0; }
#order-standard_cart .edis-configure-notice a {
    display: inline-block;
    margin-top: 6px;
    color: #145477;
    text-decoration: underline;
}
#order-standard_cart .edis-configure-notice[dir="rtl"] {
    border-left: 1px solid #d7e3eb;
    border-right: 3px solid #145477;
}
@media (max-width: 480px) {
    #order-standard_cart .product-info.edis-configure-card { padding: 16px; }
    #order-standard_cart .edis-configure-specs { column-gap: 12px; }
}

