/* NDT Inspect rebuild — glue styles on top of the original theme CSS. */

/* The theme sets #page{overflow-x:hidden}, which turns #page into a scroll container. Full-width
   pages overflow it horizontally by the .bb-grid gutter, and Chrome then routes wheel/keyboard
   scrolling to #page (which cannot move vertically) instead of the viewport — the page looks
   frozen. overflow-x:clip clips without creating a scroll container. */
#page.site{overflow-x:clip!important;overflow-y:visible!important}

/* flash messages */
.ndti-flash{padding:12px 0;color:#fff;font-weight:600}
.ndti-flash--success{background:#3d9142}
.ndti-flash--error{background:#b42318}
.ndti-flash--info{background:#0d6efd}

/* header logged-in cluster */
.bb-header-loggedin{display:flex;align-items:center;gap:14px}
.bb-header-loggedin .header-aside-item{position:relative;font-size:21px;color:#4d5c6d;line-height:1}
.bb-header-loggedin .header-aside-item .count{position:absolute;top:-7px;right:-9px;background:#ef3e46;color:#fff;border-radius:10px;font-size:10px;font-weight:700;padding:1px 5px;min-width:16px;text-align:center}
.user-wrap{position:relative}
.user-wrap .user-link img.avatar{border-radius:50%;width:36px;height:36px;object-fit:cover}
.user-wrap .sub-menu{display:none;position:absolute;right:0;top:calc(100% + 10px);background:#fff;border:1px solid #e7e9ec;border-radius:10px;box-shadow:0 6px 24px rgba(18,43,70,.12);min-width:230px;z-index:1001}
.user-wrap.open .sub-menu,.user-wrap:hover .sub-menu{display:block}
.user-wrap .sub-menu ul{list-style:none;margin:0;padding:8px 0}
.user-wrap .sub-menu li a{display:block;padding:8px 18px;color:#122b46;font-size:14px}
.user-wrap .sub-menu li a:hover{background:#f2f4f5;color:#007cff}
.user-wrap .menu-user-info{padding:10px 18px 8px;border-bottom:1px solid #eef1f3;margin-bottom:6px}
.user-wrap .menu-user-info strong{display:block;font-size:14px;color:#122b46}
.user-wrap .menu-user-info span{font-size:12px;color:#7f868f}
.user-wrap .sep{border-top:1px solid #eef1f3;margin-top:6px;padding-top:6px}

/* pagination */
.ndti-pagination{display:flex;gap:6px;flex-wrap:wrap;margin:28px 0}
.ndti-pagination .page-numbers{display:inline-block;min-width:36px;height:36px;line-height:34px;text-align:center;border:1px solid #dee1e5;border-radius:8px;color:#122b46;font-weight:600;font-size:14px;padding:0 8px}
.ndti-pagination .page-numbers.current{background:#3d9142;border-color:#3d9142;color:#fff}
.ndti-pagination .page-numbers.dots{border:none}
.ndti-pagination a.page-numbers:hover{border-color:#3d9142;color:#3d9142}

/* embeds */
.ndti-embed{position:relative;padding-top:56.25%;margin:1.2em 0}
.ndti-embed iframe{position:absolute;inset:0;width:100%;height:100%;border-radius:8px}

/* entry content sanity */
.entry-content img{max-width:100%;height:auto}
.site-main>article{margin-bottom:32px}
.page-header-title{margin:0 0 18px}

/* archive/list cards shared */
.ndti-cardgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;margin:24px 0}
.ndti-card{background:#fff;border:1px solid #e7e9ec;border-radius:12px;overflow:hidden;transition:box-shadow .15s ease, transform .15s ease;display:flex;flex-direction:column}
.ndti-card:hover{box-shadow:0 10px 28px rgba(18,43,70,.1);transform:translateY(-2px)}
.ndti-card__media{aspect-ratio:16/9;background:#f2f4f5;overflow:hidden}
.ndti-card__media img{width:100%;height:100%;object-fit:cover}
.ndti-card__body{padding:16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}
.ndti-card__title{font-size:16.5px;font-weight:700;line-height:1.35;margin:0}
.ndti-card__title a{color:#122b46}
.ndti-card__title a:hover{color:#3d9142}
.ndti-card__meta{font-size:12.5px;color:#7f868f}
.ndti-card__excerpt{font-size:13.5px;color:#5a6a7b;line-height:1.5}

/* forms */
.ndti-form{max-width:760px;background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:26px 28px;margin:10px 0 34px}
.ndti-form h2{margin-top:0}
.ndti-form .fieldset{margin-bottom:16px}
.ndti-form label{display:block;font-weight:700;font-size:13.5px;margin-bottom:6px;color:#122b46}
.ndti-form label .req{color:#b42318}
.ndti-form input[type=text],.ndti-form input[type=email],.ndti-form input[type=password],.ndti-form input[type=url],.ndti-form input[type=number],.ndti-form input[type=date],.ndti-form input[type=search],.ndti-form select,.ndti-form textarea{width:100%;border:1px solid #dee1e5;border-radius:8px;padding:10px 12px;font-size:14.5px;font-family:inherit;background:#fff}
.ndti-form textarea{min-height:140px}
.ndti-form .hint{font-size:12.5px;color:#7f868f;margin-top:4px}
.ndti-form .actions{margin-top:22px}
.ndti-btn{display:inline-block;background:#3d9142;border:1px solid #3d9142;color:#fff;font-weight:700;font-size:14.5px;border-radius:8px;padding:11px 22px;cursor:pointer;text-decoration:none}
.ndti-btn:hover{background:#337a38;color:#fff}
.ndti-btn--ghost{background:#fff;color:#3d9142}
.ndti-btn--ghost:hover{background:#f2f8f3;color:#337a38}
.ndti-btn--danger{background:#b42318;border-color:#b42318}
.ndti-form .error-box{background:#fdf1f0;border:1px solid #f2c8c4;color:#8a1c12;border-radius:8px;padding:10px 14px;margin-bottom:16px;font-size:14px}

/* tables (dashboards) */
.ndti-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e7e9ec;border-radius:10px;overflow:hidden;font-size:14px}
.ndti-table th{background:#f7f8f9;text-align:left;padding:10px 14px;font-size:12.5px;text-transform:uppercase;letter-spacing:.03em;color:#5a6a7b;border-bottom:1px solid #e7e9ec}
.ndti-table td{padding:11px 14px;border-bottom:1px solid #eef1f3;vertical-align:middle}
.ndti-table tr:last-child td{border-bottom:none}
.ndti-table .actions a{margin-right:10px;font-weight:600;font-size:13px}
.ndti-badge{display:inline-block;border-radius:20px;font-size:11.5px;font-weight:700;padding:3px 10px;background:#eef1f3;color:#5a6a7b}
.ndti-badge--publish,.ndti-badge--active,.ndti-badge--success{background:#e6f4ea;color:#1e7c33}
.ndti-badge--pending,.ndti-badge--new{background:#fff4e0;color:#8a5b00}
.ndti-badge--expired,.ndti-badge--cancelled,.ndti-badge--error{background:#fdeceb;color:#a12318}
.ndti-badge--featured{background:#e8f1ff;color:#1d5dbf}

/* job list — mirrors WP Job Manager structure the theme styles */
.job-type{display:inline-block;border-radius:6px;padding:3px 9px;font-size:11.5px;font-weight:700;color:#fff;background:#5a6a7b}
.job-type.full-time{background:#43a047}.job-type.part-time{background:#f39c12}
.job-type.contract,.job-type.contractor{background:#1976d2}.job-type.temporary{background:#e65100}
.job-type.freelance{background:#8e24aa}.job-type.internship{background:#00897b}
.job_filters{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:18px 20px;margin-bottom:22px}
.job_filters .search_jobs{display:grid;grid-template-columns:2fr 2fr 1.4fr auto;gap:12px;align-items:end}
@media (max-width:800px){.job_filters .search_jobs{grid-template-columns:1fr}}
.job_filters label{font-size:12.5px;font-weight:700;color:#5a6a7b;display:block;margin-bottom:5px}
.job_filters input,.job_filters select{width:100%;border:1px solid #dee1e5;border-radius:8px;padding:10px 12px;font-size:14px}
.job-single-meta{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 20px}
.job-single-company{display:flex;align-items:center;gap:16px;border:1px solid #e7e9ec;background:#fff;border-radius:12px;padding:16px 20px;margin:18px 0}
.job-single-company img{width:64px;height:64px;object-fit:contain;border-radius:8px;border:1px solid #eef1f3}
.application_button_wrap{margin:24px 0}
.job_application.application{border:1px solid #e7e9ec;background:#fff;border-radius:12px;padding:20px 24px;margin-top:14px}

/* single job/resume layout */
.single-job_listing .job_description,.entry-content{line-height:1.65}

/* resume list */
ul.resumes{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px}
ul.resumes li.resume{border:1px solid #e7e9ec;border-radius:12px;background:#fff}
ul.resumes li.resume a{display:block;padding:18px 20px;color:inherit}
ul.resumes img.candidate_photo{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:10px;border:1px solid #eef1f3}
ul.resumes .name h3{margin:0;font-size:16px;color:#122b46}
ul.resumes .title{color:#3d9142;font-weight:600;font-size:13.5px;margin-top:2px}
ul.resumes .location{color:#7f868f;font-size:13px;margin-top:6px}

/* members directory */
.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}
.member-card{border:1px solid #e7e9ec;border-radius:12px;background:#fff;text-align:center;padding:22px 14px}
.member-card img.avatar{width:84px;height:84px;border-radius:50%;object-fit:cover;margin:0 auto 10px;border:1px solid #eef1f3}
.member-card .name{font-weight:700;font-size:15px;color:#122b46}
.member-card .name a{color:inherit}
.member-card .meta{font-size:12.5px;color:#7f868f;margin-top:4px}
.member-card .role-badge{margin-top:8px}

/* profile header */
.profile-header{display:flex;gap:22px;align-items:flex-end;background:linear-gradient(120deg,#0b1620,#173026 60%,#1d4a2c);border-radius:14px;padding:26px 28px;color:#fff;margin-bottom:20px}
.profile-header img.avatar{width:110px;height:110px;border-radius:50%;border:3px solid #fff;object-fit:cover;background:#fff}
.profile-header h1{margin:0;font-size:24px;color:#fff}
.profile-header .nickname{opacity:.75;font-size:14px}
.profile-header .level-badge{display:inline-block;background:#7ac142;color:#0b1620;font-weight:700;border-radius:20px;padding:3px 12px;font-size:12px;margin-top:8px}
.profile-tabs{display:flex;gap:0;border-bottom:2px solid #e7e9ec;margin-bottom:22px;flex-wrap:wrap}
.profile-tabs a{padding:10px 9px;font-weight:700;font-size:14px;color:#5a6a7b;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap}
.profile-tabs a:first-child{padding-left:0}
.profile-tabs a .ndti-badge{margin-left:3px!important;padding:1px 6px!important;font-size:11px}
.profile-tabs a.active,.profile-tabs a:hover{color:#3d9142;border-bottom-color:#3d9142}
.profile-fields{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:6px 24px}
.profile-fields .row{display:flex;padding:13px 0;border-bottom:1px solid #f1f3f5;font-size:14.5px}
.profile-fields .row:last-child{border-bottom:none}
.profile-fields .row .label{flex:0 0 220px;font-weight:700;color:#5a6a7b}

/* activity feed */
.activity-list{list-style:none;margin:0;padding:0;max-width:820px}
.activity-item{display:flex;gap:14px;background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:16px 18px;margin-bottom:14px}
.activity-item img.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:0 0 44px}
.activity-item .action{font-size:14px;color:#122b46}
.activity-item .action a{font-weight:700}
.activity-item .when{font-size:12px;color:#9aa4ae;margin-top:2px}
.activity-item .content-body{margin-top:8px;font-size:14.5px;line-height:1.55;overflow-wrap:anywhere}
.activity-item .content-body img{max-width:320px;border-radius:8px}

/* forums */
.forums-list .forum-row,.topics-list .topic-row{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e7e9ec;border-radius:10px;padding:15px 20px;margin-bottom:10px}
.forums-list .forum-row .ftitle,.topics-list .topic-row .ttitle{flex:1;min-width:0}
.forums-list .forum-row .ftitle a,.topics-list .topic-row .ttitle a{font-weight:700;color:#122b46;font-size:15.5px}
.forums-list .counts,.topics-list .counts{flex:0 0 150px;text-align:right;font-size:12.5px;color:#7f868f}
.topic-reply{display:flex;gap:14px;background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:18px;margin-bottom:14px}
.topic-reply .who{flex:0 0 90px;text-align:center;font-size:12.5px}
.topic-reply .who img{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-bottom:6px}
.topic-reply .what{flex:1;min-width:0;font-size:14.5px;line-height:1.6;overflow-wrap:anywhere}
.topic-reply .when{font-size:12px;color:#9aa4ae;margin-bottom:8px}

/* groups directory */
.groups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px}
.group-card{border:1px solid #e7e9ec;border-radius:12px;background:#fff;overflow:hidden}
.group-card .cover{height:86px;background:linear-gradient(120deg,#0b1620,#173026 60%,#1d4a2c);background-size:cover;background-position:center}
.group-card .gbody{padding:0 16px 16px;text-align:center;margin-top:-30px}
.group-card img.avatar{width:60px;height:60px;border-radius:12px;border:3px solid #fff;object-fit:cover;background:#fff}
.group-card .gname{font-weight:700;margin-top:6px}
.group-card .gname a{color:#122b46}
.group-card .gmeta{font-size:12.5px;color:#7f868f;margin-top:3px}

/* places (companies) */
.place-header{display:flex;gap:20px;align-items:center;background:#fff;border:1px solid #e7e9ec;border-radius:14px;padding:22px 26px;margin-bottom:20px}
.place-header img.logo{width:84px;height:84px;object-fit:contain;border-radius:10px;border:1px solid #eef1f3}
.place-header h1{margin:0 0 4px;font-size:23px}
.place-meta{font-size:13.5px;color:#5a6a7b}
.place-contact{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:18px 22px;font-size:14px}
.place-contact .row{padding:6px 0}
.place-contact .row strong{display:inline-block;min-width:90px;color:#5a6a7b}

/* classifieds */
.classified-price{font-size:20px;font-weight:800;color:#3d9142}
.classified-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin:16px 0}
.classified-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;border:1px solid #eef1f3}

/* membership levels */
.pmpro-levels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin:26px 0}
.pmpro-level-card{border:1px solid #e7e9ec;border-radius:14px;background:#fff;padding:24px;display:flex;flex-direction:column}
.pmpro-level-card.highlight{border-color:#3d9142;box-shadow:0 8px 24px rgba(61,145,66,.14)}
.pmpro-level-card h3{margin:0 0 6px;font-size:17px}
.pmpro-level-card .price{font-size:24px;font-weight:800;color:#122b46;margin-bottom:10px}
.pmpro-level-card .price small{font-size:13px;color:#7f868f;font-weight:600}
.pmpro-level-card .desc{font-size:13.5px;color:#5a6a7b;line-height:1.55;flex:1}
.pmpro-level-card .ndti-btn{margin-top:16px;text-align:center}

/* messages / notifications */
.threads-list .thread-row{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid #e7e9ec;border-radius:10px;padding:14px 18px;margin-bottom:10px}
.threads-list .thread-row.unread{border-left:4px solid #3d9142}
.threads-list img.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}
.msg-bubble{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:14px 18px;margin-bottom:12px;max-width:680px}
.msg-bubble.mine{background:#eaf6ec;border-color:#cfe8d3;margin-left:auto}
.msg-bubble .who{font-size:12.5px;color:#7f868f;margin-bottom:6px}
.notif-row{display:flex;justify-content:space-between;background:#fff;border:1px solid #e7e9ec;border-radius:10px;padding:13px 18px;margin-bottom:8px;font-size:14px}
.notif-row.new{border-left:4px solid #3d9142}
.notif-row .when{color:#9aa4ae;font-size:12.5px}

/* admin dashboard */
.ndta-wrap{display:flex;gap:26px;align-items:flex-start}
.ndta-nav{flex:0 0 210px;background:#0d1b24;border-radius:12px;padding:14px 0;position:sticky;top:90px;max-height:calc(100vh - 104px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#2f4a3c transparent}
/* the menu is taller than most screens: scroll it inside the pinned rail, not off the top of the page */
.ndta-nav::-webkit-scrollbar{width:8px}
.ndta-nav::-webkit-scrollbar-track{background:transparent}
.ndta-nav::-webkit-scrollbar-thumb{background:#2f4a3c;border-radius:999px;border:2px solid #0d1b24}
.ndta-nav::-webkit-scrollbar-thumb:hover{background:#41684f}
.ndta-nav a{display:block;color:#c8d2da;padding:10px 20px;font-size:14px;font-weight:600}
.ndta-nav a:hover,.ndta-nav a.active{color:#fff;background:#173026;border-left:3px solid #7ac142;padding-left:17px}
.ndta-main{flex:1;min-width:0}
.ndta-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px;margin-bottom:26px}
.ndta-stat{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:18px 20px}
.ndta-stat .num{font-size:26px;font-weight:800;color:#122b46}
.ndta-stat .lbl{font-size:12.5px;color:#7f868f;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}
.ndta-filterbar{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}
.ndta-filterbar input,.ndta-filterbar select{border:1px solid #dee1e5;border-radius:8px;padding:8px 12px;font-size:14px}

/* misc */
.page-header-banner{background:linear-gradient(120deg,#0b1620,#173026 60%,#1d4a2c);border-radius:14px;color:#fff;padding:30px 32px;margin-bottom:24px}
.page-header-banner h1{color:#fff;margin:0 0 6px;font-size:26px}
.page-header-banner p{margin:0;opacity:.82;font-size:14.5px;max-width:760px}
.ndti-empty{background:#fff;border:1px dashed #cfd6dc;border-radius:12px;padding:38px;text-align:center;color:#7f868f;margin:20px 0}
.ndti-note{background:#f2f8f3;border:1px solid #cfe8d3;color:#1e5426;border-radius:10px;padding:12px 16px;font-size:13.5px;margin:14px 0}
.staging-note{background:#fff8e6;border:1px solid #f1dfa8;color:#7a5b00;border-radius:10px;padding:10px 16px;font-size:13px;margin:0 0 18px}
.breadcrumbs{font-size:12.5px;color:#9aa4ae;margin-bottom:14px}
.breadcrumbs a{color:#5a6a7b}

/* nav submenu discipline (theme JS normally manages overflow) */
#primary-menu > li > .wrapper.ab-submenu{display:none;position:absolute;top:100%;left:0;z-index:1002}
#primary-menu > li:hover > .wrapper.ab-submenu,#primary-menu > li.open > .wrapper.ab-submenu{display:block}
#primary-menu{flex-wrap:nowrap;overflow:visible}
.bb-mobile-header-wrapper{display:none}
@media (max-width:799px){.bb-mobile-header-wrapper{display:block}.site-header .site-header-container>nav,.site-header .header-aside{display:none}}
.bb-mobile-panel-wrapper{position:fixed;inset:0 auto 0 0;width:300px;max-width:85vw;background:#fff;z-index:2000;transform:translateX(0);transition:transform .25s ease;overflow-y:auto;box-shadow:0 0 40px rgba(0,0,0,.25)}
.bb-mobile-panel-wrapper.closed{transform:translateX(-105%);box-shadow:none}
.bb-mobile-panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #eef1f3}
.bb-mobile-panel-wrapper ul{list-style:none;margin:0;padding:8px 0}
.bb-mobile-panel-wrapper li a{display:flex;align-items:center;gap:10px;padding:10px 20px;color:#122b46;font-size:14.5px;font-weight:600}
.bb-mobile-panel-wrapper li.bb-menu-section>a{color:#9aa4ae;text-transform:uppercase;font-size:11.5px;letter-spacing:.05em}
.header-search-wrap{display:none;position:absolute;inset:0;background:#fff;z-index:1500;align-items:center}
.header-search-wrap.bb-search-open{display:flex;opacity:1;visibility:visible}  /* the mirrored BuddyBoss CSS hides the wrap with opacity+visibility, not display — override both */
.header-search-wrap .container{display:flex;align-items:center;gap:14px;width:100%;padding:0 10px}
.header-search-wrap .search-form{flex:1;display:flex;align-items:center;gap:12px;margin:0}
.header-search-wrap .search-form label{flex:1;display:block;margin:0}
.header-search-wrap input.search-field-top{width:100%;border:none;background:transparent;font-size:20px;outline:none;padding:18px 0}
.header-search-wrap input.search-submit{flex:0 0 auto;padding:9px 20px;font-size:14px;line-height:1.2;border:none;border-radius:6px;background:var(--bb-primary-color,#3fb27f);color:#fff;font-weight:600;cursor:pointer}
.header-search-wrap a.close-search{flex:0 0 auto;position:static;margin-left:4px}
@media (max-width:599px){.header-search-wrap input.search-field-top{font-size:16px;padding:12px 0}.header-search-wrap input.search-submit{padding:8px 12px}}

/* primary menu overflow ("…" button) — the theme JS that did this is gone */
#navbar-collapse{position:relative;display:flex;align-items:center}
#navbar-collapse a.more-button{display:none;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;color:#4d5c6d;font-size:20px}
#navbar-collapse.hasItems a.more-button{display:flex;opacity:1;visibility:visible}
#navbar-collapse a.more-button:hover{background:#f2f4f5}
#navbar-collapse .sub-menu{display:none;position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e7e9ec;border-radius:10px;box-shadow:0 8px 28px rgba(18,43,70,.14);z-index:1003;padding:8px 0;min-width:200px}
#navbar-collapse .sub-menu{left:auto!important;right:0!important;transform:none!important;opacity:0;visibility:hidden}
#navbar-collapse:hover .sub-menu,#navbar-collapse.open .sub-menu{display:block;opacity:1!important;visibility:visible!important}
#navbar-collapse .sub-menu .wrapper{position:static}
#navbar-collapse #navbar-extend{list-style:none;margin:0;padding:0;width:auto;min-width:200px;max-height:70vh;overflow-y:auto}
#navbar-collapse #navbar-extend>li{position:static;display:block}
#navbar-collapse #navbar-extend>li>a{display:block;padding:9px 18px;color:#122b46;font-size:14px;font-weight:600;white-space:nowrap}
#navbar-collapse #navbar-extend>li>a:hover{background:#f2f4f5;color:#3d9142}
#navbar-collapse #navbar-extend .wrapper.ab-submenu{display:block;position:static;box-shadow:none;border:0;background:transparent;width:auto;padding:0 0 4px}
#navbar-collapse #navbar-extend .bb-sub-menu{list-style:none;margin:0;padding:0}
#navbar-collapse #navbar-extend .bb-sub-menu li a{display:block;padding:6px 18px 6px 30px;font-size:13px;color:#5a6a7b;white-space:nowrap}
#navbar-collapse #navbar-extend .bb-sub-menu li a:hover{color:#3d9142;background:#f7f8f9}

/* BuddyPanel — desktop left sidebar for members (theme CSS positions it; these fill the gaps) */
body.bb-buddypanel .site-header a.bb-toggle-panel{display:inline-flex}
.buddypanel{top:var(--bb-header-height,76px);height:calc(100% - var(--bb-header-height,76px));overflow:hidden}
.buddypanel .panel-head{display:none}
.buddypanel .side-panel-inner{height:100%;overflow-y:auto;overflow-x:hidden;padding:15px 0 30px;scrollbar-width:thin}
.buddypanel ul.buddypanel-menu{list-style:none;margin:0;padding:0}
.buddypanel ul.buddypanel-menu li{margin:0}
.buddypanel ul.buddypanel-menu li>a{display:flex;align-items:center;gap:0;padding:11px 16px;color:var(--bb-sidenav-text-regular,#4d5c6d);font-size:14px;font-weight:600;line-height:1.3;border-radius:0;position:relative;white-space:nowrap}
.buddypanel ul.buddypanel-menu li>a:hover,.buddypanel ul.buddypanel-menu li.current-menu-item>a{color:var(--bb-sidenav-text-active,#122b46);background:var(--bb-sidenav-background-hover,#f2f4f5)}
.buddypanel ul.buddypanel-menu li>a>i._mi{font-size:22px;width:36px;flex:0 0 36px;text-align:center;opacity:.75}
.buddypanel ul.buddypanel-menu li>a>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}
.buddypanel ul.buddypanel-menu li>a>i.bb-icon-angle-down{font-family:bb-icons;font-size:14px;opacity:.6;margin-left:6px;transition:transform .15s}
.buddypanel ul.buddypanel-menu li>a>i.bb-icon-angle-down:before{content:"\e82d"}
.buddypanel ul.buddypanel-menu li.open>a>i.bb-icon-angle-down{transform:rotate(180deg)}
.buddypanel ul.buddypanel-menu .sub-menu{display:none;list-style:none;margin:0;padding:2px 0 6px;background:rgba(0,0,0,.025)}
.buddypanel ul.buddypanel-menu .sub-menu.bb-open{display:block}
.buddypanel ul.buddypanel-menu .sub-menu li>a{padding:8px 16px 8px 30px;font-size:13.5px;font-weight:500}
body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li>a>span,body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li>a>i.bb-icon-angle-down{display:none}
body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu li>a{justify-content:center;padding:12px 0}
body.bb-buddypanel:not(.buddypanel-open) .buddypanel ul.buddypanel-menu .sub-menu{display:none!important}
body.bb-buddypanel:not(.buddypanel-open) .buddypanel li.ndti-pi>a::before{margin-right:0}
li.ndti-ci>a>i._mi{display:none!important}
li.ndti-ci>a::before{content:"";display:inline-block;flex:0 0 auto;width:18px;height:18px;margin-right:10px;background:center/contain no-repeat;vertical-align:middle;opacity:.9}
li.ndti-ci-timeline>a::before{background-image:url(/webp/400/2026/08/ndti-icon-activity.webp.webp)}
li.ndti-ci-upload>a::before,li.ndti-ci-resume>a::before{background-image:url(/webp/400/2026/08/ndti-icon-resume.webp.webp)}
li.ndti-ci-handshake>a::before,li.ndti-ci-peoplepair>a::before,li.ndti-ci-companygroups>a::before{background-image:url(/webp/400/2026/08/ndti-icon-community.webp.webp)}
li.ndti-ci-folder>a::before{background-image:url(/webp/400/2026/08/ndti-icon-resume.webp.webp)}
li.ndti-ci-camera>a::before{background-image:url(/webp/400/2026/08/ndti-icon-camera.webp.webp)}
li.ndti-ci-stand>a::before,li.ndti-ci-package>a::before{background-image:url(/webp/400/2026/08/ndti-icon-stand.webp.webp)}
li.ndti-ci-buildplus>a::before,li.ndti-ci-magnifier>a::before{background-image:url(/webp/400/2026/08/ndti-icon-building.webp.webp)}
li.ndti-ci-briefplus>a::before{background-image:url(/webp/400/2026/08/ndti-icon-briefcase.webp.webp)}
li.ndti-ci-bell>a::before{background-image:url(/webp/400/2026/08/ndti-icon-bell.webp.webp)}
li.ndti-ci-bookchat>a::before,li.ndti-ci-discussions>a::before{background-image:url(/webp/400/2026/08/ndti-icon-chat.webp.webp)}
li.ndti-ci-training>a::before{background-image:url(/webp/400/2026/08/ndti-icon-training.webp.webp)}
li.ndti-pi-advertise>a::before{background-image:url(/webp/400/2026/08/ndti-icon-news.webp.webp)}
@media (max-width:990px){.buddypanel{display:none}body.buddypanel-open .site,body.bb-buddypanel .site{margin-left:0!important}}

/* designed live pages rendered full-width */
body.ndti-live #content.site-content{padding:0}
body.ndti-live .site-content .ndti-hero{margin-top:0}
.ndti-dash-stats{position:relative;z-index:2;margin:-38px auto 0}
.ndti-dash-stats .ndti-dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;background:#fff;border:1px solid #e3e9ee;border-radius:18px;padding:18px 20px;box-shadow:0 18px 40px rgba(11,22,32,.08)}
.ndti-dash-stats a{display:block;text-decoration:none;padding:6px 8px;border-radius:12px}
.ndti-dash-stats a:hover{background:#f5f8f9}
.ndti-dash-stats b{display:block;font-size:26px;font-weight:800;color:#0b1620;line-height:1.1;letter-spacing:-.02em}
.ndti-dash-stats span{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#57697a;margin-top:4px}
.ndti-dash-stats .ndti-dash-who{grid-column:1/-1;display:flex;align-items:center;gap:14px;padding:0 4px 12px;border-bottom:1px solid #e3e9ee;margin-bottom:4px}
.ndti-dash-stats .ndti-dash-who img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.ndti-dash-stats .ndti-dash-who strong{font-size:17px;color:#0b1620}
.ndti-dash-stats .ndti-dash-who small{display:block;color:#57697a;font-size:13px}
.ndti-live .ndti-formband .ndti-table{border:0}
.ndti-live .ndti-formband .ndti-btn{display:inline-flex}

/* likes */
.ndti-like{display:inline-flex;align-items:center;gap:5px;background:#f2f4f5;border:1px solid #e7e9ec;border-radius:999px;padding:3px 11px;font-size:12.5px;font-weight:700;color:#5a6a7b;cursor:pointer;line-height:1.4;font-family:inherit}
.ndti-like i{font-size:14px}
.ndti-like:hover{border-color:#3d9142;color:#3d9142}
.ndti-like.is-on{background:#e6f4ea;border-color:#bfe0c5;color:#1e7c33}
.ndti-linkbtn{background:none;border:0;padding:0;color:#5a6a7b;font-size:13px;cursor:pointer;font-family:inherit}
.ndti-linkbtn:hover{color:#3d9142;text-decoration:underline}
.ndti-more summary::-webkit-details-marker{display:none}
.ndti-more summary::marker{content:""}

/* polls */
.ndti-poll{margin-top:12px;border:1px solid #e7e9ec;border-radius:12px;padding:14px 16px;background:#fbfcfc;max-width:560px}
.ndti-poll__q{font-weight:700;font-size:14.5px;margin-bottom:10px;color:#122b46}
.ndti-poll__opt{position:relative;border:1px solid #e7e9ec;border-radius:8px;padding:8px 12px;margin-bottom:6px;overflow:hidden;font-size:13.5px;display:flex;justify-content:space-between;gap:10px}
.ndti-poll__opt.is-mine{border-color:#3d9142}
.ndti-poll__bar{position:absolute;left:0;top:0;bottom:0;background:#e6f4ea;z-index:0;transition:width .3s}
.ndti-poll__label,.ndti-poll__pct{position:relative;z-index:1}
.ndti-poll__pct{font-weight:700;color:#1e7c33}
.ndti-poll__choice{display:block;padding:8px 12px;border:1px solid #e7e9ec;border-radius:8px;margin-bottom:6px;font-size:13.5px;font-weight:500;cursor:pointer;background:#fff}
.ndti-poll__choice input{width:auto;margin-right:8px}
.ndti-poll__meta{font-size:12px;color:#7f868f;margin-top:8px}
.ndti-composer__poll{margin-top:12px;border:1px dashed #cfd6dc;border-radius:10px;padding:12px}
.ndti-composer__poll input[type=text]{border:1px solid #dee1e5;border-radius:8px;padding:8px 10px;font-size:14px;width:100%;margin-bottom:6px}
.ndti-composer__opts{display:grid;gap:6px}

/* reviews */
.ndti-stars{display:inline-flex;flex-direction:row-reverse;gap:2px;font-size:28px;line-height:1}
.ndti-stars input{display:none}
.ndti-stars label{color:#d0d5da;cursor:pointer;transition:color .1s}
.ndti-stars input:checked ~ label,.ndti-stars label:hover,.ndti-stars label:hover ~ label{color:#e0a800}

/* maps */
.ndti-map{background:#eef1f3}
.leaflet-container{font:inherit}
.leaflet-popup-content{font-size:13.5px;line-height:1.4}
.leaflet-popup-content a{font-weight:700}

/* group and profile grids on narrow screens */
@media (max-width:1000px){.profile-grid{grid-template-columns:1fr!important}}

/* activity feed: main stream + community rail */
.ndti-feed-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:26px;align-items:start}
.ndti-feed-main{min-width:0}
.ndti-rail{display:flex;flex-direction:column;gap:16px;position:sticky;top:96px}
.ndti-widget{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:16px 18px}
.ndti-widget__h{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}
.ndti-widget__h h3{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:#5a6a7b}
.ndti-widget__h a{font-size:12.5px;font-weight:700;color:#3d9142}
.ndti-widget--stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:6px}
.ndti-widget--stats a{text-align:center;padding:10px 4px;border-radius:9px;color:inherit}
.ndti-widget--stats a:hover{background:#f5f8f9}
.ndti-widget--stats b{display:block;font-size:20px;font-weight:800;color:#122b46;line-height:1.1}
.ndti-widget--stats span{font-size:11px;letter-spacing:.03em;text-transform:uppercase;color:#7f868f}
.ndti-avatars{display:flex;flex-wrap:wrap;gap:7px}
.ndti-avatars img{width:46px;height:46px;border-radius:50%;object-fit:cover}
.ndti-widget__row{display:flex;align-items:center;gap:11px;padding:8px 0;border-bottom:1px solid #f1f3f5;color:inherit}
.ndti-widget__row:last-child{border-bottom:0}
.ndti-widget__row img{width:38px;height:38px;border-radius:10px;object-fit:cover;flex:0 0 38px;background:#f2f4f5}
.ndti-widget__row span{min-width:0;display:flex;flex-direction:column}
.ndti-widget__row strong{font-size:13.5px;color:#122b46;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ndti-widget__row--text strong{white-space:normal}
.ndti-widget__row em{font-size:12px;color:#9aa4ae;font-style:normal;margin-top:2px}
.ndti-widget__row:hover strong{color:#3d9142}
@media (max-width:980px){.ndti-feed-layout{grid-template-columns:1fr}.ndti-rail{position:static;flex-direction:row;flex-wrap:wrap}.ndti-rail .ndti-widget{flex:1 1 260px}}

/* job listings — responsive card grid everywhere ul.job_listings is used (archive, profile,
   group, company). The homepage's compact-card CSS loads globally via UCSS but leaves the list
   as a full-width stack without a grid container; this lays the cards out in columns. */
@media (min-width:1560px){ul.job_listings{grid-template-columns:repeat(3,1fr)}}

/* ---------------------------------------------------------------- widget sidebars (live widget areas) */
.widget .ndti-w-company{list-style:none;margin:0;padding:0}
.widget .ndti-w-company .gd-list-item-left img{width:100%;height:150px;object-fit:cover;border-radius:10px;display:block;margin-bottom:10px}
.widget .ndti-w-company .gd-badge{display:inline-block;background:#eef5f0;color:#1e5426;border-radius:999px;padding:3px 10px;font-size:11.5px;font-weight:700;margin-bottom:6px}
.widget .ndti-w-company .geodir-entry-title{font-size:16px;margin:0 0 6px;line-height:1.3}
.widget .ndti-w-company .geodir-post-rating{color:#f5a623;font-size:13px;margin-bottom:6px}
.widget .ndti-w-company .geodir-field-post_content{font-size:13.5px;color:#5a6a7b;line-height:1.5}
.widget .ndti-w-company .geodir-field-address{font-size:13px;color:#7f868f;margin-top:8px}
.widget .geodir-all-link{display:inline-block;margin-top:12px;font-weight:700;font-size:13.5px}
.widget .profile_completion_wrap .progress_container{margin-bottom:12px}
.widget .profile_completion_wrap .progress_text{font-size:14px;margin-bottom:8px;color:#122b46}
.widget .profile_completion_wrap .progress_text span{font-weight:800;font-size:22px;margin-right:4px}
.widget .profile_completion_wrap .progress_bar{height:8px;background:#e7ebef;border-radius:99px;overflow:hidden}
.widget .profile_completion_wrap .progress_fill{display:block;height:100%;background:#44A047;border-radius:99px}
.widget .pc_detailed_progress{list-style:none;margin:0;padding:0}
.widget .pc_detailed_progress li a{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #eef1f3;font-size:13.5px;color:#122b46}
.widget .pc_detailed_progress li.completed .section_name::before{content:"\2713";color:#44A047;font-weight:800;margin-right:6px}
.widget .pc_detailed_progress li.incomplete .section_name::before{content:"\25CB";color:#b7c0c9;margin-right:6px}
.widget .widget-error{font-size:13.5px;color:#7f868f}
/* Recent Jobs widget: designed pages bake the job-board card CSS into their content (ul.job_listings li.job_listing>a
   = 54px logo column + text, !important). Widget cards have no logo, so the text fell into the 54px column. One column here. */
.widget_recent_jobs ul.job_listings,.widget_recent_jobs ul.job_listings li.job_listing>a{grid-template-columns:minmax(0,1fr)!important}
/* forum directory cards without a cover image */
.bb-forums-list .bb-cover-wrap--default{background:linear-gradient(120deg,#173026,#1d4a2c);display:block;min-height:100px}
.bb-forums-list .forums-meta .bs-meta-item{margin-right:12px;font-size:12.5px;color:#7f868f}
/* job board: filters on the designed page */
.job_listings form.job_filters{max-width:var(--wrapw,1560px);margin:0 auto 18px;padding:0 var(--wrappad,40px);box-sizing:border-box}
.job_listings form.job_filters .search_jobs{display:grid;grid-template-columns:2fr 2fr 1.4fr auto;gap:12px;align-items:end;background:#fff;border:1px solid #dfe6ec;border-radius:16px;padding:18px}
.job_listings form.job_filters label{display:block;font-weight:700;font-size:13px;margin-bottom:6px;color:#122b46}
.job_listings form.job_filters input[type=text],.job_listings form.job_filters select{width:100%;padding:11px 13px;border:1px solid #dfe6ec;border-radius:10px;font-size:14.5px;box-sizing:border-box}
@media (max-width:800px){.job_listings form.job_filters .search_jobs{grid-template-columns:1fr}}
.job_listings .ndti-pagination,.job_listings .pagination{max-width:var(--wrapw,1560px);margin:8px auto 0;padding:0 var(--wrappad,40px)}
.widget_wpe_wps_recent_spaces img.wpe-wps-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#fff;border:1px solid #e7ebef}
.widget_wpe_wps_recent_spaces .item-list li{display:flex;gap:12px;align-items:center;padding:8px 0;border-bottom:1px solid #eef1f3}
.widget_wpe_wps_recent_spaces .item-title{font-weight:700;font-size:14px}
.widget_wpe_wps_recent_spaces .item-meta{font-size:12.5px;color:#7f868f}
.ndti-live-title{padding-top:26px}.ndti-live-title .entry-title{margin:0 0 18px}

/* ---------------------------------------------------------------- designed site footer (CSS lived only in the home page style block) */
.ndti-foot{background:var(--ni);color:#a9bccc;padding:62px 0 30px}
.ndti-foot .ndti-foot__g{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.ndti-foot h4{font-size:12.5px;letter-spacing:.13em;text-transform:uppercase;color:#fff;margin:0 0 16px;font-weight:700}
.ndti-foot ul{list-style:none;padding:0;margin:0}
.ndti-foot li{margin:0 0 10px}
.ndti-foot a{color:#a9bccc;text-decoration:none;font-size:14.5px}
.ndti-foot a:hover{color:#7FD18F}
.ndti-foot__b{margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;font-size:13.5px;color:#7d92a3}

.ndti-hero,.ndti-sec,.ndti-foot,.ndti-jobshead,.ndti-jobsfoot{width:100%;box-sizing:border-box}
@media (max-width:900px){.ndti-foot .ndti-foot__g{grid-template-columns:repeat(2,1fr);gap:26px 24px}}
@media (max-width:560px){.ndti-foot .ndti-foot__g{grid-template-columns:repeat(2,1fr);gap:22px 16px}}
@media (max-width:359px){.ndti-foot .ndti-foot__g{grid-template-columns:1fr}}
/* groups directory: equal-height cards */
#groups-list.grid .item-entry{display:flex}
#groups-list.grid .item-entry .list-wrap{display:flex;flex-direction:column;width:100%;height:100%}
#groups-list.grid .item-entry .list-wrap .item{display:flex;flex-direction:column;flex:1}
#groups-list.grid .item-entry .group-footer{margin-top:auto}
#groups-list.grid .item-entry .group-desc{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
/* ============================================================ company directory (partials/places-listing.php) */
.ndti-dir{--dir-ink:#0b1620;--dir-mute:#57697a;--dir-line:#e3e9ee;--dir-green:#44a047;--dir-green-d:#1f6f2d;box-sizing:border-box}
.ndti-dir *,.ndti-dir *::before,.ndti-dir *::after{box-sizing:border-box}
.ndti-formband:has(> .ndti-dir){background:none!important;border:0!important;padding:0!important;box-shadow:none!important;border-radius:0!important}
.ndti-dir-page{max-width:1200px;margin:0 auto}
/* search panel */
.ndti-dir--search{margin:0 0 22px}
.ndti-dir__search{display:grid;grid-template-columns:minmax(0,1fr) 200px 170px auto;gap:10px;align-items:stretch;background:#fff;border:1px solid var(--dir-line);border-radius:18px;padding:12px;box-shadow:0 14px 34px rgba(11,22,32,.06);margin:0}
.ndti-dir__q{display:flex;align-items:center;gap:10px;min-width:0;margin:0;padding:0 14px;border-radius:12px;background:#f5f8f9;border:1px solid transparent;transition:border-color .15s,background .15s,box-shadow .15s}
.ndti-dir__q:focus-within{border-color:var(--dir-green);background:#fff;box-shadow:0 0 0 3px rgba(68,160,71,.14)}
.ndti-dir__q svg{flex:0 0 auto;color:#8ea0ae}
.ndti-dir__q input,.ndti-dir__q input[type=search]{flex:1;min-width:0;width:100%;border:0;background:transparent;font-size:15px;padding:13px 0;margin:0;height:auto;color:var(--dir-ink);outline:0;box-shadow:none;border-radius:0;-webkit-appearance:none}
.ndti-dir__q input::placeholder{color:#93a4b1}
.ndti-dir__sel{display:flex;flex-direction:column;justify-content:center;gap:1px;margin:0;padding:6px 12px 5px;border-radius:12px;background:#f5f8f9;border:1px solid transparent;min-width:0;cursor:pointer}
.ndti-dir__sel:focus-within{border-color:var(--dir-green);background:#fff}
.ndti-dir__sel span{font-size:10.5px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#7d8f9d;line-height:1.3}
.ndti-dir__sel select{border:0;background:transparent;font-size:14.5px;font-weight:700;color:var(--dir-ink);padding:0;margin:0;height:auto;line-height:1.4;box-shadow:none;outline:0;width:100%;cursor:pointer;border-radius:0}
.ndti-dir__search .ndti-btn.ndti-dir__go{display:inline-flex;align-items:center;justify-content:center;padding:0 26px;border-radius:12px;font-size:15px;line-height:1;min-height:50px}
.ndti-dir__chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:14px 2px 0}
.ndti-dir__chips-lb{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#7d8f9d;margin-right:4px}
.ndti-chip2{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;border:1px solid #cfdae2;background:#fff;color:#33475a;font-size:13px;font-weight:700;text-decoration:none;line-height:1.2;transition:border-color .15s,background .15s,color .15s}
.ndti-chip2 small{font-weight:700;color:#8ea0ae;font-size:11.5px}
.ndti-chip2:hover{border-color:var(--dir-green);color:var(--dir-green-d);text-decoration:none}
.ndti-chip2.is-on{background:var(--dir-ink);border-color:var(--dir-ink);color:#fff}
.ndti-chip2.is-on small{color:#9fb3c2}
/* results bar */
.ndti-dir__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 18px;margin:0 2px 16px;font-size:14px;color:var(--dir-mute)}
.ndti-dir__bar p{margin:0;line-height:1.5}
.ndti-dir__bar strong{color:var(--dir-ink);font-weight:700}
.ndti-dir__bar a{color:var(--dir-green-d);font-weight:700;text-decoration:none}
.ndti-dir__bar a:hover{text-decoration:underline}
.ndti-dir__legend{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px}
/* card grid */
ul.ndti-gd-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
@media (max-width:1100px){ul.ndti-gd-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){ul.ndti-gd-grid{grid-template-columns:1fr;gap:16px}}
ul.ndti-gd-grid>li{margin:0;padding:0}
.ndti-co{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--dir-line,#e3e9ee);border-radius:20px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}
.ndti-co:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(11,22,32,.11);border-color:#c9d6e0}
.ndti-co.is-verified{border-color:#cfe6d3}
.ndti-co__cover{position:relative;display:block;height:136px;background:#16242f;overflow:hidden}
.ndti-co__cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease;margin:0;border-radius:0}
.ndti-co:hover .ndti-co__cover img{transform:scale(1.045)}
.ndti-co__cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,22,32,.02) 40%,rgba(11,22,32,.48) 100%);pointer-events:none}
.ndti-co__cover--tone{background:linear-gradient(135deg,var(--c1,#0f2a3f),var(--c2,#1f5a7a))}
.ndti-co__cover--tone::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.16) 1px,transparent 1.6px);background-size:16px 16px;opacity:.55}
.ndti-co__status{position:absolute;top:12px;right:12px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;z-index:2;max-width:calc(100% - 24px)}
.ndti-co__status .ndti-verified,.ndti-co__status .ndti-listed,.ndti-co__status .ndti-badge{box-shadow:0 2px 8px rgba(0,0,0,.2);font-size:11px;padding:3px 9px;line-height:1.5;margin:0}
.ndti-co__status .ndti-listed{background:rgba(255,255,255,.94);color:#33475a;border-color:transparent}
.ndti-co__status .ndti-badge{background:rgba(255,255,255,.94);border-color:transparent}
.ndti-co__logo{position:absolute;left:20px;top:96px;width:108px;height:78px;border-radius:16px;background:#fff;border:1px solid var(--dir-line,#e3e9ee);box-shadow:0 8px 20px rgba(11,22,32,.16);display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:2;text-decoration:none}
.ndti-co__logo img{width:100%;height:100%;object-fit:contain;padding:8px 10px;display:block;margin:0;border-radius:0}
.ndti-co__ini{font-size:24px;font-weight:800;letter-spacing:.02em;color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--c1,#1f6f2d),var(--c2,#44a047));font-family:inherit}
.ndti-co__body{padding:52px 20px 14px;display:flex;flex-direction:column;gap:8px;flex:1}
.ndti-co__name{font-size:17.5px;line-height:1.3;margin:0;font-weight:800;letter-spacing:-.01em;padding:0}
.ndti-co__name a{color:var(--dir-ink,#0b1620);text-decoration:none}
.ndti-co__name a:hover{color:var(--dir-green-d,#1f6f2d)}
.ndti-co__loc{display:flex;align-items:center;gap:7px;margin:0;font-size:13.5px;font-weight:600;color:var(--dir-mute,#57697a);line-height:1.4}
.ndti-co__loc svg{color:#8ea0ae;flex:0 0 auto}
.ndti-co__flag{font-size:17px;line-height:1;flex:0 0 auto;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}
.ndti-co__chips{display:flex;flex-wrap:wrap;gap:6px;margin:1px 0 0}
.ndti-co__chip{display:inline-block;padding:4px 10px;border-radius:999px;background:#eef5f0;color:#1f4d2a;font-size:11.5px;font-weight:700;text-decoration:none;line-height:1.35;white-space:nowrap;transition:background .15s}
a.ndti-co__chip:hover{background:#dcefe0;color:#1f4d2a;text-decoration:none}
.ndti-co__chip--more{background:#f1f4f7;color:#5f7183}
a.ndti-co__chip--more:hover{background:#e6ebf0;color:#33475a}
.ndti-co__rating{display:flex;align-items:center;gap:2px;margin:0;color:#e0a800;font-size:13px;line-height:1}
.ndti-co__rating b{color:var(--dir-ink,#0b1620);margin-left:5px}
.ndti-co__rating span{color:#7f868f;font-weight:400}
.ndti-co__desc{margin:2px 0 0;font-size:14px;line-height:1.55;color:var(--dir-mute,#57697a);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ndti-co__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px 14px;padding:12px 20px 14px;border-top:1px solid #eef2f5;background:#fbfcfd}
.ndti-co__facts{display:flex;flex-wrap:wrap;gap:4px 14px;min-width:0}
.ndti-co__fact{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:#5f7183;text-decoration:none;white-space:nowrap;max-width:100%;line-height:1.4}
.ndti-co__fact span{overflow:hidden;text-overflow:ellipsis;max-width:150px}
.ndti-co__fact svg{color:#8ea0ae;flex:0 0 auto}
a.ndti-co__fact:hover{color:var(--dir-green-d,#1f6f2d);text-decoration:none}
a.ndti-co__fact:hover svg{color:var(--dir-green-d,#1f6f2d)}
.ndti-co__fact--jobs,.ndti-co__fact--jobs svg{color:var(--dir-green-d,#1f6f2d)}
.ndti-co__go{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:800;color:var(--dir-green-d,#1f6f2d);text-decoration:none;white-space:nowrap;flex:0 0 auto;line-height:1.4}
.ndti-co__go:hover{color:var(--dir-ink,#0b1620);text-decoration:none}
.ndti-co__go svg{transition:transform .15s ease}
.ndti-co:hover .ndti-co__go svg{transform:translateX(3px)}
.ndti-co--empty{grid-column:1/-1;display:block;padding:28px 26px;border:1px dashed #c9d6e0;background:#fbfcfd;color:var(--dir-mute,#57697a);font-size:15px;line-height:1.6}
.ndti-co--empty strong{color:var(--dir-ink,#0b1620)}
.ndti-co--empty a{color:var(--dir-green-d,#1f6f2d);font-weight:700}
.ndti-dir__more{display:flex;flex-direction:column;align-items:center;gap:8px;margin:28px 0 0}
.ndti-dir__morebtn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:12px;font-size:15px;background:#fff;color:var(--dir-ink);border:1.5px solid #cbd6de;text-decoration:none;font-weight:700;line-height:1.2;transition:border-color .15s,background .15s,transform .15s}
.ndti-dir__morebtn:hover{border-color:var(--dir-ink);color:var(--dir-ink);text-decoration:none;transform:translateY(-1px)}
.ndti-dir__morebtn span{font-weight:600;color:#7d8f9d;font-size:13.5px}
.ndti-dir__more.is-loading .ndti-dir__morebtn{opacity:.6;pointer-events:none}
.ndti-dir noscript .ndti-pagination{margin-top:14px}
.ndti-dir .ndti-pagination{justify-content:center;margin:28px 0 0}
.ndti-dir .ndti-pagination .page-numbers{min-width:40px;height:40px;line-height:38px;border-radius:10px}
.ndti-dir .ndti-pagination a.page-numbers{background:#fff}
.ndti-dir .ndti-pagination .page-numbers.current{background:#3d9142;border-color:#3d9142;color:#fff}
/* map + closing band */
.ndti-dir__map{margin:34px 0 0;background:#fff;border:1px solid var(--dir-line);border-radius:20px;overflow:hidden}
.ndti-dir__map header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 16px;padding:18px 22px}
.ndti-dir__map h3{margin:0;font-size:18px;font-weight:800;color:var(--dir-ink);letter-spacing:-.01em}
.ndti-dir__map p{margin:0;font-size:13.5px;color:var(--dir-mute)}
.ndti-dir__map #ndti-map{height:440px;border-top:1px solid var(--dir-line);background:#eef2f5}
.ndti-dir__cta{margin:26px 0 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 24px;padding:24px 28px;border-radius:20px;background:linear-gradient(120deg,#0b1620 0%,#173026 60%,#1d4a2c 100%);color:#fff}
.ndti-dir__cta h3{margin:0 0 5px;font-size:19px;font-weight:800;color:#fff;letter-spacing:-.01em}
.ndti-dir__cta p{margin:0;color:#bfd6c9;font-size:14.5px;line-height:1.55;max-width:66ch}
.ndti-dir__cta>div:first-child{flex:1 1 420px;min-width:0}
.ndti-dir__cta>div:last-child{display:flex;gap:10px;flex-wrap:wrap}
.ndti-dir__cta .ndti-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:10px;font-size:14.5px;line-height:1}
.ndti-dir__cta .ndti-verified,.ndti-dir__cta .ndti-listed{vertical-align:baseline}
@media (max-width:900px){.ndti-dir__search{grid-template-columns:1fr 1fr}.ndti-dir__q{grid-column:1/-1}.ndti-dir__search .ndti-btn.ndti-dir__go{grid-column:1/-1;min-height:46px}}
@media (max-width:640px){.ndti-dir__search{grid-template-columns:1fr;padding:10px;border-radius:16px}.ndti-dir__sel{padding:8px 12px}.ndti-dir__chips{gap:6px}.ndti-chip2{padding:6px 11px;font-size:12.5px}.ndti-dir__bar{margin-bottom:12px}.ndti-co__cover{height:118px}.ndti-co__logo{top:84px;width:96px;height:70px;border-radius:14px}.ndti-co__body{padding:48px 18px 12px}.ndti-co__foot{flex-wrap:wrap;padding:10px 18px 12px}.ndti-dir__map #ndti-map{height:340px}.ndti-dir__cta{padding:22px 20px}.ndti-dir__cta .ndti-btn{width:100%}.ndti-dir__cta>div:last-child{width:100%;flex-direction:column}}
/* activity feed: preview cards for post / vacancy / resume / stand / company items */
.activity-item .activity-card{display:flex;gap:14px;margin-top:10px;border:1px solid #e3e9ee;border-radius:12px;overflow:hidden;background:#fff;color:inherit;text-decoration:none;max-width:660px}
.activity-item .activity-card img{width:150px;min-height:100px;object-fit:cover;flex:0 0 150px;background:#f3f6f8}
.activity-item .activity-card__body{display:flex;flex-direction:column;gap:4px;padding:12px 14px;min-width:0}
.activity-item .activity-card__meta{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:#44A047;font-weight:700}
.activity-item .activity-card strong{font-size:15px;line-height:1.35;color:#0b1620}
.activity-item .activity-card__x{font-size:13.5px;color:#5a6a7b;line-height:1.45}
.activity-item .activity-card:hover strong{color:#44A047}
/* calculators archive: keep the search icon at icon size (theme resets svg sizing) */
.ndti-archive .ndti-search{display:flex;align-items:center;gap:10px}
.ndti-archive .ndti-search svg{width:18px;height:18px;flex:0 0 18px}
.ndti-archive .ndti-search input{flex:1;min-width:0}
/* groups directory: tighten the card so the join button sits under the content */
#groups-list.grid .item-entry .item{padding-bottom:0}
#groups-list.grid .item-entry .item-block{margin-bottom:14px}
#groups-list.grid .item-entry .group-footer{margin-top:auto;padding:0 0 16px}
/* groups directory cards: the theme reserves 55px for an absolutely positioned footer; ours flows at the bottom instead */
#groups-list.grid .item-entry .item{padding-bottom:0!important}
#groups-list.grid .item-entry .list-wrap{padding-bottom:18px!important}
#groups-list.grid .item-entry .group-footer{position:static!important;margin-top:auto!important;padding:0!important}
#groups-list.grid .item-entry .item-block{margin-bottom:16px!important}
/* groups directory: identical cover band and avatar size on every card */
#groups-list.grid .item-entry .bs-group-cover{height:150px;overflow:hidden}
#groups-list.grid .item-entry .bs-group-cover a{display:block;height:100%}
#groups-list.grid .item-entry .bs-group-cover img{width:100%;height:100%;object-fit:cover;display:block}
#groups-list.grid .item-entry .item-avatar img.avatar{width:64px;height:64px;object-fit:cover;border-radius:50%}
/* membership levels: expandable list */
.ndti-levels .ndti-levels__group{margin:0 0 56px}
.ndti-levels .ndti-levels__list{display:flex;flex-direction:column;gap:12px;margin-top:26px}
.ndti-level{background:#fff;border:1px solid #dfe6ec;border-radius:16px;overflow:hidden;transition:box-shadow .18s ease,border-color .18s ease}
.ndti-level[open],.ndti-level:hover{box-shadow:0 10px 26px rgba(11,22,32,.08);border-color:#c9d6e0}
.ndti-level--paid{border-color:#cfe6d4}
.ndti-level--mine{border-color:#44A047;box-shadow:0 0 0 3px rgba(68,160,71,.14)}
.ndti-level summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:22px;padding:18px 22px}
.ndti-level summary::-webkit-details-marker{display:none}
.ndti-level__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.ndti-level__name{font-size:17px;font-weight:800;color:#0b1620;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ndti-level__summary{font-size:13.5px;color:#57697a;line-height:1.45}
.ndti-level__price{flex:0 0 auto;text-align:right;white-space:nowrap}
.ndti-level__price b{font-size:20px;font-weight:800;color:#0b1620}
.ndti-level__price small{display:block;font-size:12px;color:#7f868f}
.ndti-level__more{flex:0 0 auto;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#44A047;padding-left:18px;position:relative}
.ndti-level__more::before{content:"";position:absolute;left:0;top:50%;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-70%) rotate(45deg);transition:transform .15s}
.ndti-level[open] .ndti-level__more::before{transform:translateY(-30%) rotate(-135deg)}
.ndti-level__body{border-top:1px solid #eef2f5;padding:18px 22px 22px;display:grid;grid-template-columns:1fr auto;gap:18px 32px;align-items:start}
.ndti-level__desc{font-size:14.5px;line-height:1.65;color:#3a4650;max-width:78ch}
.ndti-level__desc p{margin:0 0 10px}.ndti-level__desc ul{margin:0 0 10px 18px;padding:0}.ndti-level__desc li{margin:0 0 6px}
.ndti-level__act{flex:0 0 auto}
@media (max-width:760px){.ndti-level summary{flex-wrap:wrap;gap:10px}.ndti-level__price{text-align:left}.ndti-level__body{grid-template-columns:1fr}}
/* sidebar pages that open with a designed hero: hero spans the full width, the grid (content + widgets) starts below */
.ndti-hero-band{margin:0 0 34px}
.ndti-hero-band .ndti-hero{width:100%}
/* designed hero on app-rendered pages (calculators): the pieces the site-wide stylesheet does not carry */
.ndti-hero{position:relative;overflow:hidden;background:var(--ni,#0b1620);display:flex;align-items:center;min-height:620px}
.ndti-hero .ndti-hero__img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:60% 50%;margin:0;border-radius:0}
.ndti-hero .ndti-hero__scrim{position:absolute;inset:0;background:linear-gradient(100deg,rgba(6,15,23,.93) 0%,rgba(6,15,23,.82) 30%,rgba(6,15,23,.5) 62%,rgba(6,15,23,.22) 100%)}
.ndti-hero .ndti-hero__in{position:relative;z-index:2;padding:84px var(--wrappad,20px)}
.ndti-hero .ndti-kicker{color:#7FD18F}
.ndti-btn--o{background:transparent;color:var(--ni,#0b1620);border-color:#cbd6de}
.ndti-btn--lo{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}
.ndti-btn--lo:hover{border-color:#fff;color:#fff}
.ndti-hero__meta{display:flex;flex-wrap:wrap;gap:10px 26px;margin:26px 0 0;color:#bacbd8;font-size:14px}
.ndti-hero__meta b{color:#fff;font-size:22px;font-weight:800;margin-right:6px}
/* calculators archive: the designed hero runs edge to edge (the plugin CSS boxed and rounded it) */
body.post-type-archive-ndti_calculator #content.site-content{padding-left:0;padding-right:0}
body.post-type-archive-ndti_calculator .ndti-hero{margin:0 0 34px;border-radius:0;padding:0}
body.post-type-archive-ndti_calculator .ndti-archive{padding:0 10px}

/* admin: actions are POST forms styled as links */
.ndta-actions form{display:inline-block;margin:0 6px 0 0}
.ndta-link{background:none;border:0;padding:0;font:inherit;font-size:13px;color:#2e7d3a;cursor:pointer;text-decoration:none}
.ndta-link:hover{text-decoration:underline}

/* B18: BuddyPanel submenu items use the full panel width (the theme squeezed them) */
.buddypanel ul.buddypanel-menu .sub-menu{padding:2px 0 6px!important;margin:0!important}
.buddypanel ul.buddypanel-menu .sub-menu li{width:auto!important;margin:0!important}
.buddypanel ul.buddypanel-menu .sub-menu li>a{width:auto!important;margin:0!important;padding:8px 14px 8px 44px!important;display:flex!important}
/* B18: directory search sits in the toolbar row, not over the intro banner */
body.bbpress .entry-header,.forums-index .entry-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px 16px}
#forums-dir-search.bs-dir-search{position:static!important;float:none!important;margin:0!important;width:auto;max-width:340px}
#buddypress .subnav-search.groups-search{position:static!important;float:right!important;margin:2px 0 0 14px!important;width:auto;max-width:300px}
#buddypress .groups-type-navs{overflow:visible}
/* B18: mobile side panel — submenus collapsed and indented */
.bb-mobile-panel-wrapper li.menu-item-has-children{position:relative}
.bb-mobile-panel-wrapper li.menu-item-has-children>a{padding-right:52px}
.bb-mobile-panel-wrapper .ndti-mob-toggle{position:absolute;right:10px;top:2px;width:38px;height:38px;border:0;background:none;color:#5a6a7b;font-size:22px;line-height:38px;cursor:pointer}
.bb-mobile-panel-wrapper .ndti-mob-toggle::before{content:"\203A";display:inline-block;transform:rotate(90deg);transition:transform .15s}
.bb-mobile-panel-wrapper li.open>.ndti-mob-toggle::before{transform:rotate(-90deg)}
.bb-mobile-panel-wrapper li.menu-item-has-children>.ab-submenu,.bb-mobile-panel-wrapper li.menu-item-has-children>.sub-menu{display:none}
.bb-mobile-panel-wrapper li.menu-item-has-children.open>.ab-submenu,.bb-mobile-panel-wrapper li.menu-item-has-children.open>.sub-menu{display:block}
.bb-mobile-panel-wrapper .bb-sub-menu li a,.bb-mobile-panel-wrapper .sub-menu li a{padding:8px 20px 8px 56px;font-size:14px;font-weight:500;background:none}
.bb-mobile-panel-wrapper .bb-sub-menu li a::before{margin-right:0}
/* B17: bare pages (register) carry their own header */
body.ndti-bare #content.site-content{padding-top:0!important;margin-top:0!important}
/* B19: admin on phones and small tablets */
@media (max-width:900px){
  .ndta-wrap{flex-direction:column;gap:14px}
  .ndta-nav{position:static;flex:none;display:flex;overflow-x:auto;overflow-y:visible;max-height:none;padding:6px;gap:2px;border-radius:10px;-webkit-overflow-scrolling:touch}
  .ndta-nav a{white-space:nowrap;padding:8px 12px;border-left:0!important;border-radius:8px;font-size:13px}
  .ndta-nav a.active{padding-left:12px}
  .ndta-main{width:100%}
  .ndta-main .ndti-table{display:block;overflow-x:auto;white-space:nowrap}
  .ndta-stats{grid-template-columns:repeat(2,1fr)}
  .ndta-main [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}
}
/* B20/B21: composer, mentions, edited marker */
.ndti-composer{position:relative}
.ndti-mention{font-weight:600}
.ndti-edited{font-size:12px;color:#9aa4ae;margin-left:6px}
.ndti-mentions{position:absolute;z-index:60;background:#fff;border:1px solid #dee1e5;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:240px;max-width:320px;overflow:hidden}
.ndti-mentions button{display:flex;align-items:center;gap:10px;width:100%;border:0;background:none;padding:8px 12px;text-align:left;cursor:pointer;font:inherit;color:#122b46}
.ndti-mentions button:hover{background:#f2f4f5}
.ndti-mentions img{width:28px;height:28px;border-radius:50%;object-fit:cover;flex:0 0 28px}
.ndti-mentions small{color:#9aa4ae;margin-left:auto}
/* B21: composer attachment buttons */
.ndti-attach{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #dee1e5;border-radius:999px;font-size:13px;font-weight:600;color:#5a6a7b;cursor:pointer;background:#fff;max-width:220px}
.ndti-attach:hover{border-color:#7fd18f;color:#2e7d3a}
.ndti-attach input{display:none}
.ndti-attach.has-file{border-color:#2e7d3a;color:#2e7d3a;background:#f2faf3}
.ndti-attach span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}

/* ===================================================================================
   2026-09-03 visual audit fixes (staging findings S1–S27, B1–B3)
   =================================================================================== */
/* S1 — designed-page grids declare minmax(300–360px) columns; on phones that is wider than the
   content column (350 px in a 390 px viewport, 310 px inside the sidebar template) */
@media (max-width:640px){
  .entry-content .ndti-split,.ndti-split,.entry-content .ndti-g2,.ndti-g2,.entry-content .ndti-g3,.ndti-g3{grid-template-columns:1fr!important}
  .ndti-split>*,.ndti-g2>*,.ndti-g3>*,.ndti-jobshead>*,.ndti-formband>*{min-width:0;max-width:100%}
  .ndti-jobshead{flex-wrap:wrap}
  .entry-content ul.job_listings,.entry-content ul.resumes{grid-template-columns:1fr!important}
}
/* S2 — PMPro levels table (kept as a fallback wherever the crawled table still renders) */
@media (max-width:700px){
  .pmpro_levels_table thead{display:none}
  .pmpro_levels_table,.pmpro_levels_table tbody,.pmpro_levels_table tr,.pmpro_levels_table th,.pmpro_levels_table td{display:block;width:100%;box-sizing:border-box}
  .pmpro_levels_table tr{padding:12px 0;border-bottom:1px solid #eef2f5}
  .pmpro_levels_table th,.pmpro_levels_table td{padding:2px 0!important;border:0!important;text-align:left!important}
  .pmpro_card,.pmpro_section{max-width:100%;overflow:hidden}
}
.ndti-level__name,.ndti-level__summary{min-width:0;overflow-wrap:anywhere}
.ndti-levels--embedded .ndti-levels__group{margin-bottom:34px}
.ndti-levels--embedded .ndti-head{margin-bottom:14px}
/* S6 — jobs board filter order: keywords, location, type, button, remote (the page CSS only orders the first two) */
.job_listings form.job_filters .search_jobs .search_keywords{order:1}
.job_listings form.job_filters .search_jobs .search_location{order:2}
.job_listings form.job_filters .search_jobs .filter_job_type{order:3}
.job_listings form.job_filters .search_jobs .filter_first{order:4}
.job_listings form.job_filters .search_jobs .search_remote_position{order:5}
/* S7/S9 — group cards: the theme's absolute footer (avatars) and fixed card heights clip the Join button
   and overlap the "Active … ago" line; let content set the height everywhere */
#groups-list.grid .item-entry,#groups-list.grid .item-entry .list-wrap{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
#groups-list.grid .item-entry .group-footer,#groups-list.grid .item-entry .group-footer-wrap{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:auto!important;padding:10px 0 0!important}
#groups-list.grid .item-entry .group-footer-wrap .group-members-wrap{margin:0}
#groups-list.grid .item-entry .last-activity{margin:4px 0 0!important;padding:0!important;position:static!important}
#groups-list.grid .item-entry .group-footer .generic-button{display:block}
#groups-list.grid .item-entry .group-footer .generic-button a.group-button{display:inline-block;visibility:visible;float:none}
/* S8 — feed preview cards stack on phones */
@media (max-width:600px){
  .activity-item .activity-card{flex-direction:column}
  .activity-item .activity-card img{width:100%;flex:none;height:170px;min-height:0}
}
/* S10 — GeoDirectory's clearfix pseudo-elements become grid items and leave an empty first cell */
ul.ndti-gd-grid::before,ul.ndti-gd-grid::after{display:none!important;content:none!important}
/* S12 / B2 — MUT calculator: fixed-min column grids overflow below 1100 px and at 1440 px */
.mut2__wrap{max-width:100%!important}
.mut2__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.mut2__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.mut2__summary{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.mut2__field{min-width:0}
.mut2__table-wrap{max-width:100%}
@media (max-width:1100px){.mut2__grid--4,.mut2__summary{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:600px){.mut2__grid--4,.mut2__grid--2,.mut2__summary{grid-template-columns:1fr!important}}
.asme450-wrap,.asme450-pro{max-width:100%;box-sizing:border-box}
/* S21 — calculators hero method chips stay on one line each */
.ndti-hero .ndti-chips{display:flex;flex-wrap:wrap;gap:8px}
.ndti-hero .ndti-chips .ndti-chip{white-space:nowrap}
/* S22 — header: dropdown indicator on parent items, current-section underline (set by app.js) */
.site-header .primary-menu>li.menu-item-has-children>a>span::after{content:"\e826";font-family:bb-icons;font-size:15px;font-weight:400;margin-left:5px;vertical-align:-2px;display:inline-block;line-height:1}
.site-header .primary-menu>li.menu-item-has-children>a:after{content:none!important}
.site-header .primary-menu>li.current-menu-item>a,.site-header .primary-menu>li.current-menu-parent>a{box-shadow:inset 0 -3px 0 var(--bb-primary-color,#3d9142)}
/* S24 — stand cover tiles: smaller logo overlay so the cover reads */
.ndti-cardgrid .ndti-card__media img[style*="max-width:60%"]{max-width:46%!important;height:48%!important}
/* S26 — discussion list tags were ~9 px; search inputs that carry the theme's magnifier need room for it */
.bs-forums-meta .forum-label,.bs-meta-item.forum-label{font-size:12.5px!important;line-height:1.35!important;letter-spacing:0!important}
form input[type="search"][name="q"]{padding-left:40px!important}
#bbp_search{padding-left:40px!important}
/* S16 — long directories: first 30 cards, then "Show all" (app.js) */
.ndti-reveal-hidden{display:none!important}
.ndti-reveal-wrap{text-align:center;margin:8px 0 24px}
/* B1 — hero footnote "Hiring? Post a vacancy · Browse NDT resumes": spacing between the links, never clipped */
.ndti-hero__alt{display:flex;flex-wrap:wrap;gap:4px 10px;align-items:center;margin-left:0;padding-left:0;text-indent:0}
.ndti-hero__alt a{margin:0}
/* B3 — logos are never cropped: contain + white ground for logo-type images */
.ndti-cardgrid .ndti-card__media img.is-logo{object-fit:contain;padding:14px;background:#fff;box-sizing:border-box}
.place-header img.logo{object-fit:contain;background:#fff}
ul.ndti-gd-grid img.is-logo{object-fit:contain!important;padding:12px;background:#fff;box-sizing:border-box}
/* S11 — company page inner grid collapses with the profile grid (breakpoint raised to 1000 px above) */
@media (max-width:1000px){.place-contact{margin-top:12px}}
/* S15 — virtual stand page tabs + services */
.ndti-stand-tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid #e7e9ec;margin:18px 0 22px}
.ndti-stand-tabs a{padding:10px 14px;font-weight:600;color:#4d5c6d;text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px}
.ndti-stand-tabs a:hover,.ndti-stand-tabs a.active{color:#0b1620;border-color:#44A047}
.ndti-services{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;margin:14px 0 26px}
.ndti-service{background:#fff;border:1px solid #e7e9ec;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
.ndti-service__img{aspect-ratio:4/3;background:#f4f6f7;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ndti-service__img img{width:100%;height:100%;object-fit:contain;padding:10px;box-sizing:border-box}
.ndti-service__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px;flex:1}
.ndti-service__body h4{margin:0;font-size:15px;line-height:1.35}
.ndti-service__body .ndti-btn{margin-top:auto;align-self:flex-start;padding:8px 14px;font-size:13px}
@media (max-width:640px){.ndti-services{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* S12 — the MUT sections are grid items of .mut2__wrap; without min-width:0 they cannot shrink below the 1100 px table */
.mut2__wrap>*,.mut2__panel,.mut2__hero,.mut2__section{min-width:0;max-width:100%;box-sizing:border-box}
.mut2__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
/* S2 (follow-up) — paid level rows on phones: name/summary take the full row, price + Details wrap beneath */
@media (max-width:760px){
  .ndti-level summary{flex-wrap:wrap}
  .ndti-level__main{flex:1 1 100%!important;min-width:100%!important}
  .ndti-level__price{flex:1 1 auto;text-align:left}
  .ndti-level__more{margin-left:auto}
}
/* S7 (follow-up) — the card's inner column has flex-basis 0, so the card's own height ignored the footer; size it from content */
#groups-list.grid .item-entry .list-wrap{height:auto!important}
#groups-list.grid .item-entry .list-wrap .item{flex:1 1 auto!important;height:auto!important;min-height:0!important}
/* S7 (follow-up 2) — the theme gives .item-block flex:0 0 100%, which pushes the card footer out of the card */
#groups-list.grid .item-entry .item-block{flex:0 0 auto!important}
/* members directory — search + membership-level filter */
.ndti-members-filter{display:flex;flex-wrap:wrap;gap:10px;align-items:end;margin-bottom:14px}
.ndti-members-filter input[type=search]{flex:1 1 220px;border:1px solid #dee1e5;border-radius:8px;padding:10px 14px;min-width:0}
.ndti-members-filter__level{display:flex;flex-direction:column;gap:4px;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7f868f}
.ndti-members-filter__level select{border:1px solid #dee1e5;border-radius:8px;padding:9px 12px;font:inherit;font-size:14px;color:#122b46;background:#fff;min-width:220px}
.ndti-members-filter__reset{font-size:13.5px;color:#5a6a7b;padding:10px 4px}
.ndti-members-levels{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 18px}
.ndti-members-levels a{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;border:1px solid #dfe6ec;background:#fff;color:#122b46;font-size:13px;font-weight:600;text-decoration:none}
.ndti-members-levels a span{color:#7f868f;font-weight:600;font-size:12px}
.ndti-members-levels a:hover{border-color:#44a047}
.ndti-members-levels a.active{background:#44a047;border-color:#44a047;color:#fff}
.ndti-members-levels a.active span{color:rgba(255,255,255,.8)}
.ndti-members-levels a.paid:not(.active){border-color:#c9e4cc;background:#f2f9f3}
.ndti-members-filter__note{color:#5a6a7b;font-size:14px;margin:-6px 0 16px}
.member-card .member-level{font-size:11.5px;font-weight:700;color:#2f7a33;background:#eef7ef;border-radius:999px;padding:2px 9px;display:inline-block;margin:4px 0 2px}
/* ---- media: upload card, visibility badge + owner controls ---- */
.ndti-upload{background:#fff;border:1px solid #e3e9ee;border-radius:14px;margin:0 0 22px;box-shadow:0 1px 2px rgba(11,22,32,.04)}
.ndti-upload summary{display:flex;align-items:center;gap:14px;padding:14px 18px;cursor:pointer;list-style:none}
.ndti-upload summary::-webkit-details-marker{display:none}
.ndti-upload__ic{flex:0 0 auto;width:40px;height:40px;border-radius:11px;background:#f2f7f3;display:grid;place-items:center}
.ndti-upload__ic img{width:26px;height:26px}
.ndti-upload summary strong{display:block;font-size:15px;color:#122b46}
.ndti-upload summary small{display:block;font-size:12.5px;color:#5a6a7b;margin-top:1px}
.ndti-upload summary i{margin-left:auto;width:8px;height:8px;border-right:1.5px solid #7f868f;border-bottom:1.5px solid #7f868f;transform:rotate(45deg);transition:transform .15s}
.ndti-upload[open] summary i{transform:rotate(-135deg)}
.ndti-upload__form{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:12px 16px;padding:4px 18px 18px;border-top:1px solid #eef1f3;align-items:end}
.ndti-upload__form label{display:flex;flex-direction:column;gap:5px;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7f868f;min-width:0}
.ndti-upload__form label em{font-style:normal;font-weight:500;text-transform:none;letter-spacing:0;color:#9aa4ae}
.ndti-upload__form input[type=text],.ndti-upload__form select{border:1px solid #dee1e5;border-radius:8px;padding:9px 12px;font:inherit;font-size:14px;color:#122b46;background:#fff;min-width:0}
.ndti-upload__form input[type=file]{font-size:13px;color:#122b46}
.ndti-upload__file{grid-column:1/-1}
.ndti-upload__act{grid-column:1/-1;display:flex;justify-content:flex-end}
@media (max-width:700px){.ndti-upload__form{grid-template-columns:1fr}}
.ndti-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}
.ndti-media-grid--video{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
.ndti-media-card{border:1px solid #e7e9ec;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.ndti-media-card__img{display:block;background:#f2f4f5}
.ndti-media-card__img img{width:100%;aspect-ratio:1;object-fit:cover;display:block}
.ndti-media-card video{width:100%;aspect-ratio:16/9;display:block;background:#000}
.ndti-media-card__body{padding:9px 11px 11px;display:flex;flex-direction:column;gap:4px}
.ndti-media-card__t{font-size:13.5px;font-weight:700;color:#122b46;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ndti-media-card__meta{font-size:11.5px;color:#7f868f}
.ndti-media-card__meta a{color:#5a6a7b;font-weight:600}
.ndti-vis{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px}
.ndti-vis__badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.03em;padding:2px 8px;border-radius:999px;background:#eef2f5;color:#4d5c6d;white-space:nowrap}
.ndti-vis__badge--public{background:#e6f2e8;color:#2f7a33}
.ndti-vis__badge--friends{background:#e8eefc;color:#2d4fa3}
.ndti-vis__badge--grouponly{background:#fff4dd;color:#8a5a00}
.ndti-vis__badge--onlyme{background:#f3e8ee;color:#8a2d5a}
.ndti-vis__form{display:inline-flex;gap:4px;align-items:center;margin:0}
.ndti-vis__form select{border:1px solid #dee1e5;border-radius:7px;padding:3px 6px;font:inherit;font-size:12px;color:#122b46;background:#fff;max-width:150px}
.ndti-vis__del{border:0;background:none;color:#b42318;font:inherit;font-size:12px;font-weight:600;cursor:pointer;padding:3px 6px;border-radius:6px}
.ndti-vis__del:hover{background:#fbeae8}
.ndti-docs{display:grid;grid-template-columns:230px 1fr;gap:26px;align-items:start}
.ndti-docs__folders h3{margin:0 0 10px}
.ndti-docs__list{display:flex;flex-direction:column;gap:4px}
.ndti-docs__sub{font-size:12px;color:#7f868f;margin-top:2px}
.ndti-docs__vis{width:300px;text-align:right}
.ndti-docs__vis .ndti-vis{justify-content:flex-end}
@media (max-width:800px){.ndti-docs{grid-template-columns:1fr}.ndti-docs__list{flex-direction:row;flex-wrap:wrap}.ndti-docs__vis{width:auto;text-align:left}.ndti-docs__vis .ndti-vis{justify-content:flex-start}.ndti-docs__table tr{display:grid}}

/* ---- site notice, footer note + social, maintenance page (Site dashboard → Settings) ---- */
.ndti-notice{padding:10px 0;font-size:14px;font-weight:600;text-align:center;border-bottom:1px solid rgba(0,0,0,.06)}
.ndti-notice a{color:inherit;text-decoration:underline}
.ndti-notice--info{background:#e8f1fb;color:#123c69}
.ndti-notice--success{background:#e6f2e8;color:#2f7a33}
.ndti-notice--warning{background:#fff3d6;color:#6b4f0a}
.ndti-foot__note{background:var(--ni);color:#8fa3b3;font-size:12.5px;padding:0 0 22px}
.ndti-foot__note .container{display:flex;flex-wrap:wrap;gap:8px 22px;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:14px}
.ndti-foot__soc{display:flex;gap:16px}
.ndti-foot__soc a{color:#c9d6df;font-weight:700;text-decoration:none}
.ndti-foot__soc a:hover{color:#fff}
.site--bare{min-height:100vh;background:#f5f7f6}
.ndti-maint{max-width:520px;margin:0 auto;padding:14vh 20px 40px;text-align:center}
.ndti-maint img{width:180px;height:auto}
.ndti-maint h1{font-size:30px;margin:26px 0 10px;color:#0b1620}
.ndti-maint p{font-size:16px;line-height:1.6;color:#4d5c6d}
.ndti-maint__meta{font-size:13px!important;margin-top:28px}
.ndti-maint__meta a{color:#7f868f}

/* ---- 2026-09-04 group families: community directory tabs, family badges, company/language directories, hub cards ---- */
.ndti-gfam{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 14px}
.ndti-gfam__tab{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid #dfe5eb;border-radius:999px;background:#fff;color:#122b46;font-size:13.5px;font-weight:700;text-decoration:none;line-height:1.2}
.ndti-gfam__tab b{font-weight:700;font-size:11.5px;color:#5a6a7b;background:#eef2f5;border-radius:999px;padding:2px 8px}
.ndti-gfam__tab:hover{border-color:#3d9142;color:#2f7d35}
.ndti-gfam__tab.is-active{background:#3d9142;border-color:#3d9142;color:#fff}
.ndti-gfam__tab.is-active b{background:rgba(255,255,255,.22);color:#fff}
.ndti-gfam__tab--alt{border-style:dashed;color:#5a6a7b}
.ndti-gfam__tab--alt:hover{border-style:solid}
.ndti-gfam__sep{width:1px;height:22px;background:#dfe5eb;margin:0 4px}
.ndti-gfam__lead{margin:-4px 0 16px;color:#5a6a7b;font-size:14px}
.ndti-gfam__banner{display:flex;flex-direction:column;gap:14px}
.ndti-gfam__bannerrow{display:flex;gap:18px;align-items:flex-start}
.ndti-gfam__ic{flex:0 0 auto;width:54px;height:54px;border-radius:14px;background:rgba(255,255,255,.08);display:grid;place-items:center}
.ndti-gfam__ic img{width:36px;height:36px}
.ndti-gfam__bannerlinks{display:flex;gap:18px;flex-wrap:wrap;font-size:13.5px}
.ndti-gfam__bannerlinks a{color:#9be0a3;font-weight:600}
.ndti-gbadge{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:999px;background:#eef2f5;color:#4d5c6d;margin-right:8px;vertical-align:middle;white-space:nowrap}
.ndti-gbadge--methods{background:#e6f2e8;color:#2f7a33}
.ndti-gbadge--sectors{background:#e8eefc;color:#2d4fa3}
.ndti-gbadge--pipeline{background:#fff4dd;color:#8a5a00}
.ndti-gbadge--inspection{background:#f3e8ee;color:#8a2d5a}
.ndti-gbadge--career{background:#e6f4f7;color:#0f6b7d}
.ndti-gbadge--company{background:#122b46;color:#fff}
.ndti-gbadge--language{background:#fbeede;color:#8a4a10;text-transform:none;letter-spacing:0;font-size:12px}
.ndti-gcard__parent{margin:2px 0 4px;font-size:12.5px;color:#7f868f}
.ndti-gcard__parent a{color:#3d9142;font-weight:600}
.ndti-gcard .item-block{padding:0 14px}
.ndti-gcard .item-meta.group-details{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 6px;line-height:1.4}
.ndti-gcard .item-meta .ndti-gbadge{margin:0}
.ndti-gcard__dot{color:#b7c0c8;padding:0 2px}
.ndti-gcard__links{margin:4px 0 6px;font-size:12.5px;color:#5a6a7b;display:flex;flex-wrap:wrap;justify-content:center;gap:2px 6px;align-items:center;line-height:1.4}
.ndti-gcard .group-desc{margin-left:0!important;margin-right:0!important}
/* the purged theme CSS lost the "Joined" state of the group button */
#groups-list .item-entry .group-footer .generic-button a.group-button{white-space:nowrap;font-size:14px;line-height:1.4;text-align:center;box-sizing:border-box}
#groups-list .item-entry .group-footer .generic-button a.group-button.leave-group{background:#3d9142;border:0;padding:7px 0;color:#fff}
#groups-list .item-entry .group-footer .generic-button a.group-button.leave-group:hover{background:#2f7d35;color:#fff}
#groups-list .item-entry .group-footer .generic-button a.group-button.request-membership{color:#5a6a7b;border-color:#c9d3dc}
.ndti-gcard__links a{color:#3d9142;font-weight:600}
.ndti-gcard__verified{color:#2f7a33;font-weight:700}
.ndti-gcard__flag{font-size:16px}
.ndti-gcard--hub .list-wrap{border-color:#3d9142}
.ndti-ghub{display:flex;gap:18px;align-items:center;background:#fff;border:1px solid #dfe5eb;border-left:4px solid #3d9142;border-radius:14px;padding:16px 20px;margin:0 0 18px}
.ndti-ghub__avatar{width:64px;height:64px;border-radius:14px;object-fit:cover;flex:0 0 auto}
.ndti-ghub__body{flex:1;min-width:0}
.ndti-ghub__body h2{margin:4px 0;font-size:18px}
.ndti-ghub__body h2 a{color:#122b46}
.ndti-ghub__body p{margin:0;font-size:13.5px;color:#5a6a7b}
.ndti-hublist__count{font-size:14px;color:#5a6a7b;margin:0 0 14px}
.ndti-hublist__more{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 0}
.ndti-live .ndti-hublist{max-width:1180px;margin:0 auto;padding:0 20px 40px}
.ndti-cg{display:flex;flex-wrap:wrap;gap:12px;align-items:center;background:#fff;border:1px solid #dfe5eb;border-radius:12px;padding:12px 14px;margin-top:16px}
.ndti-cg img{width:48px;height:48px;border-radius:12px;object-fit:cover;flex:0 0 auto}
.ndti-cg__body{flex:1 1 150px;min-width:0;font-size:13.5px;color:#5a6a7b}
.ndti-cg__body strong{display:block;color:#122b46;font-size:14.5px}
.ndti-cg .ndti-btn{padding:8px 14px;font-size:13px;white-space:nowrap;margin-left:auto}
.ndti-ghead__links{display:flex;gap:6px 14px;flex-wrap:wrap;margin-top:8px;font-size:13px}
.ndti-ghead__links a{color:#fff;opacity:.9;text-decoration:underline}
@media (max-width:700px){.ndti-gfam__sep{display:none}.ndti-ghub{flex-wrap:wrap}.ndti-gfam__bannerrow{flex-direction:column}}

/* group page: full-width main column (the in-page members panel is gone — the Members tab lists everyone); hub subgroups as chips */
.ndti-group-main{max-width:none}
.ndti-group-main .ndti-form.ndti-composer{max-width:none}
.ndti-subgroups{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 18px}
.ndti-subgroups__label{font-size:11.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7f868f;margin-right:4px}

/* group sub-pages: compact group header above the tabs */
.ndti-gsub{display:flex;gap:14px;align-items:center;margin:0 0 14px}
.ndti-gsub__avatar img{width:56px;height:56px;border-radius:14px;object-fit:cover;display:block;background:#f2f4f5}
.ndti-gsub__body{flex:1;min-width:0}
.ndti-gsub__crumb{font-size:12.5px;color:#7f868f}
.ndti-gsub__crumb a{color:#5a6a7b}
.ndti-gsub__name{margin:2px 0;font-size:22px;font-weight:800;line-height:1.2;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ndti-gsub__name a{color:#0b1620}
.ndti-gsub__meta{font-size:13px;color:#5a6a7b}
.ndti-gsub__act{margin-left:auto;flex:0 0 auto}
.ndti-gsub__h2{font-size:18px;font-weight:800;margin:0 0 14px;display:flex;align-items:center;gap:8px}
.bs-section-title .bs-count{margin-left:8px;font-weight:500;color:#7f868f}
@media (max-width:900px){.profile-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.profile-tabs a[style*="margin-left:auto"]{margin-left:8px!important}.ndti-gsub{flex-wrap:wrap}.ndti-gsub__act{margin-left:0;width:100%}}
/* group page: updates, cards and discussion lists run the full width of the main column (the 820px cap is for the news feed) */
.ndti-group-main .activity-list,.ndti-group-main .activity-item .activity-card,.ndti-group-main .ndti-form,.ndti-group-main .ndti-empty,.ndti-group-main details.ndti-form,.ndti-group-main .topics-list{max-width:none}
.ndti-group-main .activity-item .content-body img{max-width:100%}
/* member profile timeline: updates and link cards run the full width of the main column, up to the sidebar (owner 2026-09-15); photos in posts keep their 320px cap */
.single-member .activity-list,.single-member .activity-item .activity-card{max-width:none}
/* forum "start a new discussion" and group discussion forms match the width of the discussion list above them */
.bbp-topic-form .ndti-wiz,#bbpress-forums .ndti-wiz,.ndti-group-main .ndti-wiz,.single-topic .ndti-wiz{max-width:none}
/* group page: the "start a new discussion" disclosure is a plain bar; the form inside runs the full column width */
.ndti-group-main details.ndti-form{padding:0;border:0;background:transparent;margin:0 0 18px;box-shadow:none}
.ndti-group-main details.ndti-form>summary{display:block;background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:14px 18px;font-weight:700;color:#122b46}
.ndti-group-main details.ndti-form>summary:hover{border-color:#3d9142;color:#2f7d35}
.ndti-group-main details.ndti-form[open]>summary{margin-bottom:12px}
.ndti-group-main details.ndti-form>div{margin-top:0!important}

/* ============================================================ points, ranks, rewards, leaderboard */
.ndti-pts__head{display:flex;gap:24px;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;margin:0 0 22px}
.ndti-pts__rank{flex:1 1 320px;min-width:0}
.ndti-pts__rank h1{margin:8px 0 6px;font-size:clamp(24px,3.4vw,32px)}
.ndti-pts__lead{color:#5a6a7b;margin:0;max-width:560px}
.ndti-pts__figures{display:flex;gap:10px;flex-wrap:wrap}
.ndti-pts__fig{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:12px 18px;text-align:center;min-width:104px}
.ndti-pts__fig b{display:block;font-size:24px;line-height:1.1;color:#0b1620}
.ndti-pts__fig span{font-size:11.5px;color:#7f868f;text-transform:uppercase;letter-spacing:.06em}
.ndti-pts__progress{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:16px 18px;margin:0 0 26px}
.ndti-pts__progress p{margin:10px 0 0;font-size:14px;color:#5a6a7b}
.ndti-pts__bar{background:#eef1f4;border-radius:99px;height:10px;overflow:hidden}
.ndti-pts__bar span{display:block;height:100%;background:linear-gradient(90deg,#3d9142,#7ac142);border-radius:99px}
.ndti-pts__h2{font-size:20px;font-weight:800;margin:32px 0 6px}
.ndti-pts__sub{color:#7f868f;font-size:13.5px;margin:0 0 14px}
.ndti-pts__small{font-size:12.5px;color:#7f868f}
.ndti-pts__rules td:nth-child(2),.ndti-pts__rules td:nth-child(3){font-weight:700;color:#2f7d35;white-space:nowrap}
.ndti-table tr.is-void td{opacity:.55;text-decoration:line-through}
.ndti-table tr.is-void td .ndti-badge{text-decoration:none}

/* rank pills */
.ndti-rank{display:inline-block;font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  padding:3px 10px;border-radius:99px;background:#eef1f4;color:#5a6a7b;border:1px solid #dfe5eb;vertical-align:middle}
.ndti-rank--contributor{background:#eaf6ec;color:#2f7d35;border-color:#c9e6cf}
.ndti-rank--trusted{background:#e7f1fb;color:#1d5b96;border-color:#c8ddf2}
.ndti-rank--specialist{background:#f3ecfb;color:#6237a0;border-color:#ddcdf2}
.ndti-rank--expert{background:#fdf0e0;color:#9a5b12;border-color:#f2ddba}
.ndti-rank--authority{background:linear-gradient(120deg,#0b1620,#1d4a2c);color:#fff;border-color:transparent}

/* reward cards */
.ndti-rewards{display:grid;grid-template-columns:repeat(auto-fill,minmax(268px,1fr));gap:14px}
.ndti-reward{background:#fff;border:1px solid #e7e9ec;border-radius:14px;padding:18px;display:flex;flex-direction:column}
.ndti-reward.is-locked{opacity:.72}
.ndti-reward__cost{font-size:20px;font-weight:800;color:#2f7d35}
.ndti-reward__cost span{font-size:12px;font-weight:600;color:#7f868f;text-transform:uppercase;letter-spacing:.05em}
.ndti-reward h3{font-size:16px;margin:8px 0 6px;line-height:1.3}
.ndti-reward p{font-size:13.5px;color:#5a6a7b;margin:0 0 14px;flex:1}
.ndti-reward__why{font-size:13px!important;color:#9aa4ae!important;margin:0!important;flex:0!important}
.ndti-reward__note{font-size:11.5px;color:#9aa4ae;margin-top:8px}
.ndti-reward .ndti-btn{align-self:flex-start}

/* leaderboard */
.ndti-lb{list-style:none;margin:0;padding:0;counter-reset:lb}
.ndti-lb li{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:12px 16px;margin-bottom:8px}
.ndti-lb li.is-me{border-color:#3d9142;box-shadow:0 0 0 2px rgba(61,145,66,.12)}
.ndti-lb__pos{flex:0 0 30px;font-weight:800;color:#9aa4ae;font-size:15px;text-align:center}
.ndti-lb__pos.is-top{color:#2f7d35;font-size:18px}
.ndti-lb img{border-radius:50%;flex:0 0 auto}
.ndti-lb__who{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:flex-start}
.ndti-lb__who a{font-weight:700;color:#122b46}
.ndti-lb__score{margin-left:auto;text-align:right;font-size:20px;font-weight:800;color:#0b1620;line-height:1.1}
.ndti-lb__score span{display:block;font-size:11px;font-weight:600;color:#9aa4ae;text-transform:uppercase;letter-spacing:.05em}
.ndti-lb--mini li{padding:8px 14px;gap:10px}
.ndti-lb--mini a{flex:1;font-weight:600;color:#122b46}
.ndti-lb--mini b{color:#2f7d35}
.ndti-pts__cta{background:#f2f7f3;border:1px solid #d5e8d9;border-radius:14px;padding:18px 20px;margin-top:26px}
.ndti-pts__cta h3{margin:0 0 6px;font-size:16px}
.ndti-pts__cta p{margin:0;color:#5a6a7b;font-size:14px}

/* group challenges */
.ndti-chal__row{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:12px 16px;margin-bottom:8px;flex-wrap:wrap}
.ndti-chal__row>a{flex:0 0 190px;font-weight:700;color:#122b46}
.ndti-chal__row .ndti-pts__bar{flex:1 1 140px}
.ndti-chal__n{font-size:12.5px;color:#7f868f;flex:0 0 auto}
.ndti-chal__row.is-won{border-color:#c9e6cf;background:#f6fbf7}

/* best answer in a discussion */
.topic-reply--best{border:1px solid #c9e6cf!important;background:#f6fbf7;border-radius:12px;padding:14px 16px}
.best-answer-flag{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#2f7d35;margin-bottom:8px}
.ndti-linkbtn.is-best{color:#2f7d35;font-weight:700}
.ndti-note--points{background:#f2f7f3;border-color:#d5e8d9}

/* profile: rank + contribution strip */
.ndti-pstrip{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:8px}
.ndti-pstrip__chip{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);color:#fff;
  border-radius:99px;padding:3px 11px;font-size:12.5px}
.ndti-pstrip__chip b{font-weight:800}

/* certificate */
.certificate-page .site-content{background:#eef1f4}
.ndti-cert__wrap{max-width:840px;margin:26px auto 40px;padding:0 16px}
.ndti-cert{background:#fff;border:1px solid #dfe5eb;border-radius:6px;padding:52px 56px;text-align:center;
  box-shadow:0 10px 40px rgba(18,43,70,.10)}
.ndti-cert__rule{height:5px;background:linear-gradient(90deg,#0b1620,#2f7d35 45%,#7ac142);border-radius:3px}
.ndti-cert__logo{margin:34px auto 26px;display:block}
.ndti-cert__kicker{font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#7f868f}
.ndti-cert__name{font-size:clamp(30px,5vw,44px);margin:16px 0 14px;color:#0b1620;line-height:1.15}
.ndti-cert__body{max-width:520px;margin:0 auto 30px;color:#41505e;font-size:16px;line-height:1.6}
.ndti-cert__stats{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:0 0 32px;
  border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4;padding:22px 0}
.ndti-cert__stats div{min-width:120px}
.ndti-cert__stats b{display:block;font-size:22px;color:#2f7d35}
.ndti-cert__stats span{font-size:11.5px;color:#7f868f;text-transform:uppercase;letter-spacing:.06em}
.ndti-cert__foot{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;margin-bottom:22px}
.ndti-cert__foot span{display:block;font-size:11px;color:#9aa4ae;text-transform:uppercase;letter-spacing:.06em}
.ndti-cert__foot b{font-size:14px;color:#122b46}
.ndti-cert__verify{font-size:11.5px;color:#9aa4ae;margin-bottom:30px;word-break:break-all}
.ndti-cert__tools{display:flex;gap:10px;justify-content:center;margin-top:20px}
@media print{
  .ndti-cert__tools,.site-header,.ndti-foot,#masthead,footer{display:none!important}
  .ndti-cert{box-shadow:none;border:0;padding:20px}
  .ndti-cert__wrap{margin:0;max-width:none}
  body{background:#fff!important}
}
@media (max-width:700px){
  .ndti-cert{padding:30px 22px}
  .ndti-lb__score{font-size:17px}
  .ndti-chal__row>a{flex:1 1 100%}
  .ndti-pts__figures{width:100%}
  .ndti-pts__fig{flex:1 1 calc(50% - 5px);min-width:0}
}

/* points widgets */
.ndti-wpts__rank{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}
.ndti-wpts__place{font-weight:800;color:#9aa4ae;font-size:14px}
.ndti-wpts__nums{display:flex;gap:8px;margin-bottom:10px}
.ndti-wpts__nums div{flex:1;background:#f7f9fa;border-radius:10px;padding:8px 10px;text-align:center}
.ndti-wpts__nums b{display:block;font-size:18px;color:#0b1620;line-height:1.15}
.ndti-wpts__nums span{font-size:10.5px;color:#7f868f;text-transform:uppercase;letter-spacing:.05em}
.ndti-wpts__next{font-size:12.5px;color:#7f868f;margin:8px 0 0}
.ndti-wlb{list-style:none;margin:0;padding:0}
.ndti-wlb li{display:flex;align-items:center;gap:9px;padding:7px 0;border-bottom:1px solid #f0f2f4}
.ndti-wlb li:last-child{border-bottom:0}
.ndti-wlb__pos{flex:0 0 16px;font-weight:800;color:#c3cad1;font-size:12.5px;text-align:center}
.ndti-wlb img{width:34px;height:34px;border-radius:50%;display:block}
.ndti-wlb__name{flex:1;min-width:0;font-size:13.5px;font-weight:600;color:#122b46;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ndti-wlb b{font-size:13px;color:#2f7d35}
.ndti-wunans{list-style:none;margin:0;padding:0}
.ndti-wunans li{padding:8px 0;border-bottom:1px solid #f0f2f4}
.ndti-wunans li:last-child{border-bottom:0}
.ndti-wunans a{font-size:13.5px;font-weight:600;color:#122b46;display:block;line-height:1.35}
.ndti-wunans__meta{display:block;font-size:11.5px;color:#9aa4ae;margin-top:3px}
.ndti-wchal p{font-size:12.5px;color:#5a6a7b;margin:9px 0 0}

/* leaderboard on a phone: the name column cannot shrink under a rank pill, so the row becomes two */
.ndti-rank{max-width:100%;overflow-wrap:anywhere}
@media (max-width:560px){
  .ndti-lb:not(.ndti-lb--mini) li{display:grid;grid-template-columns:24px 56px minmax(0,1fr);
    grid-template-areas:"pos ava who" "score score score";gap:6px 12px;align-items:center}
  .ndti-lb:not(.ndti-lb--mini) .ndti-lb__pos{grid-area:pos}
  .ndti-lb:not(.ndti-lb--mini)>li>img{grid-area:ava;width:56px;height:56px}
  .ndti-lb:not(.ndti-lb--mini) .ndti-lb__who{grid-area:who}
  .ndti-lb:not(.ndti-lb--mini) .ndti-lb__score{grid-area:score;margin-left:0;text-align:left;
    display:flex;align-items:baseline;gap:7px;font-size:17px}
  .ndti-lb:not(.ndti-lb--mini) .ndti-lb__score span{display:inline;font-size:11px}
  .ndti-lb--mini li{flex-wrap:wrap}
  .ndti-lb--mini a{flex:1 1 60%}
}

/* ============================================================ action rows (buttons beside links)
   The mirrored live theme sets form{margin-bottom:2rem} for real forms. A form that exists only to
   carry a button is laid out as a button, so that margin knocked every form-wrapped button 15px out
   of line with the plain links beside it and pushed action rows onto extra lines. */
form:has(> .ndti-btn),
form:has(> .ndti-linkbtn),
form:has(> .ndta-link){margin:0}
/* the same rows again by container, for browsers without :has() */
.ndti-actions form,
.profile-header form,
.topic-tools form,
.ndta-actions form,
.ndti-gsub__act form,
.item-list form,
.widget form{margin:0}

.ndti-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;align-content:center;justify-content:flex-end}
.ndti-actions form,.ndti-actions details{display:flex;align-items:center;margin:0}
.ndti-actions>*{margin:0}
.ndti-actions .ndti-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.topic-tools form{display:inline-flex;align-items:center}
@media (max-width:700px){.ndti-actions{justify-content:flex-start;width:100%}}
/* the header never wrapped, so a narrow main column squeezed the member's name to a sliver while the
   action row kept its full width — let the row drop to its own line instead of crushing the name */
.profile-header{flex-wrap:wrap}
.profile-header>div:not(.ndti-actions){min-width:220px}
.profile-header .ndti-actions{flex:0 0 auto;margin-left:auto}

/* Tables on phones and small tablets. .ndti-table carries overflow:hidden for its rounded corners, so
   a table wider than the screen was clipped by its own card — the Status column simply could not be
   reached by scrolling. Let it scroll inside its own box, the way the admin tables already do. */
@media (max-width:900px){
  .ndti-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;
    /* scroll shadow: a soft edge appears on whichever side has more content, and fades at the end */
    background-image:linear-gradient(to right,#fff,#fff),linear-gradient(to left,#fff,#fff),
      linear-gradient(to right,rgba(11,22,32,.13),rgba(11,22,32,0)),linear-gradient(to left,rgba(11,22,32,.13),rgba(11,22,32,0));
    background-position:left center,right center,left center,right center;
    background-repeat:no-repeat;
    background-size:22px 100%,22px 100%,11px 100%,11px 100%;
    background-attachment:local,local,scroll,scroll}
  .ndti-table code{white-space:nowrap}
  /* a grid or flex parent defaults to min-width:auto, so it grows to the table's content width instead
     of letting the table scroll inside it — the table then overflows and .site (overflow-x:clip) hides it */
  :is(div,section,main,article,td,li):has(> .ndti-table){min-width:0}
  .ndti-docs,.ndti-docs>div,.ndti-form,.ndta-main{min-width:0}
}

/* ============================================================ related articles under a blog post
   Uses the site's own card component; the theme's post-grid markup it replaced depended on CSS the
   purge removed. Titles and excerpts are clamped so every card in a row is the same height. */
.ndti-related{margin:36px 0 10px}
.ndti-related__h{font-size:20px;font-weight:800;margin:0 0 14px;color:#0b1620}
.ndti-cardgrid--related{grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:18px;margin:0}
.ndti-cardgrid--related .ndti-card__body{padding:14px 16px;gap:5px}
.ndti-cardgrid--related .ndti-card__title{font-size:15.5px;line-height:1.35;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.ndti-cardgrid--related .ndti-card__excerpt{font-size:13px;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ndti-cardgrid--related .ndti-card__meta{order:-1}
@media (max-width:520px){
  .ndti-cardgrid--related{grid-template-columns:1fr 1fr;gap:14px}
  .ndti-cardgrid--related .ndti-card__excerpt{display:none}
  .ndti-cardgrid--related .ndti-card__body{padding:12px 13px}
}
@media (max-width:339px){.ndti-cardgrid--related{grid-template-columns:1fr}}

/* === tiers: membership badges (Tier::badge) — hiring green, exhibitor blue, sponsor gold === */
.ndti-badge--hiring{background:#e3f3e6;color:#1f6f2d;border:1px solid #bfe0c6}
.ndti-badge--exhibitor{background:#e6f0fd;color:#1a4fa3;border:1px solid #bcd3f5}
.ndti-badge--sponsor{background:#fbf1d6;color:#7a5400;border:1px solid #ecd48f}
.ndti-badge--sm{font-size:10px;padding:1px 7px;line-height:1.5;vertical-align:middle}

/* === directory: Listed vs Verified (PlacesController::statusBadge) + tier badges in headings/author lines === */
.ndti-verified,.ndti-listed{display:inline-block;border-radius:20px;font-size:11.5px;font-weight:700;padding:3px 10px;line-height:1.5;vertical-align:middle;white-space:nowrap}
.ndti-verified{background:#1f6f2d;color:#fff}
.ndti-listed{background:#eef1f3;color:#5a6a7b;border:1px solid #dfe4e8}
.ndti-verified--sm,.ndti-listed--sm{font-size:10px;padding:1px 7px}
.ndti-place-status{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:0 0 6px}
.ndti-place-status--gd{margin:-4px 0 8px}
.ndti-place-status .ndti-badge{vertical-align:middle}
.ndti-table .ndti-place-status{display:inline-flex;margin:0 0 0 4px}
.profile-header h1 .ndti-badge{font-size:12px;vertical-align:middle;margin-left:8px;position:relative;top:-2px}
.topic-reply .who .ndti-badge--sm,.bbp-author-name+.ndti-badge--sm,.activity-item .action .ndti-badge--sm{margin-left:4px;white-space:nowrap}
.topic-reply .who>div{min-width:0;overflow-wrap:anywhere}
@media (max-width:480px){.profile-header h1 .ndti-badge{display:inline-block;margin:6px 0 0;top:0}}

/* === resumes: CV metering + company usage strip (ResumesController::unlock, DashboardController::usage) === */
.ndti-cv-upsell{background:#f6f8fa;border:1px solid #dfe5ea;border-radius:10px;padding:12px 16px;font-size:13.5px;color:#334352;margin:12px 0 18px;line-height:1.55}
.ndti-cv-upsell a{font-weight:700;white-space:nowrap;margin-left:6px}
.ndti-cv-upsell--meter{background:#f2f8f3;border-color:#cfe8d3;color:#1e5426}
.ndti-cv-quota{border-left:4px solid #d9a300}
.ndti-cv-meter{font-size:12.5px;color:#7f868f;margin:12px 0 0}
.ndti-usage{margin:16px auto 0}
.ndti-usage__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;background:#fff;border:1px solid #e3e9ee;border-radius:16px;padding:16px 18px}
.ndti-usage__cell{display:block;padding:6px 8px;border-radius:12px;text-decoration:none;color:inherit;min-width:0}
a.ndti-usage__cell:hover{background:#f5f8f9}
.ndti-usage__k{display:block;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#57697a;margin-bottom:4px}
.ndti-usage__cell b{font-size:22px;font-weight:800;color:#0b1620;line-height:1.15;letter-spacing:-.02em}
.ndti-usage__cell b i{font-style:normal;font-size:14px;font-weight:600;color:#57697a}
.ndti-usage__cell small{display:block;font-size:12.5px;color:#57697a;margin-top:3px}
.ndti-usage__tier .ndti-badge{vertical-align:middle;margin-left:4px}
.ndti-usage__upsell{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:14px}
.ndti-usage__upsell .ndti-card{text-decoration:none}
.ndti-usage__upsell .ndti-card__meta{margin-top:auto;font-weight:700;color:#1f6f2d}
.ndti-dash-pair{display:flex;gap:10px;flex-wrap:wrap;margin:14px auto 0}
.ndti-dash-pair .ndti-btn{padding:10px 16px}

/* === ops: mail tool + alert opt-in page === */
.ndta-mt__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
@media(max-width:800px){.ndta-mt__grid{grid-template-columns:1fr}}
.ndta-mt__preview{background:#f3f8f4;border:1px solid #cfe3d3;border-radius:10px;padding:12px 16px;margin:4px 0 6px;font-size:14px}
.ndta-mt__bar{height:8px;background:#e7e9ec;border-radius:6px;overflow:hidden;margin:4px 0 4px}
.ndta-mt__bar span{display:block;height:100%;background:#7ac142;border-radius:6px}
.ndti-optin{max-width:620px;margin:40px auto;background:#fff;border:1px solid #dfe6ec;border-radius:16px;padding:32px 34px;text-align:center}
.ndti-optin h1{margin:0 0 10px;font-size:26px}
.ndti-optin p{color:#4a5560;font-size:15.5px;line-height:1.55}
.ndti-optin .ndti-btn{margin:6px 4px 0}
.ndti-alert-paused{opacity:.6}

/* === marketing surfaces: plan cards (partials/level-list) + rate card (/advertise) — 2026-09-05 tiers === */
.ndti-plans{--pl-green:#3d9142;--pl-ink:#0b1620;--pl-mute:#57697a;--pl-line:#dfe6ec}
.ndti-plans__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 24px;margin:0 0 22px}
.ndti-plans__toggle{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}
.ndti-plans__toggle button{appearance:none;border:1px solid var(--pl-line);background:#fff;color:var(--pl-ink);font:inherit;font-weight:700;font-size:14px;padding:9px 18px;border-radius:999px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}
.ndti-plans__toggle button.is-on{background:var(--pl-green);border-color:var(--pl-green);color:#fff}
.ndti-plans__toggle button+button{margin-left:-4px}
.ndti-plans__save{font-size:12.5px;color:var(--pl-mute)}
.ndti-plans__reach{margin:0;font-size:14px;color:var(--pl-mute)}
.ndti-plans__reach strong{color:var(--pl-ink);font-weight:800}
.ndti-plans__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.ndti-plan{background:#fff;border:1px solid var(--pl-line);border-radius:16px;padding:22px 20px 20px;display:flex;flex-direction:column;gap:14px;min-width:0;position:relative}
.ndti-plan--pop{border-color:#b9dcbf;box-shadow:0 10px 26px rgba(61,145,66,.10)}
.ndti-plan--mine{border-color:var(--pl-green);box-shadow:0 0 0 3px rgba(61,145,66,.14)}
.ndti-plan--sponsor{background:linear-gradient(180deg,#fffaf0 0,#fff 120px)}
.ndti-plan__head{display:flex;flex-direction:column;gap:6px}
.ndti-plan__kicker{margin:0;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--pl-mute)}
.ndti-plan__name{margin:0;font-size:22px;font-weight:800;color:var(--pl-ink);display:flex;align-items:center;gap:8px;flex-wrap:wrap;line-height:1.2}
.ndti-plan__pop{background:#e3f3e6;color:#1f6f2d}
.ndti-plan__price{margin:4px 0 0;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;min-height:34px}
.ndti-plan__price b{font-size:30px;font-weight:800;color:var(--pl-ink);letter-spacing:-.02em;line-height:1}
.ndti-plan__price small{font-size:13px;color:var(--pl-mute)}
.ndti-plan__p{display:none;align-items:baseline;gap:6px}
.ndti-plans[data-cadence="year"] .ndti-plan__p--year,.ndti-plans[data-cadence="month"] .ndti-plan__p--month{display:inline-flex}
.ndti-plans[data-cadence="month"] .ndti-plan:not([data-level-month]) .ndti-plan__p--year{display:inline-flex}
.ndti-plan__lead{margin:0;font-size:14px;line-height:1.5;color:var(--pl-mute)}
.ndti-plan__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:14px;line-height:1.45;color:#2b3a47}
.ndti-plan__list li{position:relative;padding-left:22px}
.ndti-plan__list li::before{content:"";position:absolute;left:2px;top:.45em;width:9px;height:5px;border-left:2px solid var(--pl-green);border-bottom:2px solid var(--pl-green);transform:rotate(-45deg)}
.ndti-plan__list--org{font-size:13.5px;color:#4a5a68}
.ndti-plan__sub{margin:4px 0 -6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--pl-mute)}
.ndti-plan__soon{display:inline-block;margin-left:4px;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7a5400;background:#fbf1d6;border:1px solid #ecd48f;border-radius:999px;padding:1px 7px;vertical-align:middle}
.ndti-plan__act{margin-top:auto;padding-top:6px}
.ndti-plan__act .ndti-btn{display:block;text-align:center;width:100%;box-sizing:border-box}
.ndti-plans__foot{margin:22px 0 0;font-size:13px;color:var(--pl-mute);display:flex;flex-wrap:wrap;gap:6px 18px}
.ndti-plans__foot a{font-weight:700;color:var(--pl-green)}
.ndti-live .ndti-formband .ndti-plans .ndti-btn{display:block}
@media (max-width:1100px){.ndti-plans__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.ndti-plans__grid{grid-template-columns:1fr}.ndti-plans__bar{flex-direction:column;align-items:flex-start}.ndti-plan__price b{font-size:26px}}
.ndti-rate{max-width:1120px;margin:0 auto;padding:0 0 40px}
.ndti-rate__h{font-size:22px;font-weight:800;color:#0b1620;margin:34px 0 12px}
.ndti-rate__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.ndti-rate__table{min-width:760px}
.ndti-rate__table th[scope="row"]{background:#fff;text-transform:none;letter-spacing:0;font-size:14px;color:#2b3a47;font-weight:600;width:30%}
.ndti-rate__table thead th{font-size:14px;text-transform:none;letter-spacing:0;color:#0b1620;font-weight:800}
.ndti-rate__plan--hiring{color:#1f6f2d!important}.ndti-rate__plan--exhibitor{color:#1a4fa3!important}.ndti-rate__plan--sponsor{color:#7a5400!important}
.ndti-rate__yes{color:#1f6f2d;font-weight:700}.ndti-rate__no{color:#a5aeb6}
.ndti-rate__buy td{vertical-align:top}
.ndti-rate__buy .ndti-btn{display:block;text-align:center;margin:0 0 8px;padding:9px 12px;font-size:13px}
.ndti-rate__note{font-size:13.5px;color:#57697a;line-height:1.55;margin:12px 0 0}
.ndti-rate__stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}
.ndti-rate__stat{background:#fff;border:1px solid #e7e9ec;border-radius:12px;padding:16px 16px 14px;display:flex;flex-direction:column;gap:4px}
.ndti-rate__stat b{font-size:28px;font-weight:800;color:#0b1620;letter-spacing:-.02em;line-height:1}
.ndti-rate__stat span{font-size:13px;color:#57697a;line-height:1.4}
.ndti-rate__cta{margin:30px 0 0;display:flex;gap:10px;flex-wrap:wrap}

/* === jobs: featured vacancies, closed pages, applicant tools (2026-09-04) === */
.jobs-featured-pill{display:inline-block;background:#1d5dbf;color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em;border-radius:20px;padding:3px 10px;line-height:1.4}
.job_listings li.job_position_featured>a .jobs-featured-pill{position:absolute;top:10px;right:10px;z-index:2}
.job_listings li.job_position_featured>a{position:relative;box-shadow:0 0 0 2px #cfe0fb inset}
.jobs-featured-pill--inline{position:static;margin-right:4px;vertical-align:middle}
.jobs-tier-note{font-size:13px;color:#5f7183;margin-top:4px;line-height:1.5}
.jobs-tier-note .ndti-badge{vertical-align:middle;margin-right:2px}
.jobs-tools-hint{font-size:13px;color:#5f7183;margin:-6px 0 14px}
.jobs-feature-form{display:inline;margin:0}
.jobs-linkbtn{background:none;border:0;padding:0;margin:0 8px 0 0;font:inherit;color:#1d5dbf;cursor:pointer;text-decoration:underline;text-underline-offset:2px}
.jobs-linkbtn:hover{color:#0f3f8a}
.jobs-closed-banner{background:#fff4e0;border:1px solid #f1dfa8;color:#6b4b00;border-radius:10px;padding:14px 18px;font-size:14.5px;margin:0 0 18px;line-height:1.55}
.jobs-closed-banner strong{display:block;font-size:16px;margin-bottom:2px;color:#4d3600}
.jobs-closed-banner a{color:#1d5dbf;font-weight:600}
.job-closed .job_description{opacity:.92}
.jobs-alert-optin{background:#f4f8fb;border:1px solid #d9e4ee;border-radius:12px;padding:22px 24px;margin:24px 0 8px}
.jobs-alert-optin h3{margin:0 0 6px;font-size:19px}
.jobs-alert-optin p{margin:0 0 12px;color:#42546a;font-size:14.5px}
.jobs-alert-form{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}
.jobs-alert-form label{display:flex;flex-direction:column;gap:4px;font-size:12.5px;font-weight:600;color:#42546a;flex:1 1 200px}
.jobs-alert-form input[type=text]{padding:10px 12px;border:1px solid #cfd6dc;border-radius:8px;font:inherit;font-size:14px;width:100%}
.jobs-applicants h1{font-size:26px}
.jobs-applicants__filters{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin:0 0 12px}
.jobs-filter{background:#fff;border:1px solid #cfd6dc;border-radius:20px;padding:5px 14px;font:inherit;font-size:13px;font-weight:600;color:#42546a;cursor:pointer}
.jobs-filter.is-on{background:#1d5dbf;border-color:#1d5dbf;color:#fff}
.jobs-applicants__table td{vertical-align:top}
.jobs-applicants__table textarea{width:100%;min-width:180px;padding:7px 9px;border:1px solid #cfd6dc;border-radius:8px;font:inherit;font-size:13px;resize:vertical}
.jobs-stars{color:#e0a400;font-size:17px;letter-spacing:1px;white-space:nowrap}
.jobs-stars--input button{background:none;border:0;padding:0 1px;margin:0;font:inherit;font-size:19px;color:#e0a400;cursor:pointer;line-height:1}
.jobs-stars--input button:hover{transform:scale(1.15)}
.jobs-status{padding:6px 8px;border:1px solid #cfd6dc;border-radius:8px;font:inherit;font-size:13px;font-weight:600;background:#fff}
.jobs-status--shortlisted{background:#e6f4ea;color:#1e7c33;border-color:#bfe0c6}
.jobs-status--rejected{background:#fdeceb;color:#a12318;border-color:#f3c4c0}
.app-row--rejected td:first-child{opacity:.65}
.jobs-saved{font-size:11.5px;color:#1e7c33;font-weight:700;margin-top:3px}
.jobs-locked{position:relative;border:1px solid #d9e4ee;border-radius:14px;overflow:hidden;background:#fff;margin:6px 0 20px}
.jobs-locked__sample{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;padding:22px;filter:blur(4px);opacity:.55;pointer-events:none;user-select:none}
.jobs-locked__card{border:1px solid #e3e8ed;border-radius:10px;padding:14px;background:#fafcfe}
.jobs-locked__card .jobs-stars{font-size:15px;margin:4px 0}
.jobs-locked__msg{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.92))}
.jobs-locked__msg h2{font-size:20px;color:#1b2b3a}
.jobs-locked__msg p{max-width:560px;margin:0 0 14px;color:#42546a;font-size:14.5px;line-height:1.55}
@media (max-width:640px){.jobs-locked__sample{grid-template-columns:1fr}.jobs-locked__msg{position:static;background:#fff}.jobs-locked__sample{display:none}}

/* === signup / members directory (AuthPagesController::register, views/members/index) — 2026-09-05 === */
.ndti-reg-org{border-left:3px solid #c9e4cc;padding-left:16px;margin:0 0 4px}
.ndti-reg-org[hidden]{display:none!important}
.ndti-choice.is-capped{opacity:.45;cursor:not-allowed}
.member-card .name .ndti-badge{vertical-align:middle;margin-left:2px}
.member-card .member-level a{color:inherit;text-decoration:none}
.member-card .member-level a:hover{color:#44a047}

/* === billing: invoices (/my-orders/{code}), product checkout, admin coupons + manual order — 2026-09-05 === */
.ndti-inv__wrap{max-width:820px;margin:26px auto 40px;padding:0 16px}
.ndti-inv{background:#fff;border:1px solid #dfe5eb;border-radius:8px;padding:40px 46px;font-size:14px;color:#26323c;box-shadow:0 8px 30px rgba(20,40,60,.06)}
.ndti-inv__head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding-bottom:22px;border-bottom:2px solid #dfe5eb;margin-bottom:22px}
.ndti-inv__logo{display:block;margin:0 0 12px;height:auto}
.ndti-inv__from{font-size:13px;color:#5a6a7b;line-height:1.5}
.ndti-inv__meta{text-align:right;min-width:220px}
.ndti-inv__meta>div{display:flex;justify-content:space-between;gap:14px;font-size:13px;padding:2px 0}
.ndti-inv__meta span{color:#7f868f}
.ndti-inv__kind{display:block!important;font-size:26px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#1f5f2b;margin-bottom:8px;text-align:right}
.ndti-inv__status--success{color:#1e7c33}.ndti-inv__status--refunded,.ndti-inv__status--error,.ndti-inv__status--cancelled{color:#a12318}.ndti-inv__status--pending{color:#8a5b00}
.ndti-inv__parties{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;line-height:1.5}
.ndti-inv__parties>div>span{display:block;font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;color:#7f868f;margin-bottom:4px}
.ndti-inv__parties small{color:#5a6a7b;font-size:12.5px}
.ndti-inv__lines{width:100%;border-collapse:collapse;margin:0 0 16px}
.ndti-inv__lines th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;color:#7f868f;border-bottom:1px solid #dfe5eb;padding:6px 8px}
.ndti-inv__lines td{padding:12px 8px;border-bottom:1px solid #eef1f4;vertical-align:top}
.ndti-inv__lines td small{color:#5a6a7b;font-size:12.5px}
.ndti-inv__lines .num{text-align:right;white-space:nowrap}
.ndti-inv__disc td{color:#1e7c33}
.ndti-inv__lines tfoot td{border-bottom:0;font-weight:700;padding-top:14px}
.ndti-inv__total{font-size:19px;color:#1f5f2b}
.ndti-inv__note{font-size:12.5px;color:#5a6a7b;margin:8px 0 0}
.ndti-inv__tools{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}
@media(max-width:640px){.ndti-inv{padding:22px 18px}.ndti-inv__head,.ndti-inv__parties{grid-template-columns:1fr;flex-direction:column}.ndti-inv__meta,.ndti-inv__kind{text-align:left}}
@media print{.ndti-inv__tools,.staging-note{display:none!important}.ndti-inv__wrap{margin:0;max-width:none;padding:0}.ndti-inv{border:0;box-shadow:none;padding:0}}
.ndta-row--off td{opacity:.55}
.ndta-coupon-scope{display:flex;flex-direction:column;gap:6px;font-size:14px}
.ndta-coupon-scope label{display:flex;align-items:center;gap:8px;margin:0;font-weight:500}
.ndta-coupon-scope input[type=radio],.ndta-coupon-levels input[type=checkbox]{width:auto;margin:0}
.ndta-coupon-levels{display:flex;flex-wrap:wrap;gap:6px 16px;padding:2px 0 4px 26px;font-size:13px}
.ndta-coupon-levels label{display:inline-flex;align-items:center;gap:6px;margin:0;font-weight:400}
.ndti-form .fieldset.is-invalid input,.ndti-form .fieldset.is-invalid select{border-color:#c9483a;background:#fff9f8}

/* === integration 2026-09-05: calculator usage label (CalculatorsController::usageThisMonth) === */
.ndti-card2__u{display:block;margin-top:6px;font-size:11px;color:#6b7a8a}

/* === review fixes 2026-09-05: vacancies parked by a plan lapse === */
.ndti-badge--suspended{background:#eef1f5;color:#4b5b6b}

/* === Premium Member tier 2026-09-05: plum badge, Premium-only group tag + upsell panel, plans page sections, rate card block === */
.ndti-badge--premium{background:#f1e6f7;color:#5b2a86;border:1px solid #d9c2ea}
.ndti-gbadge--premium{background:#5b2a86;color:#fff}
/* Sponsor company groups (2026-09-13): gold badge, first in /company-groups/, gold card edge */
.ndti-gbadge--sponsor{background:#fbf1d6;color:#7a5400;box-shadow:inset 0 0 0 1px #e3c36f}
.ndti-gcard--sponsor .list-wrap{border-color:#e3c36f;box-shadow:0 0 0 1px #e3c36f,0 6px 18px rgba(122,84,0,.10)}
#groups-list.ndti-glist>li.ndti-glist__hub{display:block;flex:0 0 100%;max-width:100%;width:100%;padding:0 10px;margin:0 0 20px;list-style:none;border:0;background:none}
.ndti-glist__hub .ndti-ghub{margin:0}
.ndti-premium-gate{background:linear-gradient(180deg,#faf5fd 0,#fff 150px);border:1px solid #d9c2ea;border-radius:16px;padding:26px 26px 24px;margin:0 0 20px;display:flex;flex-wrap:wrap;gap:18px 30px;align-items:center;justify-content:space-between}
.ndti-premium-gate__body{flex:1 1 320px;min-width:0}
.ndti-premium-gate__kicker{margin:0 0 6px;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:#5b2a86}
.ndti-premium-gate h2{margin:0 0 8px;font-size:22px;line-height:1.2;color:#0b1620}
.ndti-premium-gate p{margin:0 0 6px;font-size:14.5px;line-height:1.5;color:#3a4650}
.ndti-premium-gate ul{margin:6px 0 0;padding-left:20px;font-size:14px;line-height:1.65;color:#3a4650}
.ndti-premium-gate__act{display:flex;flex-direction:column;gap:8px;align-items:stretch;flex:0 1 260px;min-width:220px}
.ndti-premium-gate__act .ndti-btn{display:block;text-align:center;box-sizing:border-box}
.ndti-premium-gate__price{font-size:26px;font-weight:800;color:#0b1620;letter-spacing:-.02em;text-align:center;margin-bottom:4px}
.ndti-premium-gate__price small{display:block;font-size:12px;font-weight:600;color:#57697a;letter-spacing:0;margin-top:2px}
.ndti-btn--premium{background:#5b2a86;border-color:#5b2a86;color:#fff}
.ndti-btn--premium:hover{background:#4a2070;border-color:#4a2070;color:#fff}
.ndti-plans__h{margin:26px 0 12px;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:#57697a;display:flex;align-items:center;gap:12px}
.ndti-plans__h:first-of-type{margin-top:0}
.ndti-plans__h::after{content:"";flex:1;height:1px;background:#dfe6ec}
.ndti-plans__grid--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}
.ndti-plans__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ndti-plan--premium{background:linear-gradient(180deg,#faf5fd 0,#fff 120px)}
.ndti-plan--premium .ndti-plan__list li::before{border-color:#5b2a86}
.ndti-rate__indiv{display:flex;flex-wrap:wrap;gap:14px 24px;align-items:center;justify-content:space-between;background:#faf5fd;border:1px solid #d9c2ea;border-radius:12px;padding:18px 22px;margin:8px 0 10px}
.ndti-rate__indiv p{margin:0;font-size:14.5px;line-height:1.5;color:#3a4650;flex:1 1 360px}
.ndti-rate__indiv p b{color:#0b1620}
.ndti-rate__indiv .ndti-btn{white-space:nowrap}
@media (max-width:1100px){.ndti-plans__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.ndti-plans__grid--2,.ndti-plans__grid--3{grid-template-columns:1fr}.ndti-premium-gate{padding:20px 18px}.ndti-premium-gate__act{flex-basis:100%}}

/* === storage quotas 2026-09-05: usage line (Storage::usageBar) + upload-control hint === */
.ndti-storage{display:flex;align-items:center;gap:12px;font-size:13px;color:#4b5b6b;margin:6px 0}
.ndti-storage__bar{flex:0 0 140px;height:6px;border-radius:4px;background:#e6ebef;overflow:hidden}
.ndti-storage__bar i{display:block;height:100%;background:#2e8b4a;border-radius:4px}
.ndti-storage--warn .ndti-storage__bar i{background:#d9a21b}
.ndti-storage--full .ndti-storage__bar i{background:#c9483a}
.ndti-storage__txt a{font-weight:600}
.ndti-storage-wrap{margin:0 auto 14px;padding:0 4px}
.ndti-usage__storage{padding:6px 14px 2px;border-top:1px solid #eef1f3}
.ndti-upload__left{display:inline-block;margin-left:6px;color:#2e8b4a;font-weight:600}
@media(max-width:640px){.ndti-storage{flex-wrap:wrap;gap:6px 10px}.ndti-storage__bar{flex-basis:100%}}
/* ---- shared uploads (groups / feed do not count against storage) — 2026-09-05 ---- */
.ndti-storage__shared{margin-left:10px;font-size:12px;color:#5a6a7b;white-space:nowrap}
.ndti-storage__shared:empty{display:none}
.ndti-share-hint{display:block;margin-top:4px;font-size:12px;color:#5a6a7b}
.ndti-upload summary small .ndti-share-hint{display:inline;margin:0 0 0 6px}
.ndti-share-hint--composer{margin:8px 0 0;padding:0;font-size:12px;color:#7f868f}
.ndti-plan__storage{display:inline}
.ndti-storage-allowance{margin-top:10px;padding:8px 12px;border-left:3px solid #3d9142;background:#f4faf5;border-radius:0 8px 8px 0;font-size:14px}
.ndti-rate__storage{margin-top:8px;font-size:14px;color:#5a6a7b}
.ndti-admin-shared-today{color:#2e8b4a}

/* ---- 2026-09-05: vacancy board "Load more" ----
   The designed page (.ndti-jobsband) already styles a.load_more_jobs — dark pill, green on hover,
   centred at 320px — because it was built around WP Job Manager's button. Leave that to it; only
   the wrapper, the count line and the loading state belong here. Outside the designed page the
   button falls back to .ndti-btn--ghost. */
.jobs-more{max-width:var(--wrapw,1560px);margin:0 auto;padding:0 var(--wrappad,40px);box-sizing:border-box;text-align:center}
.jobs-more.is-loading a.load_more_jobs{opacity:.6;pointer-events:none}
.jobs-more-count{margin:6px 0 0;color:var(--nmu,#5f7183);font-size:13.5px}
.job_listings ul.job_listings li.job_listing:focus{outline:2px solid var(--np,#3d9142);outline-offset:2px}
.job_listings noscript .ndti-pagination{margin-top:14px}

/* ---- 2026-09-13: resume directory "Load more" (15 per click) ----
   The designed page (.ndti-resumeband) already styles a.load_more_resumes as the centred 320px pill, like the vacancy
   button; only the wrapper, the count line and the loading state belong here. Outside the designed page the button
   falls back to .ndti-btn--ghost, centred by the wrapper. */
.resumes-more{margin:0 auto;text-align:center}
.resumes-more.is-loading a.load_more_resumes{opacity:.6;pointer-events:none}
.resumes-more-count{margin:6px 0 0;color:var(--nmu,#5f7183);font-size:13.5px}
div.resumes .ndti-pagination{justify-content:center}

/* closed vacancies in the board archive: still browsable and indexable, never dressed up as open */
.jobs-closed-pill{display:inline-block;background:#e7edf2;color:#5f7183;font-size:11px;font-weight:700;letter-spacing:.02em;border-radius:20px;padding:3px 10px;line-height:1.4}
.job_listings li.job_listing--closed>a{position:relative}
.job_listings li.job_listing--closed>a .jobs-closed-pill{position:absolute;top:10px;right:10px;z-index:2}
.job_listings li.job_listing--closed .company_logo{filter:grayscale(1);opacity:.75}
.job_listings li.job_listing--closed .position h3{color:#5f7183}

/* ---- 2026-09-12: activity feed controls ----
   The theme's `.buddypress .buddypress-wrap button` (specificity 0,2,1) outranks our .ndti-like and
   .ndti-btn classes (0,1,0), so every like and Reply rendered as a full-size solid green button —
   42px tall, 15px text, 10px/20px padding — which is what made the cards look oversized and
   ragged. Restate the intent with !important rather than chasing the theme's specificity. */
.ndti-like{background:#f2f4f5!important;border:1px solid #e7e9ec!important;color:#5a6a7b!important;
  border-radius:999px!important;padding:4px 12px!important;font-size:12.5px!important;font-weight:700!important;
  line-height:1.5!important;height:auto!important;min-height:0!important;width:auto!important;box-shadow:none!important}
.ndti-like:hover{background:#eaf3ec!important;border-color:#bfe0c5!important;color:#2f7a35!important}
.ndti-like.is-on{background:#e6f4ea!important;border-color:#bfe0c5!important;color:#1e7c33!important}
.ndti-like i{font-size:14px}
.activity-actions{margin-top:10px!important}
.activity-comment-form{margin-top:10px!important;align-items:center}
.activity-comment-form input[type=text]{border:1px solid #dfe6ec!important;border-radius:999px!important;
  padding:0 14px!important;height:36px!important;min-height:0!important;font-size:13.5px!important;
  background:#fff!important;box-shadow:none!important}
.activity-comment-form button{background:#fff!important;color:#2f7a35!important;border:1px solid #cfe0d2!important;
  border-radius:999px!important;padding:0 16px!important;height:36px!important;min-height:0!important;
  font-size:13px!important;font-weight:700!important;line-height:34px!important;box-shadow:none!important}
.activity-comment-form button:hover{background:#f2f8f3!important;border-color:#8dbf94!important;color:#26632b!important}
/* The like button, the delete/pin controls and the comment box are each wrapped in a <form>, and the
   theme gives every form a 30px bottom margin — that was the large empty band under each post. */
.activity-item form,.activity-comments form,.ndti-like-form{margin:0!important}

/* ---- 2026-09-12: "My Connections" rail widget ----
   It reuses BuddyPress's ul.item-list / li.vcard markup, and the mirrored theme CSS turns that into
   a wrapping flex grid of 130px bordered boxes with the avatar centred, the name left-aligned under
   it and the "active …" line display:none — a ragged two-per-row block. Make it a plain list:
   avatar left, name and last-active stacked beside it. */
.widget_bp_core_friends_widget ul.item-list{display:block!important;margin:0!important;padding:0!important;list-style:none!important}
.widget_bp_core_friends_widget ul.item-list li.vcard{display:flex!important;align-items:center!important;gap:10px!important;
  width:auto!important;float:none!important;border:0!important;border-bottom:1px solid #eef1f3!important;
  padding:9px 0!important;margin:0!important;text-align:left!important}
.widget_bp_core_friends_widget ul.item-list li.vcard:last-child{border-bottom:0!important}
.widget_bp_core_friends_widget .item-avatar{flex:0 0 36px!important;width:36px!important;height:36px!important;
  margin:0!important;text-align:left!important;position:relative}
.widget_bp_core_friends_widget .item-avatar a{display:block!important;position:relative;line-height:0}
.widget_bp_core_friends_widget .item-avatar img{width:36px!important;height:36px!important;border-radius:50%!important;display:block!important}
.widget_bp_core_friends_widget .item{flex:1;min-width:0}
.widget_bp_core_friends_widget .item-title{text-align:left!important;margin:0!important;font-size:13.5px!important;
  font-weight:700!important;line-height:1.3!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.widget_bp_core_friends_widget .item-title a{color:#122b46!important}
.widget_bp_core_friends_widget .item-meta{display:block!important;margin:1px 0 0!important;font-size:11.5px!important;color:#7f8a95!important}
.widget_bp_core_friends_widget .member-status{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;
  border-radius:50%;border:2px solid #fff;display:block}
.widget_bp_core_friends_widget .member-status.online{background:#3d9142}
.widget_bp_core_friends_widget .member-status.offline{background:#c3ccd4}

/* ---- 2026-09-12: feed cards v2 ----
   Header row with the avatar centred on the two text lines, a ⋯ menu for edit/pin/report/delete, a
   reaction summary (emoji stack + total, comment count), a full-width action bar (react with an emoji
   palette, comment), comment bubbles and a comment box with an emoji picker. Buttons/inputs restate
   their intent with !important because the theme's `.buddypress .buddypress-wrap button` wins otherwise. */
ul.activity-list li.activity-item.ndti-post{display:block!important;padding:16px 18px 12px!important;border-radius:14px!important;gap:0}
.ndti-post__head{display:flex;align-items:center;gap:12px}
.ndti-post__ava{flex:0 0 42px;line-height:0}
.activity-item .ndti-post__ava img,.activity-item .ndti-post__ava img.avatar{width:42px!important;height:42px!important;border-radius:50%!important;object-fit:cover;display:block;flex:none}
.ndti-post__who{flex:1;min-width:0}
.ndti-post__line{font-size:14.5px;color:#122b46;line-height:1.35;overflow-wrap:anywhere}
.ndti-post__line a{font-weight:700}
.ndti-post__when{font-size:12px;color:#8a95a0;margin-top:2px}
.ndti-post__pin{margin-left:6px;vertical-align:middle}
.ndti-post__menu{position:relative;margin-left:auto;flex:none}
.ndti-post__menu summary{list-style:none;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#7f868f;font-size:22px;line-height:1;user-select:none}
.ndti-post__menu summary::-webkit-details-marker{display:none}
.ndti-post__menu summary::marker{content:""}
.ndti-post__menu summary:hover,.ndti-post__menu[open] summary{background:#f2f4f5;color:#122b46}
.ndti-post__menu-list{position:absolute;right:0;top:36px;background:#fff;border:1px solid #e3e9ee;border-radius:10px;box-shadow:0 10px 28px rgba(18,43,70,.14);min-width:160px;padding:6px;z-index:25;display:flex;flex-direction:column}
.ndti-post__menu-list a,.ndti-post__menu-list button{display:block!important;width:100%!important;text-align:left!important;background:none!important;border:0!important;
  padding:8px 10px!important;font-size:13px!important;color:#122b46!important;border-radius:7px!important;cursor:pointer;font-family:inherit;
  line-height:1.3!important;height:auto!important;min-height:0!important;box-shadow:none!important;font-weight:500!important;text-decoration:none}
.ndti-post__menu-list a:hover,.ndti-post__menu-list button:hover{background:#f2f4f5!important}
.ndti-post__menu-list .is-danger{color:#c0392b!important}
.ndti-post__body{margin-top:10px}
.ndti-post__body .content-body{margin-top:0}
.ndti-post__body .activity-media{margin-top:10px}
.ndti-post__stats{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-bottom:8px;border-bottom:1px solid #eef1f3;font-size:12.5px;color:#6b7a8a;min-height:22px}
.ndti-post__stats[hidden]{display:none!important}
.ndti-rsum{display:inline-flex;align-items:center;gap:6px}
.ndti-rsum[hidden]{display:none!important}
.ndti-rsum__e{display:inline-flex}
.ndti-rsum__e span{display:inline-flex;width:20px;height:20px;border-radius:50%;background:#fff;align-items:center;justify-content:center;font-size:13px;margin-left:-6px;box-shadow:0 0 0 1.5px #fff,0 0 0 2.5px #e3e9ee}
.ndti-rsum__e span:first-child{margin-left:0}
.ndti-post__actions{display:flex;align-items:stretch;gap:4px;margin-top:6px}
.ndti-post__actions .ndti-react{flex:1;display:flex;position:relative}
.ndti-post__actions .ndti-like-form{flex:1;display:flex!important;margin:0!important}
.ndti-post__actions .ndti-like,.ndti-actbtn{flex:1;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;background:none!important;border:0!important;
  border-radius:8px!important;padding:8px 10px!important;font-size:13.5px!important;font-weight:700!important;color:#5a6a7b!important;cursor:pointer;
  line-height:1.3!important;height:auto!important;min-height:0!important;width:auto!important;box-shadow:none!important;font-family:inherit;text-decoration:none}
.ndti-post__actions .ndti-like:hover,.ndti-actbtn:hover{background:#f2f4f5!important;color:#122b46!important}
.ndti-post__actions .ndti-like.is-on{color:#1e7c33!important}
.ndti-post__actions .ndti-like.is-love{color:#d0342c!important}
.ndti-post__actions .ndti-like.is-haha,.ndti-post__actions .ndti-like.is-wow,.ndti-post__actions .ndti-like.is-sad{color:#c98a00!important}
.ndti-post__actions .ndti-like.is-angry{color:#d95a1c!important}
.ndti-post__actions .ndti-like .n{display:none}
.ndti-like__e{font-size:18px;line-height:1}
.ndti-like__i,.ndti-actbtn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.ndti-like .n[data-zero]{display:none}
.ndti-react__more{display:none!important;background:none!important;border:0!important;padding:0 6px!important;color:#9aa4ae!important;cursor:pointer;font-size:12px!important;
  height:auto!important;min-height:0!important;width:auto!important;box-shadow:none!important;line-height:1!important}
@media (hover:none){.ndti-post__actions .ndti-react__more{display:inline-flex!important;align-items:center}}
.ndti-react__pal{position:absolute;left:0;bottom:calc(100% + 6px);background:#fff;border:1px solid #e3e9ee;border-radius:999px;box-shadow:0 10px 28px rgba(18,43,70,.16);padding:5px 8px;display:flex;gap:2px;z-index:30}
.ndti-react__pal[hidden]{display:none!important}
.ndti-react__pal button{background:none!important;border:0!important;font-size:24px!important;line-height:1!important;padding:5px!important;cursor:pointer;border-radius:50%!important;
  transition:transform .12s;height:auto!important;min-height:0!important;width:auto!important;box-shadow:none!important;font-family:inherit}
.ndti-react__pal button:hover{transform:scale(1.35) translateY(-3px)}
.ndti-react__pal button.is-mine{background:#e6f4ea!important}
/* compact pill (comments, forum topics and replies) */
.ndti-react--sm{position:relative;display:inline-flex;align-items:center}
.ndti-react--sm .ndti-like-form{display:inline-flex!important;margin:0!important}
.ndti-react--sm .ndti-like{display:inline-flex!important;align-items:center;gap:5px;padding:3px 10px!important;font-size:12.5px!important;font-weight:700!important;
  background:#f2f4f5!important;border:1px solid #e7e9ec!important;border-radius:999px!important;color:#5a6a7b!important;cursor:pointer;line-height:1.5!important;
  height:auto!important;min-height:0!important;width:auto!important;box-shadow:none!important;font-family:inherit}
.ndti-react--sm .ndti-like:hover{background:#eaf3ec!important;border-color:#bfe0c5!important;color:#2f7a35!important}
.ndti-react--sm .ndti-like.is-on{background:#e6f4ea!important;border-color:#bfe0c5!important;color:#1e7c33!important}
.ndti-react--sm .ndti-like__e{font-size:14px}
.ndti-react--sm .ndti-like__i{width:15px;height:15px}
.ndti-react--sm .ndti-like__t{display:none}
.ndti-react--sm .ndti-react__pal{left:0;padding:4px 6px}
.ndti-react--sm .ndti-react__pal button{font-size:20px!important;padding:4px!important}
.ndti-react--guest{color:#6b7a8a;font-size:12.5px}
/* comments */
.ndti-post__comments{margin-top:12px;display:flex;flex-direction:column;gap:10px}
.ndti-cmt{display:flex;gap:9px;align-items:flex-start}
.ndti-cmt__ava{flex:0 0 32px;line-height:0}
.activity-item .ndti-cmt__ava img{width:32px!important;height:32px!important;border-radius:50%!important;object-fit:cover;display:block}
.ndti-cmt__main{flex:1;min-width:0}
.ndti-cmt__bubble{background:#f2f4f5;border-radius:16px;padding:8px 13px;font-size:13.5px;line-height:1.5;overflow-wrap:anywhere;display:inline-block;max-width:100%;color:#122b46}
.ndti-cmt__bubble a.ndti-cmt__name{font-weight:700;color:#122b46;margin-right:4px}
.ndti-cmt__text p{margin:0}
.ndti-cmt__meta{display:flex;align-items:center;gap:10px;margin:4px 0 0 10px;font-size:12px;color:#8a95a0}
.ndti-cmt__meta form{margin:0!important;display:inline-flex}
.ndti-cmt__del{background:none!important;border:0!important;padding:0!important;color:#9aa4ae!important;font-size:12px!important;cursor:pointer;font-family:inherit;
  height:auto!important;min-height:0!important;width:auto!important;box-shadow:none!important;line-height:1.3!important;font-weight:500!important}
.ndti-cmt__del:hover{color:#c0392b!important;text-decoration:underline}
.activity-item .ndti-cmt-form{display:flex;align-items:center;gap:9px;margin-top:12px!important}
.ndti-cmt-form__ava{flex:0 0 32px;line-height:0}
.activity-item .ndti-cmt-form__ava img{width:32px!important;height:32px!important;border-radius:50%!important;object-fit:cover;display:block}
.ndti-cmt-form__box{flex:1;position:relative;display:flex;align-items:center;min-width:0}
.activity-item .ndti-cmt-form__box input[type=text]{width:100%;border:1px solid #dfe6ec!important;border-radius:999px!important;padding:0 44px 0 14px!important;height:38px!important;
  min-height:0!important;font-size:13.5px!important;background:#f7f9fa!important;box-shadow:none!important;font-family:inherit}
.activity-item .ndti-cmt-form__box input[type=text]:focus{background:#fff!important;border-color:#8dbf94!important;outline:none}
.ndti-emoji-btn{display:inline-flex;align-items:center;gap:6px;background:none!important;border:0!important;padding:4px!important;cursor:pointer;color:#8a95a0!important;
  line-height:1!important;height:auto!important;min-height:0!important;width:auto!important;box-shadow:none!important;border-radius:50%!important;font-family:inherit}
.ndti-emoji-btn svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ndti-emoji-btn:hover{color:#122b46!important;background:#eef1f3!important}
.ndti-cmt-form__box .ndti-emoji-btn{position:absolute;right:7px;top:50%;transform:translateY(-50%)}
.ndti-emoji-btn--text{border-radius:999px!important;padding:4px 8px!important;font-size:13px!important;color:#5a6a7b!important;font-weight:400!important}
.ndti-emoji-btn--text svg{width:17px;height:17px}
.ndti-emoji-wrap{position:relative;display:inline-flex}
.activity-item .ndti-cmt-form__send{background:#fff!important;color:#2f7a35!important;border:1px solid #cfe0d2!important;border-radius:999px!important;padding:0 16px!important;
  height:38px!important;min-height:0!important;font-size:13px!important;font-weight:700!important;line-height:36px!important;box-shadow:none!important;flex:none}
.activity-item .ndti-cmt-form__send:hover{background:#f2f8f3!important;border-color:#8dbf94!important;color:#26632b!important}
/* emoji picker popover (appended next to the button that opened it) */
.ndti-emoji-pop{position:absolute;right:0;bottom:calc(100% + 8px);z-index:40;background:#fff;border:1px solid #e3e9ee;border-radius:12px;box-shadow:0 14px 34px rgba(18,43,70,.18);padding:8px;width:300px;max-width:calc(100vw - 30px)}
.ndti-emoji-wrap--down .ndti-emoji-pop,.ndti-emoji-pop.ndti-emoji-pop--down{bottom:auto;top:calc(100% + 8px)}
.ndti-emoji-wrap--down .ndti-emoji-pop{left:0;right:auto}
.ndti-emoji-pop__grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;max-height:210px;overflow:auto}
.ndti-emoji-pop__grid button{background:none!important;border:0!important;font-size:22px!important;line-height:1!important;padding:5px 0!important;cursor:pointer;border-radius:8px!important;
  height:auto!important;min-height:0!important;width:auto!important;box-shadow:none!important;font-family:inherit}
.ndti-emoji-pop__grid button:hover{background:#f2f4f5!important}
@media (max-width:640px){ul.activity-list li.activity-item.ndti-post{padding:14px 14px 10px!important}.ndti-post__actions .ndti-like__t,.ndti-actbtn span{font-size:13px}}

/* ---- 2026-09-12: composer tools as one pill family; comment-box emoji button; anchors under the fixed header ---- */
.ndti-composer .ndti-tool{display:inline-flex!important;align-items:center!important;gap:7px!important;height:36px!important;min-height:0!important;width:auto!important;max-width:220px;
  padding:0 13px!important;border:1px solid #dee1e5!important;border-radius:999px!important;background:#fff!important;box-shadow:none!important;margin:0!important;
  font-size:13px!important;font-weight:600!important;color:#5a6a7b!important;line-height:1!important;cursor:pointer;font-family:inherit;text-decoration:none;white-space:nowrap}
.ndti-composer .ndti-tool:hover{border-color:#7fd18f!important;color:#2e7d3a!important;background:#fff!important}
.ndti-composer .ndti-tool.has-file{border-color:#2e7d3a!important;color:#2e7d3a!important;background:#f2faf3!important}
.ndti-composer .ndti-tool svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:none}
.ndti-composer .ndti-tool span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;line-height:1}
.ndti-composer .ndti-tool input{display:none}
/* the older `.activity-comment-form button` rule turned the emoji button into a white pill and pushed it off-centre */
.activity-item .activity-comment-form .ndti-cmt-form__box button.ndti-emoji-btn{position:absolute!important;right:6px!important;top:50%!important;transform:translateY(-50%)!important;
  width:28px!important;height:28px!important;min-height:0!important;min-width:0!important;padding:0!important;border:0!important;background:none!important;border-radius:50%!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;box-shadow:none!important;color:#8a95a0!important;margin:0!important}
.activity-item .activity-comment-form .ndti-cmt-form__box button.ndti-emoji-btn:hover{background:#eef1f3!important;color:#122b46!important}
.activity-item .activity-comment-form .ndti-cmt-form__box button.ndti-emoji-btn svg{width:20px;height:20px}
/* anchors land below the fixed header; the plans block lands on its "Choose your plan" heading (app.js refines both numbers) */
html{scroll-padding-top:96px}
.ndti-plans__h,.ndti-plan{scroll-margin-top:96px}
#levels{scroll-margin-top:260px}

/* ---- 2026-09-12: sticky side columns (app.js adds .is-sticky and the top offset when the column is shorter than the content) ---- */
.widget-area.is-sticky{position:sticky!important;align-self:flex-start!important}

/* ---- Sponsor units (plan 2026-09-13, phase 1): P1 site-wide top banner, P5 logo bar, the Sponsorship hub ---- */
.ndti-pu{position:relative;z-index:1}
.ndti-pu__in{max-width:1180px;margin:0 auto;padding:12px 16px 0}
.ndti-pu__box{position:relative;display:block;width:100%;max-width:970px;aspect-ratio:970/90;margin:0 auto;background:#f3f5f6;border-radius:6px;overflow:hidden;line-height:0}
.ndti-pu__box picture,.ndti-pu__box img{display:block;width:100%;height:100%;object-fit:contain}
.ndti-pu__tag{position:absolute;top:0;right:0;font-size:10px;line-height:1;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:#5a6a7b;background:rgba(255,255,255,.92);padding:3px 6px;border-radius:0 6px 0 6px}
.ndti-pu__prev{display:block;text-align:center;font-size:12.5px;line-height:1.4;color:#7a5400;background:#fbf1d6;border:1px solid #ecd48f;border-radius:6px;padding:6px 10px;margin:8px auto 0;max-width:970px}
/* designed-hero pages (body.ndti-live) zero the content padding so the hero runs under the fixed header: the unit needs the header's height first */
body.ndti-live .ndti-pu__in{padding-top:calc(var(--bb-header-height,76px) + 12px)}
@media(max-width:1000px){.ndti-pu__in{padding:10px 12px 0}body.ndti-live .ndti-pu__in{padding-top:calc(var(--bb-header-height,76px) + 10px)}.ndti-pu__box{max-width:320px;aspect-ratio:320/100}}
.ndti-sb{background:#fff;border-top:1px solid #e6ebef;padding:18px 0 22px}
.ndti-sb__in{max-width:1180px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:14px 28px;flex-wrap:wrap}
.ndti-sb__lb{font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;font-weight:700;color:#57697a;white-space:nowrap}
.ndti-sb__logos{display:flex;align-items:center;gap:10px 30px;flex-wrap:wrap;flex:1}
.ndti-sb__item{display:inline-flex;align-items:center;min-height:40px;padding:4px 8px;border-radius:8px;text-decoration:none;color:#0b1620;font-weight:700;font-size:14px}
.ndti-sb__item img{height:40px;max-width:150px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.75;transition:filter .2s,opacity .2s}
.ndti-sb__item:hover img,.ndti-sb__item.is-page img{filter:none;opacity:1}
.ndti-sb__item.is-page{background:#f5f9f6}
.ndti-sb__open{font-size:13px;color:#3d9142;font-weight:600;text-decoration:none;white-space:nowrap}
@media(max-width:640px){.ndti-sb__item img{height:32px;max-width:120px}.ndti-sb__logos{gap:8px 18px}}
.ndti-sp .page-header-banner{margin-bottom:18px}
.ndti-sp-check{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:0 0 22px}
.ndti-sp-check__item{background:#fff;border:1px solid #e3e9ee;border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:6px}
.ndti-sp-check__k{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#57697a}
.ndti-sp-check__item b{font-size:16px;color:#0b1620;line-height:1.3}
.ndti-sp-check__item small{font-size:13px;color:#57697a;line-height:1.45}
.ndti-sp-check__item .ndti-btn{margin-top:auto;align-self:flex-start;padding:8px 14px;font-size:13.5px}
.ndti-sp-bars{display:flex;align-items:flex-end;gap:3px;height:56px;margin:10px 0 4px}
.ndti-sp-bars i{flex:1;background:#3d9142;border-radius:2px 2px 0 0;min-height:2px;opacity:.85}
.ndti-sp-thumb{display:block;max-width:300px;border:1px solid #e3e9ee;border-radius:6px;background:#f7f9fa;overflow:hidden}
.ndti-sp-thumb img{display:block;width:100%;height:auto}
.ndti-sp-add{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin:0 0 22px}
.ndti-sp-add .ndti-card{text-decoration:none}
.ndti-sp-note{font-size:13px;color:#7a5400;background:#fbf1d6;border:1px solid #ecd48f;border-radius:8px;padding:8px 12px;margin:6px 0 0;line-height:1.45}
.ndti-pu-mock{background:#fff;border:1px solid #e3e9ee;border-radius:10px;overflow:hidden;margin-top:10px}
.ndti-pu-mock__hd{height:34px;background:#0b1620;display:flex;align-items:center;gap:10px;padding:0 14px;color:#dfe7ec;font-size:11px;font-weight:700}
.ndti-pu-mock__hd i{display:inline-block;width:60px;height:8px;background:rgba(255,255,255,.25);border-radius:4px}
.ndti-pu-mock__body{padding:10px 12px 14px;background:#f5f7f8;overflow-x:auto}
.ndti-pu-mock__body img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:4px;background:#fff}
.ndti-pu-mock--phone{max-width:360px}
.ndti-pu-mock__ghost{height:70px;border-radius:6px;background:#dfe6ea;margin-top:10px}

/* email blasts (phase 2, 2026-09-13): the on-site preview of a blast */
.ndti-blast-preview{background:#f2f4f5;border:1px solid #e3e9ee;border-radius:12px;padding:22px 12px;overflow-x:auto}
.ndti-blast-preview table{margin:0 auto;font-family:Helvetica,Arial,sans-serif}
.ndti-blast-preview img{max-width:100%;height:auto}

/* reach reports (phase 3, 2026-09-13): the printable report reuses the invoice sheet */
.ndti-rep .ndti-inv{max-width:none}
.ndti-rep__h{font-size:15px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#1f5f2b;margin:26px 0 12px;padding-bottom:6px;border-bottom:1px solid #dfe5eb}
.ndti-rep__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.ndti-rep__tile{border:1px solid #e3e9ee;border-radius:8px;padding:12px 14px;background:#fafbfc;min-width:0}
.ndti-rep__tile>span{display:block;font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;color:#7f868f;margin-bottom:4px}
.ndti-rep__tile>b{display:block;font-size:26px;line-height:1.1;font-weight:800;color:#1b2a33;font-variant-numeric:tabular-nums}
.ndti-rep__tile>small{display:block;font-size:12px;color:#5a6a7b;margin-top:4px}
.ndti-rep__chg{font-weight:700;white-space:nowrap}.ndti-rep__chg.is-up{color:#1e7c33}.ndti-rep__chg.is-down{color:#a12318}
.ndti-rep__weeks{display:flex;align-items:flex-end;gap:4px;height:90px;margin:16px 0 20px;padding:0 2px;border-bottom:1px solid #dfe5eb}
.ndti-rep__wk{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;position:relative}
.ndti-rep__wk i{display:block;width:100%;max-width:38px;background:#3d9142;border-radius:3px 3px 0 0;min-height:3px}
.ndti-rep__wk em{position:absolute;top:100%;font-style:normal;font-size:9.5px;color:#7f868f;white-space:nowrap;margin-top:3px}
.ndti-rep__wk:nth-child(n+2):not(:nth-child(4n+1)) em{visibility:hidden}
.ndti-rep__note{font-size:12.5px;color:#5a6a7b;margin:16px 0 0;line-height:1.55}
.ndti-rep__weeks+.ndti-rep__note{margin-top:0}
.ndti-rep__two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:14px;align-items:start}
.ndti-rep__t{width:100%;border-collapse:collapse;font-size:13px;font-variant-numeric:tabular-nums}
.ndti-rep__t th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;color:#7f868f;border-bottom:1px solid #dfe5eb;padding:6px 8px}
.ndti-rep__t td{padding:7px 8px;border-bottom:1px solid #eef1f4;vertical-align:top}
.ndti-rep__t th:not(:first-child),.ndti-rep__t td:not(:first-child){text-align:right;white-space:nowrap}
@media(max-width:640px){.ndti-rep__two{grid-template-columns:1fr}.ndti-rep__tile>b{font-size:22px}}
@media print{.ndti-rep__tile{break-inside:avoid;background:#fff}.ndti-rep__h{break-after:avoid}.ndti-rep__weeks{break-inside:avoid}}

/* phase 4 (2026-09-13): P4 sidebar panel (first widget of the right sidebar) and the P3 hero slide button */
.widget.ndti-pu--side{padding:0;background:none;border:0;box-shadow:none;margin:0 0 24px}
.ndti-pu--side .ndti-pu__box{max-width:300px;aspect-ratio:300/250;margin:0 auto;background:#f3f5f6;border-radius:8px}
.ndti-pu--side .ndti-pu__box img{display:block;width:100%;height:100%;object-fit:contain}
.ndti-pu--side .ndti-pu__prev{max-width:300px}
.ndti-hero .ndti-hero__pu-cta{display:inline-block;margin-left:6px;padding:7px 16px;border-radius:999px;background:#fff;color:#14261b!important;font-weight:700;font-size:14px;line-height:1.3;text-decoration:none;vertical-align:middle;box-shadow:0 2px 10px rgba(0,0,0,.18)}
.ndti-hero .ndti-hero__pu-cta:hover{background:#eaf5ec;text-decoration:none}
.ndti-hero.is-sponsor .ndti-kicker{color:#f2c86b}
/* ============================================================ company profile page (places/single.php) — the directory card language, full size */
.ndti-cop{--dir-ink:#0b1620;--dir-mute:#57697a;--dir-line:#e3e9ee;--dir-green:#44a047;--dir-green-d:#1f6f2d;color:var(--dir-ink);margin:0 0 30px}
.ndti-cop *,.ndti-cop *::before,.ndti-cop *::after{box-sizing:border-box}
.ndti-cop__crumbs{font-size:12.5px;color:#9aa4ae;margin:0 0 14px}
.ndti-cop__crumbs a{color:#5a6a7b;text-decoration:none}
.ndti-cop__crumbs a:hover{color:var(--dir-green-d)}
.ndti-cop__hero{position:relative;background:#fff;border:1px solid var(--dir-line);border-radius:22px;overflow:hidden;margin:0 0 22px}
.ndti-cop__hero.is-verified{border-color:#cfe6d3}
.ndti-cop__cover{position:relative;height:250px;background:#16242f;overflow:hidden}
.ndti-cop__cover img{width:100%;height:100%;object-fit:cover;display:block;margin:0;border-radius:0}
.ndti-cop__cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,22,32,0) 45%,rgba(11,22,32,.45) 100%);pointer-events:none}
.ndti-cop__cover--tone{background:linear-gradient(135deg,var(--c1,#0f2a3f),var(--c2,#1f5a7a))}
.ndti-cop__cover--tone::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.16) 1px,transparent 1.6px);background-size:16px 16px;opacity:.55}
.ndti-cop__status{position:absolute;top:16px;right:16px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;z-index:2}
.ndti-cop__status .ndti-verified,.ndti-cop__status .ndti-listed,.ndti-cop__status .ndti-badge{box-shadow:0 2px 8px rgba(0,0,0,.2);font-size:12px;padding:4px 11px;line-height:1.5;margin:0}
.ndti-cop__status .ndti-listed,.ndti-cop__status .ndti-badge{background:rgba(255,255,255,.94);border-color:transparent}
.ndti-cop__logo{position:absolute;left:28px;top:194px;width:148px;height:104px;border-radius:20px;background:#fff;border:1px solid var(--dir-line);box-shadow:0 10px 26px rgba(11,22,32,.18);display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:2}
.ndti-cop__logo img{width:100%;height:100%;object-fit:contain;padding:12px 14px;display:block;margin:0;border-radius:0}
.ndti-cop__ini{font-size:34px;font-weight:800;letter-spacing:.02em;color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--c1,#1f6f2d),var(--c2,#44a047))}
.ndti-cop__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px 24px;padding:62px 28px 20px}
.ndti-cop__headtext{flex:1 1 380px;min-width:0}
.ndti-cop__head h1{font-size:30px;line-height:1.15;margin:0 0 8px;font-weight:800;letter-spacing:-.02em;color:var(--dir-ink)}
.ndti-cop__loc{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:15px;font-weight:600;color:var(--dir-mute)}
.ndti-cop__loc svg{color:#8ea0ae;flex:0 0 auto}
.ndti-cop__flag{font-size:20px;line-height:1;flex:0 0 auto;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}
.ndti-cop__chips{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}
.ndti-cop__chip{display:inline-block;padding:5px 11px;border-radius:999px;background:#eef5f0;color:#1f4d2a;font-size:12px;font-weight:700;text-decoration:none;line-height:1.35;white-space:nowrap;transition:background .15s}
a.ndti-cop__chip:hover{background:#dcefe0;color:#1f4d2a;text-decoration:none}
.ndti-cop__rating{display:flex;align-items:center;gap:3px;margin:0;color:#e0a800;font-size:14px;line-height:1}
.ndti-cop__rating b{color:var(--dir-ink);margin-left:6px}
.ndti-cop__rating a{color:var(--dir-mute);font-weight:400;margin-left:4px;text-decoration:none}
.ndti-cop__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:0 0 auto;max-width:100%}
.ndti-cop__actions .ndti-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 18px;border-radius:11px;font-size:14px;line-height:1.2}
.ndti-cop__actions .ndti-btn svg{flex:0 0 auto}
.ndti-cop__report{font-size:12.5px;color:#9aa4ae;text-decoration:none;padding:0 4px}
.ndti-cop__report:hover{color:#b42318}
.ndti-cop__facts{list-style:none;margin:0;padding:0 28px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}
.ndti-cop__facts li{margin:0;min-width:0}
.ndti-cop__fact{display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid var(--dir-line);border-radius:14px;background:#fbfcfd;min-width:0;text-decoration:none;color:inherit;transition:border-color .15s,background .15s}
a.ndti-cop__fact:hover{border-color:#c9d6e0;background:#fff;text-decoration:none}
.ndti-cop__fact-ic{flex:0 0 36px;width:36px;height:36px;border-radius:10px;background:#eef5f0;color:var(--dir-green-d);display:flex;align-items:center;justify-content:center}
.ndti-cop__fact>div{min-width:0}
.ndti-cop__fact>div>small{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7d8f9d;line-height:1.3}
.ndti-cop__fact>div>span{display:block;font-size:14px;font-weight:700;color:var(--dir-ink);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ndti-cop__grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:22px;align-items:start}
.ndti-cop__main,.ndti-cop__aside{min-width:0;display:flex;flex-direction:column;gap:22px}
.ndti-cop__card{background:#fff;border:1px solid var(--dir-line);border-radius:20px;padding:24px 26px}
.ndti-cop__card>h2{font-size:19px;font-weight:800;letter-spacing:-.01em;margin:0 0 14px;color:var(--dir-ink);display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}
.ndti-cop__card>h2 small{font-size:13.5px;font-weight:600;color:#7f868f}
.ndti-cop__about{font-size:15.5px;line-height:1.7;color:#33475a;max-width:none}
.ndti-cop__about p{margin:0 0 1em}
.ndti-cop__about p:last-child{margin-bottom:0}
.ndti-cop__jobs{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.ndti-cop__jobs li{margin:0}
.ndti-cop__job{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 14px;padding:13px 16px;border:1px solid var(--dir-line);border-radius:14px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}
.ndti-cop__job:hover{border-color:#c9d6e0;box-shadow:0 8px 20px rgba(11,22,32,.06);text-decoration:none}
.ndti-cop__job>div{min-width:0}
.ndti-cop__job strong{display:block;font-size:15px;color:var(--dir-ink)}
.ndti-cop__job em{font-style:normal;font-size:13px;color:var(--dir-mute)}
.ndti-cop__job-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.ndti-cop__job-meta span{background:#eef5f0;color:#1f6f2d;border-radius:999px;padding:4px 10px;font-size:11.5px;font-weight:700;line-height:1.3}
.ndti-cop__job-meta span.date{background:#f1f4f7;color:#5f7183}
.ndti-cop__note{background:#f2f8f3;border:1px solid #cfe8d3;color:#1e5426;border-radius:12px;padding:12px 16px;font-size:14px;margin:0}
.ndti-cop__note a{color:#1f6f2d;font-weight:700}
.ndti-cop__note--warn{background:#fff8e6;border-color:#f1dfa8;color:#7a5b00;margin:0 0 16px}
.ndti-cop__promo{display:flex;flex-wrap:wrap;align-items:center;gap:14px;background:linear-gradient(120deg,#0b1620,#173026 60%,#1d4a2c);color:#fff;border-radius:20px;padding:20px 24px}
.ndti-cop__promo img{width:56px;height:56px;border-radius:14px;object-fit:contain;background:#fff;padding:6px;flex:0 0 auto;margin:0}
.ndti-cop__promo>div{flex:1 1 240px;min-width:0}
.ndti-cop__promo strong{display:block;font-size:16px;margin:0 0 3px;color:#fff}
.ndti-cop__promo p{margin:0;color:#bfd6c9;font-size:13.5px;line-height:1.5}
.ndti-cop__promo .ndti-btn{padding:11px 18px;border-radius:11px;font-size:14px;white-space:nowrap;flex:0 0 auto}
.ndti-cop__rows{list-style:none;margin:0;padding:0}
.ndti-cop__row{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid #eef2f5;font-size:14px;color:var(--dir-ink);margin:0}
.ndti-cop__row:last-child{border-bottom:0}
.ndti-cop__row svg{flex:0 0 auto;color:#8ea0ae;margin-top:3px}
.ndti-cop__row>div{min-width:0;line-height:1.45}
.ndti-cop__row small{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7d8f9d;margin:0 0 2px}
.ndti-cop__row a{color:var(--dir-green-d);font-weight:600;text-decoration:none;overflow-wrap:anywhere}
.ndti-cop__row a:hover{text-decoration:underline}
.ndti-cop__group{display:flex;align-items:center;gap:12px}
.ndti-cop__group img{width:52px;height:52px;border-radius:14px;object-fit:cover;flex:0 0 auto;margin:0}
.ndti-cop__group>div{flex:1;min-width:0;font-size:13.5px;color:var(--dir-mute)}
.ndti-cop__group strong{display:block;color:var(--dir-ink);font-size:15px;margin:0 0 2px}
.ndti-cop__card .ndti-cop__cta{margin:12px 0 0;padding:10px 16px;font-size:13.5px;border-radius:10px;display:inline-flex}
.ndti-cop__map{height:260px;border-radius:14px;overflow:hidden;border:1px solid var(--dir-line);background:#eef2f5;margin:0 0 10px}
.ndti-cop__maplinks{font-size:12.5px;margin:0;color:var(--dir-mute)}
.ndti-cop__maplinks a{color:var(--dir-green-d);font-weight:600;text-decoration:none}
.ndti-cop__similar{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.ndti-cop__similar li{margin:0}
.ndti-cop__sim{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--dir-line);border-radius:14px;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}
.ndti-cop__sim:hover{border-color:#c9d6e0;box-shadow:0 8px 20px rgba(11,22,32,.06);text-decoration:none}
.ndti-cop__sim-logo{flex:0 0 64px;width:64px;height:48px;border-radius:12px;border:1px solid var(--dir-line);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ndti-cop__sim-logo img{width:100%;height:100%;object-fit:contain;padding:5px 6px;margin:0;border-radius:0}
.ndti-cop__sim-logo .ndti-cop__ini{font-size:15px}
.ndti-cop__sim>div{min-width:0}
.ndti-cop__sim strong{display:block;font-size:14px;color:var(--dir-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ndti-cop__sim em{font-style:normal;font-size:12.5px;color:var(--dir-mute)}
.ndti-cop__back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--dir-green-d);text-decoration:none}
.ndti-cop__back:hover{text-decoration:underline}
.ndti-cop .topic-reply{border-color:var(--dir-line);border-radius:14px}
.ndti-cop__reviews-empty{font-size:14.5px;color:var(--dir-mute);margin:0}
.ndti-cop__review-form{margin-top:18px}
@media (max-width:1000px){.ndti-cop__grid{grid-template-columns:1fr}}
@media (max-width:640px){.ndti-cop__cover{height:170px}.ndti-cop__logo{left:18px;top:126px;width:112px;height:80px;border-radius:16px}.ndti-cop__head{padding:50px 18px 14px}.ndti-cop__head h1{font-size:24px}.ndti-cop__facts{padding:0 18px 18px;grid-template-columns:1fr}.ndti-cop__fact>div>span{white-space:normal}.ndti-cop__card{padding:18px 16px;border-radius:16px}.ndti-cop__actions .ndti-btn{padding:10px 14px;font-size:13.5px}.ndti-cop__status{top:12px;right:12px}.ndti-cop__promo{padding:18px}}
/* CV search: directory filters, count-only notice, save form, card facts line (CvSearch, 2026-09-13) */
.resumes .ndti-cvf{margin:12px 0 6px;border:1px solid var(--nbo,#dfe6ec);border-radius:12px;background:#fff}
.resumes .ndti-cvf>summary{cursor:pointer;padding:12px 16px;font-weight:700;font-size:14.5px;color:#1e2132;list-style:none;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.resumes .ndti-cvf>summary::-webkit-details-marker{display:none}
.resumes .ndti-cvf>summary::before{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .15s}
.resumes .ndti-cvf[open]>summary::before{transform:rotate(45deg)}
.resumes .ndti-cvf__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px;padding:2px 16px 8px}
.resumes .ndti-cvf__grid>label{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:600;color:#334352;margin:0}
.resumes .ndti-cvf__grid select{width:100%;height:auto;min-height:42px;line-height:1.35;border:1px solid #cfd8df;border-radius:8px;padding:9px 10px;font-size:14px;background:#fff;color:#1e2132;box-sizing:border-box}
.resumes .ndti-cvf__methods{grid-column:1/-1;border:0;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;min-width:0}
.resumes .ndti-cvf__methods legend{font-size:13px;font-weight:600;color:#334352;margin:0 0 6px;padding:0;float:left;width:100%}
.resumes .ndti-cvf__methods legend small{font-weight:400;color:#7f868f}
.resumes .ndti-cvf__m{display:inline-flex;align-items:center;gap:6px;border:1px solid #cfd8df;border-radius:999px;padding:5px 11px;font-size:13px;font-weight:600;cursor:pointer;background:#fff;margin:0}
.resumes .ndti-cvf__m input{margin:0;accent-color:#3d9142}
.resumes .ndti-cvf__m:has(input:checked){border-color:#3d9142;background:#eef7ef;color:#1e5426}
.resumes .ndti-cvf__m small{color:#7f868f;font-weight:400}
.resumes .ndti-cvf__act{display:flex;align-items:center;gap:14px;padding:6px 16px 14px;flex-wrap:wrap}
.resumes .ndti-cvf-save{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin:10px 0 16px;padding:10px 14px;border:1px dashed #b9dcc0;background:#f7fbf7;border-radius:10px;font-size:13.5px;color:#1e5426}
.resumes .ndti-cvf-save input[type=text]{min-height:36px;border:1px solid #cfd8df;border-radius:8px;padding:5px 10px;font-size:13.5px;flex:1 1 180px;max-width:280px}
.resumes .ndti-cvf-save .ndti-btn{padding:7px 14px;font-size:13.5px}
.resumes .candidate-cv{font-size:12.5px;color:#1e5426;margin-top:2px;font-weight:600}
.ndti-cvsearches td{vertical-align:top}
@media (max-width:760px){.resumes .ndti-cvf__grid{grid-template-columns:1fr}}
/* Exhibitor month 3: enquiry form, company news list, showcase item details (Exhibitor.php, 2026-09-13) */
.ndti-enq{background:#fff;border:1px solid var(--nbo,#dfe6ec);border-radius:12px;padding:16px 18px;margin:0 0 16px;position:relative}
.ndti-cop__enq .ndti-enq{border:0;padding:0;margin:0;background:transparent}
.ndti-enq h3{margin:0 0 4px;font-size:18px}
.ndti-enq__lead{margin:0 0 12px;font-size:13.5px;color:#5a6a7b}
.ndti-enq__form{display:grid;gap:10px}
.ndti-enq__form label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600;color:#334352;margin:0}
.ndti-enq__form label small{font-weight:400;color:#7f868f}
.ndti-enq__form input,.ndti-enq__form select,.ndti-enq__form textarea{width:100%;box-sizing:border-box;border:1px solid #cfd8df;border-radius:8px;padding:9px 10px;font-size:14px;font-family:inherit;background:#fff;color:#1e2132;height:auto;line-height:1.35}
.ndti-enq__form textarea{resize:vertical;min-height:110px}
.ndti-enq__form .ndti-btn{justify-self:start}
.ndti-enq__hp{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}
.ndti-enq__small{margin:0;font-size:12px;color:#7f868f}
.ndti-cnews{margin:22px 0}
.ndti-cnews__list{list-style:none;margin:0 0 10px;padding:0;display:grid;gap:10px}
.ndti-cnews__list a{display:flex;gap:12px;align-items:flex-start;text-decoration:none;color:inherit;padding:10px;border:1px solid var(--nbo,#dfe6ec);border-radius:10px;background:#fff}
.ndti-cnews__list a:hover{border-color:#b9dcc0}
.ndti-cnews__list img{width:92px;height:62px;object-fit:cover;border-radius:6px;flex:none}
.ndti-cnews__list strong{display:block;font-size:15px;line-height:1.3;color:#1e2132}
.ndti-cnews__list span{display:block;font-size:12px;color:#7f868f;margin-top:2px}
.ndti-cnews__list em{display:block;font-style:normal;font-size:13px;color:#5a6a7b;margin-top:4px}
.ndti-cnews__all{font-size:13.5px;font-weight:700}
/* Product launches in the Product Exhibition: category box, card byline, post product card, showcase "New" label, dashboard kinds (CompanyNews, 2026-09-14) */
.ndti-lcta{display:flex;gap:14px 22px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:0 0 22px;padding:16px 20px;border:1px solid var(--nbo,#dfe6ec);border-radius:12px;background:#f5faf5}
.ndti-lcta__text{flex:1 1 340px;min-width:0}
.ndti-lcta__text strong{display:block;font-size:15.5px;color:#1e2132;margin-bottom:4px}
.ndti-lcta__text p{margin:0;font-size:14px;line-height:1.55;color:#4a5563}
.ndti-lcta__act{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.ndti-lcta__act small{font-size:12.5px;color:#6b7580}
.ndti-byline{display:flex;align-items:center;gap:6px 8px;flex-wrap:wrap;margin:8px 0 4px;font-size:13px;line-height:1.3}
.ndti-byline img{width:26px;height:26px;object-fit:contain;border-radius:6px;background:#fff;border:1px solid #e7e9ec;flex:none}
.ndti-byline a{font-weight:700;color:#1e2132;text-decoration:none}
.ndti-byline .ndti-byline__stand{margin-left:auto;font-weight:600;color:#3d9142;white-space:nowrap}
.ndti-lpost{margin:26px 0 18px;padding:18px;border:1px solid var(--nbo,#dfe6ec);border-radius:12px;background:#fff}
.ndti-lpost__product{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap}
.ndti-lpost__product img{width:220px;max-width:100%;aspect-ratio:4/3;object-fit:contain;background:#f5f7f9;border-radius:8px;flex:none}
.ndti-lpost__product>div{flex:1 1 260px;min-width:0}
.ndti-lpost small{display:block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7580}
.ndti-lpost h3{margin:4px 0 6px;font-size:19px}
.ndti-lpost p{margin:0 0 10px;font-size:14.5px;line-height:1.55;color:#4a5563}
.ndti-lpost__co{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ndti-lpost__co img{width:52px;height:52px;object-fit:contain;border-radius:8px;border:1px solid #e7e9ec;background:#fff;flex:none}
.ndti-lpost__co>div{flex:1 1 200px;min-width:0}
.ndti-lpost__co strong{font-size:16px}
.ndti-service__new{display:inline-block;align-self:flex-start;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:2px 8px;border-radius:999px;background:#e6f3e7;color:#2b6e30}
.ndti-cnews__chip{display:inline-block;font-style:normal;font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:1px 7px;border-radius:999px;background:#eef1f4;color:#4a5563;margin-bottom:4px}
.ndti-cnews__chip.is-launch{background:#e6f3e7;color:#2b6e30}
.ndti-lkinds{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:0 0 18px}
.ndti-lkinds>div{padding:12px 14px;border:1px solid var(--nbo,#dfe6ec);border-radius:10px;background:#fff;font-size:13.5px;line-height:1.5;color:#4a5563}
.ndti-lkinds strong{display:block;color:#1e2132;font-size:14.5px;margin-bottom:2px}
.ndti-service__sum{margin:2px 0 8px;font-size:13.5px;color:#5a6a7b;line-height:1.45}
.ndti-service__acts{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}
.ndti-service__acts .ndti-btn{padding:6px 11px;font-size:12.5px}
.ndti-enq-msg summary{cursor:pointer}
.ndti-showcase-table tr.is-editing td{background:#f7fbf7}
/* ---- 2026-09-13: admin "view as member" (full impersonation) banner ---- */
.ndti-viewas{background:#7a2e2e;color:#fff;font-size:13.5px;position:sticky;top:0;z-index:1200;box-shadow:0 1px 0 rgba(0,0,0,.15)}
.ndti-viewas .container{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:9px 20px}
.ndti-viewas__txt{flex:1;min-width:0;line-height:1.4}
.ndti-viewas__txt strong{font-weight:800}
.ndti-viewas__form{margin:0!important}
.ndti-viewas__btn{background:#fff;color:#7a2e2e;border:0;border-radius:999px;padding:6px 16px;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap;line-height:1.4}
.ndti-viewas__btn:hover{background:#f2e3e3}
/* === buying funnel (2026-09-14): sign-up order summary, first-hour checklist, upgrade gate, pro-forma invoice, plan-mode hero === */
.ndti-order{display:flex;flex-wrap:wrap;gap:14px 26px;align-items:flex-start;background:#eef6ef;border:1px solid #cfe5d3;border-radius:12px;padding:14px 18px;margin:0 0 4px}
.ndti-order__main{display:flex;flex-direction:column;gap:2px;min-width:180px}
.ndti-order__k{font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:#57697a}
.ndti-order__name{font-size:22px;font-weight:800;color:#0b1620;line-height:1.1}
.ndti-order__price{font-size:14px;color:#2b3a47;font-weight:600}
.ndti-order__facts{margin:0;padding:0 0 0 18px;font-size:13.5px;color:#2b3a47;line-height:1.55;flex:1;min-width:240px}
.ndti-order__facts a{font-weight:700;color:#2f7a33}
.ndti-setup{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.ndti-setup--cards{gap:10px}
.ndti-setup__item a{display:grid;grid-template-columns:36px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid #dfe6ec;border-radius:12px;padding:12px 16px;text-decoration:none;color:#0b1620}
.ndti-setup__item a:hover{border-color:#b9dcbf}
.ndti-setup__num{width:32px;height:32px;border-radius:50%;background:#eef6ef;color:#2f7a33;font-weight:800;display:grid;place-items:center;font-size:14px}
.ndti-setup__item.is-done .ndti-setup__num{background:#3d9142;color:#fff}
.ndti-setup__item.is-done .ndti-setup__text strong{text-decoration:line-through;color:#7f868f}
.ndti-setup__text{display:flex;flex-direction:column;gap:2px;min-width:0}
.ndti-setup__text strong{font-size:15px}
.ndti-setup__text small{font-size:13px;color:#57697a;line-height:1.4}
.ndti-setup__go{font-size:13px;font-weight:700;color:#2f7a33;white-space:nowrap}
.ndti-setup__strip{background:#fff;border:1px solid #dfe6ec;border-radius:14px;padding:16px 18px;margin:14px 0 0}
.ndti-setup__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;align-items:baseline;margin:0 0 10px}
.ndti-setup__head h2{margin:0;font-size:17px}
.ndti-setup__head small{font-size:13px;color:#57697a}
.ndti-setup__bar{height:6px;background:#eef2ef;border-radius:3px;overflow:hidden;margin:0 0 12px}
.ndti-setup__bar i{display:block;height:100%;background:#3d9142}
.ndti-setup--strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}
.ndti-setup--strip .ndti-setup__item a{padding:10px 12px;grid-template-columns:28px 1fr;gap:10px}
.ndti-setup--strip .ndti-setup__num{width:26px;height:26px;font-size:12.5px}
.ndti-setup--strip .ndti-setup__text strong{font-size:14px}
.ndti-setup--strip .ndti-setup__text small,.ndti-setup--strip .ndti-setup__go{display:none}
.ndti-gate{max-width:640px;margin:50px auto;background:#fff;border:1px solid #dfe6ec;border-radius:16px;padding:32px 34px}
.ndti-gate__k{margin:0 0 8px;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:#2f7a33}
.ndti-gate__h{margin:0 0 12px;font-size:26px;line-height:1.2;color:#0b1620}
.ndti-gate__p{margin:0 0 12px;font-size:15px;line-height:1.55;color:#2b3a47}
.ndti-gate__acts{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 10px}
.ndti-gate__fine{margin:0 0 8px;font-size:13px;color:#57697a;line-height:1.5}
.ndti-gate__links{margin:0;font-size:13.5px}.ndti-gate__links a{font-weight:700;color:#2f7a33}
.ndti-inv__bank{margin:18px 0 0;padding:14px 16px;background:#f5f9f6;border:1px solid #dcebe0;border-radius:10px;font-size:13.5px;line-height:1.55;color:#2b3a47}
.ndtireg-hero--plan{background:linear-gradient(120deg,#0b1620,#173026 60%,#1d4a2c);border-radius:16px;color:#fff;padding:40px;margin:26px 0}
.ndtireg-hero__in{max-width:720px}
.ndtireg-hero__k{color:#7ac142;font-weight:800;letter-spacing:.12em;font-size:12px;text-transform:uppercase;margin:0 0 8px}
.ndtireg-hero--plan h1{color:#fff;font-size:clamp(26px,4vw,38px);margin:0 0 10px;line-height:1.15}
.ndtireg-hero--plan p{opacity:.85;margin:0;font-size:16px;line-height:1.55}
@media (max-width:640px){.ndti-setup__item a{grid-template-columns:32px 1fr}.ndti-setup__go{display:none}.ndti-gate{margin:20px auto;padding:24px 20px}.ndtireg-hero--plan{padding:28px 22px}.ndti-order{padding:12px 14px}}
/* === Pro tier (2026-09-14): plan badge, verified-certification badge, who-opened-your-CV block === */
.ndti-badge--pro{background:#efe9fb;color:#5b2ea6;border:1px solid #d6c8f2}
.ndti-badge--cert{background:#e3f3e6;color:#1f6f2d;border:1px solid #bfe0c6}
.ndti-viewers{background:#fff;border:1px solid #dfe6ec;border-radius:14px;padding:16px 18px;margin:0 0 18px}
.ndti-viewers__head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;align-items:baseline;margin:0 0 8px}
.ndti-viewers__head h3{margin:0;font-size:18px}
.ndti-viewers__head small{font-size:13px;color:#57697a}
.ndti-viewers__list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}
.ndti-viewers__list li{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:baseline;font-size:14px;padding:8px 0;border-top:1px solid #eef2ef}
.ndti-viewers__list li strong{font-size:14.5px}
.ndti-viewers__list li small{color:#7f868f;font-size:12.5px}
.ndti-viewers__gate{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;justify-content:space-between;background:#f5f9f6;border:1px solid #dcebe0;border-radius:10px;padding:12px 14px;margin:8px 0 0;font-size:14px;color:#2b3a47}
.ndti-viewers__gate b{font-size:22px;color:#0b1620;margin-right:4px}
.ndti-verify{background:#fff;border:1px solid #dfe6ec;border-radius:14px;padding:16px 18px;margin:0 0 18px;display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;justify-content:space-between;font-size:14px;color:#2b3a47}
.ndti-verify form{margin:0}
/* === Sponsors strip (2026-09-15, owner rule "all sponsors get equal"): every Sponsor's card side by side on every page of the four sections, in an order shuffled per page view — a full-width row inside the directory grids, a strip under the content of detail pages, a list as the first sidebar panel; no unit under the header or on the home page === */
.ndti-pu-strip{box-sizing:border-box;min-width:0}
.ndti-pu-strip__hd{margin:0 0 8px;line-height:1.2}
.ndti-pu-strip__hd .ndti-pu__k{font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:#7a5400}
.ndti-pu-strip__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:10px}
.ndti-pu-strip .ndti-pu--card{position:relative;min-width:0;box-sizing:border-box;background:#fff;border:1px solid #dfe6ec;border-radius:12px;overflow:hidden;container-type:inline-size}
.ndti-pu-strip .ndti-pu__box{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:10px;width:auto;height:100%;max-width:none;aspect-ratio:auto;margin:0;padding:8px 10px 8px 8px;box-sizing:border-box;background:none;border-radius:0;line-height:1.35;color:#0b1620;text-decoration:none}
.ndti-pu-strip .ndti-pu__plate{display:flex;align-items:center;justify-content:center;height:46px;padding:4px 5px;box-sizing:border-box;background:#f5f7f8;border-radius:8px;overflow:hidden}
.ndti-pu-strip .ndti-pu__plate img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}
.ndti-pu-strip .ndti-pu__plate span{font-size:12px;font-weight:800;line-height:1.2;color:#0b1620;text-align:center}
.ndti-pu-strip .ndti-pu__body{display:flex;flex-direction:column;gap:1px;min-width:0;padding:0}
.ndti-pu-strip .ndti-pu__t{font-size:14px;font-weight:800;line-height:1.25;color:#0b1620;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:break-word}
.ndti-pu-strip .ndti-pu__l{font-size:12.5px;line-height:1.4;color:#57697a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@container (max-width:279px){.ndti-pu-strip .ndti-pu__l{display:none}}
@container (min-width:380px){.ndti-pu-strip .ndti-pu__box{grid-template-columns:92px minmax(0,1fr);gap:12px}.ndti-pu-strip .ndti-pu__plate{height:52px}}
.ndti-pu-strip .ndti-pu__cta{font-size:12.5px;font-weight:700;color:#2f7a33}
.ndti-pu-strip .ndti-pu__box:hover .ndti-pu__t{text-decoration:underline;text-underline-offset:2px}
.ndti-pu-strip .ndti-pu__prev{margin:0;max-width:none;border-width:1px 0 0;border-radius:0}
/* inside a directory grid: one full-width row after the first row of cells */
.ndti-pu-wrap{grid-column:1/-1;display:block;min-width:0;margin:0;padding:0;list-style:none}
#bbpress-forums .bb-forums-list>li.ndti-pu-wrap{flex:0 0 100%;max-width:100%;width:100%;padding:0 10px;box-sizing:border-box}
.ndti-pu-strip--tile{padding:10px 12px 12px;background:#fbf8ef;border:1px solid #efe3c4;border-radius:14px}
/* under the content of a detail page */
.ndti-pu-content{max-width:720px;margin:26px auto 8px;padding:0 16px}
/* the first sidebar panel: one card per line */
.widget.ndti-pu-strip--side{margin:0 0 20px;padding:0;background:none;border:0;box-shadow:none}
.ndti-pu-strip--side .ndti-pu-strip__row{grid-template-columns:minmax(0,1fr);gap:8px}
@media (max-width:640px){.ndti-pu-content{padding:0 12px;margin-top:18px}}

/* ===================================================================================
   2026-09-15 phone / tablet fit (owner: "check all pages on mobile and tablet … not going over the screen")
   =================================================================================== */
/* sign in first: below 800 px the designed login page (live/stack.css, page 397) stacked its welcome column above the form.
   The form now leads, both columns share one centred width, and the extra panel box around the form card is dropped */
@media (max-width:800px){
  body.login-page.pmpro-login .ndti-split{display:flex!important;flex-direction:column;gap:0}
  body.login-page.pmpro-login .ndti-split>*{width:100%!important;max-width:460px!important;margin-left:auto!important;margin-right:auto!important}
  body.login-page.pmpro-login .ndti-split>.ndti-panel{order:-1;margin-bottom:34px!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important}
  body.login-page.pmpro-login .ndti-sec:has(.ndti-split){padding-top:22px!important;padding-bottom:40px!important}
}
/* "Forgot your password? | Create an account": centred, the bar hidden once the two links wrap (stack.css spread them apart) */
.pmpro_login_wrap .pmpro_actions_nav{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center;gap:6px 12px;text-align:center}
@media (max-width:420px){.pmpro_login_wrap .pmpro_actions_nav-sep{display:none}}

/* members-only gate (membership_gate in Util.php): /members/, photos, videos and documents for guests */
.ndti-gate{position:relative;max-width:680px;margin:6px 0 36px;padding:clamp(26px,5vw,44px);background:#fff;border:1px solid var(--nbo,#e3e9ee);border-radius:20px;box-shadow:0 18px 40px -24px rgba(11,22,32,.28);overflow:hidden;box-sizing:border-box}
.ndti-gate::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#44A047,#7FD18F)}
.ndti-gate__ic{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;margin:0 0 18px;border-radius:16px;background:#ebf6ec;color:#2e7d3a}
.ndti-gate__ic svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ndti-gate h1.ndti-gate__k{margin:0 0 8px!important;padding:0!important;font-size:12.5px!important;line-height:1.4!important;font-weight:800!important;letter-spacing:.14em!important;text-transform:uppercase;color:#2e7d3a!important}
.ndti-gate h2.ndti-gate__t{margin:0 0 10px!important;padding:0!important;font-size:clamp(26px,4.6vw,34px)!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.015em;color:var(--ni,#0b1620)!important}
.ndti-gate p.ndti-gate__x{margin:0 0 24px!important;font-size:16.5px;line-height:1.55;color:var(--nmu,#57697a)}
.ndti-gate p.ndti-gate__acts{margin:0 0 20px!important}
.ndti-gate .ndti-btn--p{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 26px;border-radius:12px;background:var(--nb,#44A047);border:1px solid var(--nb,#44A047);color:#fff!important;font-size:15.5px;font-weight:700;line-height:1.2;text-decoration:none!important;box-sizing:border-box}
.ndti-gate .ndti-btn--p:hover{background:#3a8c3d;border-color:#3a8c3d}
.ndti-gate p.ndti-gate__alt{margin:0!important;padding-top:18px;border-top:1px solid #eef2f5;font-size:15px;color:var(--nmu,#57697a)}
.ndti-gate__alt a{color:#2e7d3a!important;font-weight:700;text-decoration:none!important}
.ndti-gate__alt a:hover{text-decoration:underline!important;text-underline-offset:3px}
@media (max-width:640px){.ndti-gate{margin-top:0;border-radius:16px}.ndti-gate .ndti-btn--p{width:100%}}

/* homepage Sponsor band: its -22px side margins reached 2 px past the screen between 701 px and the 1200 px wrap (tablets) */
@media (min-width:701px) and (max-width:1260px){.ndti-tier--plat{margin-left:-12px;margin-right:-12px}}

/* login, 801–1199 px: the page's own grid (auto-fit, minmax(360px,1fr); two columns forced only from 1200 px) falls to one column
   whenever the content column is under 740 px (the sidebar template on tablets and small laptops) — the form leads there too */
body.login-page.pmpro-login .ndti-wrap:has(>.ndti-split){container-type:inline-size}
@media (min-width:801px) and (max-width:1199.98px){
  @container (max-width:739.98px){
    body.login-page.pmpro-login .ndti-split{display:flex!important;flex-direction:column;gap:0}
    body.login-page.pmpro-login .ndti-split>*{width:100%;max-width:560px;margin-left:auto;margin-right:auto}
    body.login-page.pmpro-login .ndti-split>.ndti-panel{order:-1;margin-bottom:34px}
  }
}

/* tables on phones and tablets, with the table fitter in app.js: the 900 px rule above lets .ndti-table scroll sideways with nowrap
   cells, which stretched tables to 700–3,000 px (your vacancies 1,394 px on a tablet, the rate card header 3,075 px). A table wider
   than its box first wraps its text (.is-wrap); one that still does not fit stacks each row into a card labelled with the column
   names from its head (.is-stack). Admin screens and the plan comparison keep their sideways scroll */
.ndti-dashband td.actions{white-space:normal!important}
.ndti-dashband td.actions>a,.ndti-dashband td.actions>form{display:inline-block;margin:2px 12px 2px 0;vertical-align:middle}
table.is-wrap,table.is-wrap :is(th,td){white-space:normal!important}
table.is-wrap :is(th,td) a{overflow-wrap:anywhere}
table.is-stack,table.is-stack>tbody,table.is-stack>tbody>tr,table.is-stack>tbody>tr>:is(td,th){display:block!important;width:auto!important;min-width:0!important;white-space:normal!important}
table.is-stack{overflow:visible!important;background-image:none!important}
table.is-stack>thead{display:none!important}
table.is-stack>tbody>tr{padding:14px 0!important;border-bottom:1px solid var(--nbo,#e3e9ee)}
table.ndti-table.is-stack>tbody>tr{padding:14px 16px!important}
.ndti-dashband table.is-stack>tbody>tr{padding:14px 2px!important}
table.is-stack>tbody>tr:last-child{border-bottom:0}
table.is-stack>tbody>tr>:is(td,th){padding:3px 0!important;border:0!important;text-align:left!important;background:none!important}
table.is-stack>tbody>tr>:first-child{padding-bottom:6px!important}
table.is-stack>tbody>tr>[data-label]:not(:first-child):not(.actions){position:relative;padding-left:108px!important;min-height:22px}
table.is-stack>tbody>tr>[data-label]:not(:first-child):not(.actions)::before{content:attr(data-label);position:absolute;left:0;top:6px;width:98px;font-size:11px;line-height:1.35;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--nmu,#57697a);overflow-wrap:anywhere}
table.is-stack>tbody>tr>:empty{display:none!important}
table.is-stack>tbody>tr>.actions{padding-top:8px!important}
table.is-stack a{overflow-wrap:anywhere}
@media (max-width:700px){.ndti-dashband:has(table.is-stack){padding:4px 14px!important}}
@media (min-width:700px) and (max-width:900px){.ndti-rate__table{min-width:0!important}}
/* documents list: long file names without spaces pushed the rows sideways, and the one-column row grid could not shrink below them */
.ndti-table.ndti-docs__table{white-space:normal!important}
.ndti-docs__table tr{grid-template-columns:minmax(0,1fr)}
.ndti-docs__table a{overflow-wrap:anywhere}
/* member profile fields: the 220 px label column left about 80 px for the answer on phones, so the label now sits above it */
@media (max-width:640px){.profile-fields{padding:4px 16px}.profile-fields .row{flex-direction:column;gap:3px;padding:11px 0}.profile-fields .row .label{flex:none}.profile-fields .row>*{min-width:0;overflow-wrap:anywhere}}
@media (max-width:900px){
  /* admin: the section nav is a sideways scroller, but a column flexbox shrink-wrapped it to its 4,570 px content */
  .ndta-wrap>.ndta-nav{align-self:stretch;max-width:100%}
  /* tables and selects inside page content (the ASME / PAUT calculator pages) stay inside the column; the tables scroll there */
  .entry-content select{max-width:100%}
  .entry-content>table:not(.ndti-table){display:block;max-width:100%;overflow-x:auto}
}

/* ---- phone / tablet fit, part 2: the page-by-page review of every page at 390 and 820 px ---- */
/* tablets (800–999 px): the sidebar template kept a 300 px widget column beside a 500 px content column, leaving screens of empty space
   beside long widget lists; below 1000 px the widgets follow the content, as on phones (desktop sticky columns start at 1000 px) */
@media (min-width:800px) and (max-width:999px){
  body .site-content-grid>.widget-area:not(.widget-area-secondary){flex:0 0 100%!important;max-width:100%!important;width:100%!important}
  body .site-content-grid>#primary{flex:0 0 100%!important;max-width:100%!important}
}
/* widgets stacked under the content: long lists stop after the first items (NDT Groups and the discussion lists added about 6,000 px
   to every page on phones) */
@media (max-width:999px){
  .widget-area .widget_bp_groups_widget ul.item-list>li:nth-child(n+7),
  .widget-area .widget_display_topics ul>li:nth-child(n+7),
  .widget-area .widget_display_replies ul>li:nth-child(n+7),
  .widget-area .widget_recent_jobs ul.job_listings>li:nth-child(n+6),
  .widget-area .widget_block .wp-block-latest-posts>li:nth-child(n+6),
  .widget-area .widget_wpe_wps_recent_spaces ul.item-list>li:nth-child(n+7),
  .widget-area .ndti-widget-leaderboard li:nth-child(n+6),
  .widget-area .ndti-widget-unanswered li:nth-child(n+6){display:none!important}
}
/* Latest NDT Virtual Exhibition Stands: the theme's two-per-row avatar grid (46 %) cut stand names to one word per line in a narrow
   sidebar; one row per stand there, two per row when the widget spans a tablet */
.widget_wpe_wps_recent_spaces ul.item-list{display:flex!important;flex-flow:row wrap!important;gap:8px 12px;margin:0!important;width:auto!important}
.widget_wpe_wps_recent_spaces ul.item-list>li{flex:0 0 100%!important;width:100%!important;max-width:100%!important;margin:0!important;align-items:center!important;min-width:0}
.widget_wpe_wps_recent_spaces ul.item-list>li>.item{flex:1 1 auto;min-width:0}
@media (min-width:641px) and (max-width:999px){.widget_wpe_wps_recent_spaces ul.item-list>li{flex-basis:calc(50% - 6px)!important;width:calc(50% - 6px)!important}}
/* Recent Jobs: the jobs board CSS baked into designed pages (sign in, contact, FAQ, post a vacancy) turned its details into pills, and
   below 544 px the theme centred the titles while wrapped details stayed left, with a "‣" left at line ends */
.widget-area .widget_recent_jobs ul.job_listings li.job_listing{background:none!important}
.widget-area .widget_recent_jobs ul.job_listings li.job_listing ul.meta li{background:none!important;border-radius:0!important;padding:0!important}
.widget_recent_jobs ul.job_listings li.job_listing a,.widget_recent_jobs ul.job_listings li.job_listing a *{text-align:left!important}
@media (max-width:999px){
  .widget_recent_jobs ul.job_listings li.job_listing a{display:block!important}
  .widget_recent_jobs ul.job_listings ul.meta{display:flex!important;flex-wrap:wrap;align-items:center;gap:4px 12px;margin:4px 0 0!important;padding:0!important}
  .widget_recent_jobs ul.job_listings ul.meta li{display:inline-flex!important;align-items:center;gap:6px;margin:0!important}
  .widget_recent_jobs ul.job_listings ul.meta li::after{content:none!important}
}
/* the "keep exploring" band and the section slideshow sit straight in #content, which pads 10 px on phones and tablets while the page
   columns pad 20 px: both stopped 10 px short of the screen edges with their text 10 px inside the page gutter */
@media (max-width:1024px){#content>.ndti-xp,#content>.ndti-hs{margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}}
/* Sponsor strip under a company, vacancy or stand page: its own 720 px width and 16 px padding pulled it inside the content edges */
@media (max-width:900px){.ndti-pu-content{max-width:none!important;padding:0!important;margin-left:0!important;margin-right:0!important}}
/* directory grids (companies, vacancies, CVs, stands): the Sponsors row follows the first desktop row, which left an empty cell before
   it at two or three columns; the next card now fills that cell */
:is(ul,ol,div):has(>.ndti-pu-wrap){grid-auto-flow:row dense}
/* group cards: the text had 14 px on the left and none on the right, the Join button ran into the card border, a card without a cover
   kept an empty 150 px white block, and wrapped details started with a stray "·" */
.bp-list li.ndti-gcard .item .item-block{padding-left:14px!important;padding-right:14px!important}
#groups-list li.ndti-gcard .item .group-footer{padding:10px 14px 14px!important;box-sizing:border-box}
/* directory cards on tablets once the sidebar stacks: two per row instead of one card stretched across 780 px */
@media (min-width:641px) and (max-width:999px){body.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li{flex:0 0 50%!important;max-width:50%!important}}
.bp-list li.ndti-gcard .bs-group-cover:not(:has(img)){height:64px!important;min-height:0!important;background:linear-gradient(135deg,#eef5f0,#e3ebf2)!important}
@media (max-width:640px){
  .bp-list li.ndti-gcard .item-meta{display:flex!important;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 10px}
  .ndti-gcard__dot{display:none}
  /* hub card (company / language groups): picture, text and button shared one row, leaving the text about 80 px */
  .ndti-ghub__body{flex:1 1 calc(100% - 80px)!important;min-width:0}
  .ndti-ghub>.ndti-btn{flex:1 1 100%;justify-content:center;text-align:center}
  /* groups directory: the sort menu shrank to 95 px beside the type menu */
  #groups-order-select{min-width:150px;flex:1 1 150px}
}
/* forum on phones: replies kept a 90 px author column (their action links broke inside words), and discussion rows kept 150 px for
   "N replies", which left titles a column of one or two words */
@media (max-width:640px){
  .topic-reply{flex-direction:column;gap:8px;padding:14px 16px}
  .topic-reply .who{flex:none;display:flex;align-items:center;gap:10px;text-align:left}
  .topic-reply .who img{width:36px;height:36px;margin:0}
  .topic-reply .topic-tools{flex-wrap:wrap;row-gap:6px}
  .topic-reply .topic-tools :is(a,button){white-space:nowrap}
  .forums-list .forum-row,.topics-list .topic-row{flex-wrap:wrap;gap:4px 12px;padding:12px 14px}
  .forums-list .counts,.topics-list .counts{flex:1 1 100%;text-align:left}
  .topics-list .counts{padding-left:52px}
}
/* sideways tab rows (profile, group, account, stand and form tabs) on narrow screens: the far edge fades while more tabs follow (app.js) */
.is-scroll-more{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 44px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 44px),transparent)}
/* calculators: the result formula kept one long line per step inside a 300 px box on phones; the related list sat on the disclaimer */
@media (max-width:640px){.ndti-formula__body{white-space:pre-wrap!important;overflow-wrap:anywhere}}
.ndti-disclaimer+:is(h2,h3){margin-top:28px}
/* photo / document visibility badges ("Group: Phased Array Ultrasonics (PAUT)") wrap instead of running past the card; long URLs in
   news card excerpts break */
.ndti-vis__badge{white-space:normal!important;overflow-wrap:anywhere;max-width:100%}
.ndti-card__excerpt{overflow-wrap:anywhere}
/* plans page on phones: the sticky "Start hiring" bar covered the last footer links */
@media (max-width:640px){body:has(.ndti-plans2__sticky.is-past){padding-bottom:64px}#whats_new{min-height:88px}}
/* form action bars on phones: two buttons shared one row, so "Sign in to submit" or "Unlock my account" broke over two lines */
@media (max-width:760px){.ndti-wiz__nav-right{flex-wrap:wrap;gap:8px}.ndti-wiz__nav-right .ndti-btn{flex:1 1 auto;white-space:nowrap}}
/* Ray panel header: the subtitle ran under the New chat button */
.ndti-ai__head .ndti-ai__id{flex:1 1 auto!important;overflow:hidden}
.ndti-ai__head .ndti-ai__id>:not(.ndti-ai__mark){min-width:0;overflow:hidden}
/* headings and small uppercase labels break into balanced lines instead of leaving one word alone; page titles no longer touch */
:is(h1,h2,h3,.ndti-kicker,.ndti-cs__kicker){text-wrap:balance}
.entry-content p a[href^="/register"]{white-space:nowrap}
h1.entry-title,.page-header-title,.page-header-banner h1{line-height:1.18}
/* dashboard profile card on phones: "View profile" and "Edit profile" sat beside the name and broke over two lines each */
@media (max-width:640px){
  .ndti-dash-who{flex-wrap:wrap!important;gap:10px 12px}
  .ndti-dash-who>div:nth-child(2){flex:1 1 calc(100% - 72px);min-width:0}
  .ndti-dash-who>div:nth-child(3){margin-left:0!important;flex:1 1 100%}
  .ndti-dash-who>div:nth-child(3) .ndti-btn{flex:1 1 0;justify-content:center;text-align:center;white-space:nowrap}
}
/* vacancy alerts: the alerts panel sat inside a second panel of the same kind (26 px padding and a border each), so on phones the
   form was about 240 px wide */
@media (max-width:900px){.ndti-alerts .ndti-alerts{padding:0!important;border:0!important;background:none!important;box-shadow:none!important;border-radius:0!important}}
@media (max-width:640px){.ndti-alerts{padding:18px 16px!important}.ndti-alerts .ndti-alerts{padding:0!important}}
/* the alerts page paints every button in .ndti-alerts green, which also filled the wizard's step tabs and Back button (pale labels on green) */
.ndti-alerts .ndti-wiz .ndti-wiz__jump{background:none!important;color:var(--wz-hint)!important}
.ndti-alerts .ndti-wiz .ndti-wiz__prev{background:transparent!important;color:var(--wz-text,#122b46)!important}
/* forum index on tablets (two cards per row): the Sponsors row follows the third forum, which left a hole beside it; as a grid the next forum fills it */
@media (min-width:544px) and (max-width:991px){
  #bbpress-forums .bb-forums-list:has(>li.ndti-pu-wrap){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row dense}
  #bbpress-forums .bb-forums-list:has(>li.ndti-pu-wrap)>li{max-width:none!important;width:auto!important}
  #bbpress-forums .bb-forums-list>li.ndti-pu-wrap{grid-column:1/-1}
}
/* admin screens on phones and tablets */
@media (max-width:900px){
  /* tables fill their cards and scroll inside them (as display:block they shrank to their content, with row lines stopping part-way) */
  .ndta-main .ndti-table{display:table!important;width:100%}
  .ndta-main:has(>.ndti-table),.ndta-main :is(div,section,form,details):has(>.ndti-table){overflow-x:auto;-webkit-overflow-scrolling:touch}
  /* page editor: the slug input kept a 260 px minimum, and the editor image picker (hidden) showed as a bare file control */
  .ndta-slugrow{flex-wrap:wrap}.ndta-slugrow input{min-width:0!important;flex:1 1 160px}
  .ndta-editor__file[hidden]{display:none!important}
  /* settings rows of equal fields: one- and two-line labels left the inputs at different heights */
  .ndta-main .fieldset[style*="auto-fit"]>div>label{min-height:2.8em;display:flex;align-items:flex-end}
}
@media (max-width:640px){
  /* filter and bulk-action bars: one control per row at full width instead of uneven wrapping */
  .ndta-filterbar{display:grid!important;grid-template-columns:minmax(0,1fr);gap:8px}
  .ndta-filterbar>*{width:100%;min-width:0!important;margin-left:0!important;box-sizing:border-box}
  .ndta-filterbar>.ndti-btn{justify-content:center;text-align:center}
  /* two-column settings rows (notice text + style) stack; heading counts ("lifetime revenue") get their own line; buttons in a row keep a gap */
  .ndta-main [style*="grid-template-columns"]:not([style*="auto-fit"]):not([style*="auto-fill"]){grid-template-columns:minmax(0,1fr)!important}
  .ndta-main h1>span{display:block;margin-top:4px;line-height:1.4}
  .ndta-main form>.ndti-btn{margin:4px 8px 4px 0}
}
/* legacy ASME / MUT acceptance calculator pages: their built-in styles use colour variables that no stylesheet defines since the move
   (the Evaluate button was white on white, legends had no swatches); the variables now come from the site palette */
.mut2,.asme450-pro,.asme79-pro{--base:#44A047;--base-dark:#2e7d32;--base-darker:#1b5e20;--base-light:#dcefdc;--base-lighter:#f1f8f1;--card:#fff;--ink:#0b1620;--line:#e3e9ee;--line2:#eef2f5;--muted:#57697a;--radius:14px;--shadow:0 10px 30px rgba(11,22,32,.08);--bad:#d0342c;--reject:#d0342c;--red:#d0342c;--red2:#fdecea;--blue:#1e6fd9;--blue2:#e8f1fc;--green2:#e6f4e7;--amber2:#fff4e0}
/* end of 2026-09-15 phone / tablet fit */
