/**
 * Frontend styles for woo-grimard features (loaded for all visitors).
 * B2B-specific frontend overrides live in woo-grimard-public.css.
 */


/* ── Product documents list ([productDocuments] shortcode) ────────────────── */

.grimard-product-documents {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

.grimard-product-documents li {
    margin: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #e5e5e5;
}

.grimard-product-documents li:last-child {
    border-bottom: 0;
}

.grimard-product-documents a {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}

.grimard-product-documents a::before {
    content: "\eaf1";
    font-family: 'icomoon' !important;
    display: inline-block;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.grimard-product-documents a:hover {
    color: #cc0000;
    text-decoration: underline;
}


/* ── "Prix sur demande" placeholder ──────────────────────────────────────── */

.grimard-price-on-request {
    font-style: italic;
    color: #555;
}


/* ── B2B order-request note (cart + checkout) ────────────────────────────── */

.grimard-b2b-order-note {
    background: #f0f4f8;
    border-left: 4px solid #1d6fa4;
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.5;
}
