



/* Template css resource: Core 8 - Fluid - Module newsxsell - z merge  */
.nxl{
--nxl-accent:#ff9e15;   /* oranje: chevron + knop + titel-hover */
--nxl-ink:#333;         /* titeltekst (live .cmscontent color) */
--nxl-row:#f4f4f4;      /* grijze balk */
--nxl-gap:10px;         /* witte tussenruimte (live .tab margin-top:10px) */
max-width:860px;margin:0 auto;
}
.nxl,.nxl *{box-sizing:border-box;}
/* ---- rij = directe link (look = dichte FAQ acc-header) ---- */
.nxl-item{position:relative;display:flex;align-items:center;gap:11px;min-height:45px;padding:11px 30px 11px 13px;margin-bottom:var(--nxl-gap);background:var(--nxl-row);border:1px solid transparent;color:var(--nxl-ink)!important;font-family:inherit;font-size:18px;font-weight:600;line-height:1.3;text-decoration:none!important;transition:color .15s;}
.nxl-item:hover,.nxl-item:focus{color:var(--nxl-accent)!important;text-decoration:none!important;}
.nxl-item:focus-visible{outline:2px solid var(--nxl-accent);outline-offset:-2px;}
.nxl-item[data-nxl-row]{cursor:pointer;}
.nxl-item__title{flex:1 1 auto;}
.nxl-item__title a{color:inherit!important;text-decoration:none!important;}
/* omhullende merge-anchor (bijv. [strdbdoc-tagahrefopen]) zonder underline; knop niet */
.nxl a:not(.nxl-more){text-decoration:none!important;}
/* ---- oranje chevron links (live: fill #ff9e15, ~16px) ---- */
.nxl-item__chevron{flex:0 0 auto;width:16px;height:16px;stroke:var(--nxl-accent);stroke-width:2.5;}
/* ---- optioneel: categorielabel + thumbnail ---- */
.nxl-item__label{flex:0 0 auto;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--nxl-accent);border-radius:999px;padding:.15em .7em;}
.nxl-item__thumb{flex:0 0 auto;width:48px;height:48px;border-radius:6px;background:#e2e2e2 center/cover no-repeat;}
/* ---- footer: 'bekijk meer'-knop (look = .button.accent-donker) ---- */
.nxl-foot{text-align:left;margin-top:20px;}
.nxl-more{display:inline-block;background:var(--nxl-accent);color:#fff!important;border:1px solid var(--nxl-accent);border-radius:30px;height:45px;line-height:43px;padding:0 40px;font-family:inherit;font-size:14px;font-weight:600;text-transform:uppercase;text-align:center;text-decoration:none!important;white-space:nowrap;transition:background .15s,border-color .15s;}
.nxl-more:hover,.nxl-more:focus{background:#000;border-color:#000;color:#fff!important;}
