pre.code-block {
    background: #1c1d41;
    color: white;
    padding: 20px;
}

a.carousel-slider__post-author-link, a.carousel-slider__post-category-link, time.carousel-slider__post-publication-date {
    display: none;
}

.statistic-box {
    color: #000;
}


.notification-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #007BFF;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    z-index: 1000;
    display: none;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

form label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

form input, form select, form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.output-section {
    margin: auto 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.output {
    min-width: 8in;
    max-width: 8in;
    margin-left: auto;
    margin-right: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-family: "Courier New", Courier, monospace;
    margin-top: 10px;
}

.input-container {
    margin-bottom: 15px;
}

.tag-container-box {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

.tag {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #007BFF;
    color: white;
    border-radius: 3px;
    font-size: 0.9rem;
}

.remove-btn {
    margin-left: 8px;
    cursor: pointer;
    color: white;
}

.remove-btn:hover {
    color: #FFB5A1;
}

.input-container {
    border: 1px solid black;
    background: #FFF;
    padding: 10px;
}

input.manual-input {
    max-width: 80%;
    text-align: center;
}

.input-group {
    text-align: center;
}

.properly-sized-form-group-element {
    max-width: 30%;
    display: inline-block;
    padding: 10px;
}

.properly-sized-form-group-element-2 {
    width: 40%;
    display: inline-block;
    padding: 20px;
}

.date-group {
    display: inline-block;
    max-width: 50%;
}

.group-description {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    background-color: #f9f9f9;
}

.description-content {
    margin-top: 10px;
    display: none;
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    margin-left: 10px;
}

button:hover {
    background-color: #0056b3;
}

.group-container {
    padding: 20px;
    border: 1px solid;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
}

.sub-but {
    text-align: center;
}

.sub-but button {
    font-size: x-large;
}

input#signatoryName, input#signatoryTitle {
    width: 35%;
    display: inline-block;
}
.content-nda
{
    width: 100%;
    text-align: center;
}

.contatiner-nda
{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.content-nda h1, .container-bp h1 {
    color: white;
    margin-top: 20px;
}

.content-nda button, .container-bp button {
    background: #00a4db;
}

.content-nda button:hover, .container-bp button:hover {
    background: #263c66;
}

.content-nda label, .container-bp label {
    color: #000;
}

.content-nda input, .content-nda select, .container-bp input, .container-bp textarea, .container-bp select, .f-input-container input {
    background: #fff;
    border: 1px solid black;
}

div#notificationBar {
    padding-top: 64px;
}

.container-bp {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.container-outer {
    display: flex;
    flex-direction: column; 
    gap: 20px;
}

.f-input-container,
.output-container {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.f-input-container {
    order: 1; 
}

.output-container {
    order: 2; 
}

@media screen and (min-width: 1200px) {
    .container-outer {
        flex-direction: row; 
    }

    .f-input-container {
        flex: 0 0 30%; 
        max-width: 20%; 
    }

    .output-container {
        flex: 0 0 70%; 
        max-width: 70%; 
    }
}

h1 {
    text-align: center;
    /* color:#333 removed by SynchroDynamic 2024 — this legacy global rule
       fought the dark theme (it turned the hero title grey). Headings now
       inherit white from theme.json. */
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
}

label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.explanation {
    margin-top: -10px;
    font-size: 0.9rem;
    color: #555;
    display: none;
}

button.toggle-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

button.toggle-button:hover {
    background-color: #0056b3;
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.chart-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

canvas {
    max-width: 400px;
    max-height: 300px;
}

html, body {
	margin: 0; 
	padding: 0; 
	overflow-x:hidden;
}

@media screen and (max-width: 600px)
{
	.wp-block-columns
	{
		padding: 20px;
	}
}

div#content {
    padding: 45px;
}

.ctdb-info-meta {
    color: black;
}

.kenta-container {
    padding: 0;
}

.kenta-article-header-background {
    padding: 0;
    margin-bottom: 0;
}

.entry-title h1 {
    color: white;
}

.ctdb-info-meta.ctdb-info-author {
    color: white;
}

.kenta-container div#content {
    padding: 0;
    padding-top: 25px;
}

div#comments {
    color: white;
    max-width: 100%;
}

div#respond {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.kenta-related-posts-wrap.kenta-heading.kenta-heading-style-1 {
    color: white;
}

.kenta_footer_builder_col_bottom_1_all {
    justify-content: space-around;
}

pre.wp-block-prismatic-blocks.code-block, pre.wp-block-code.code-block, pre.wp-block-prismatic-blocks {
    background: #000;
	  padding-top: 28px;
}

button.cccb-copy-button {
    --kenta-button-height: 0;
    padding: 5px;
}

/* ===== FZ: OW-style Marketing Page (Dark) ===== */
.fzow { 
  --bg: #0b0e12;
  --panel: rgba(16,18,22,.92);
  --panel2: rgba(255,255,255,.04);
  --line: rgba(255,255,255,.12);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --accent: #37d67a;   /* green */
  --accent2: #5aaaff;  /* blue */
  --shadow: 0 18px 40px rgba(0,0,0,.35);
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color: var(--text);
}
.fzow * { box-sizing: border-box; }
.fzow a { color: inherit; text-decoration: none !important; }
.fzow .fzcontainer { max-width: 1180px; margin: 0 auto; padding: 0 16px; }

.fzow .fzsection { padding: 44px 0; }
.fzow .fzsectionTitle { display:flex; align-items:flex-end; justify-content:space-between; gap:14px; margin-bottom: 14px; }
.fzow .fzsectionTitle h2 { margin:0; font-size: 22px; letter-spacing:.02em; }
.fzow .fzsectionTitle p { margin:0; color: var(--muted); font-size: 14px; max-width: 720px; }

.fzow .fzbtn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 11px 14px; border-radius: 14px; font-weight: 800;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  transition: transform .08s ease, background-color .12s ease, border-color .12s ease;
}
.fzow .fzbtn:hover { transform: translateY(-1px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.20); }
.fzow .fzbtnPrimary { background: var(--accent); color: #04130a !important; border-color: rgba(0,0,0,0); box-shadow: 0 14px 26px rgba(55,214,122,.18); }
.fzow .fzbtnPrimary:hover { background: #2fca6f; }
.fzow .fzbtnGhost { background: rgba(255,255,255,.06); }

.fzow .fzpillRow { display:flex; flex-wrap:wrap; gap:8px; margin: 14px 0 18px; padding:0; list-style:none; }
.fzow .fzpill {
  font-size: 12px; padding: 6px 10px; border-radius: 999px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
}

/* HERO */
.fzow .fzhero {
  padding: 54px 0 18px;
  background:
    radial-gradient(1200px 600px at 18% 12%, rgba(55,214,122,.18), transparent 55%),
    radial-gradient(900px 520px at 92% 30%, rgba(90,170,255,.12), transparent 60%),
    linear-gradient(135deg, rgba(10,12,14,.96), rgba(10,12,14,.70)),
    var(--hero-bg, none);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.fzow .fzkicker { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.78); }
.fzow .fzhero h1 { margin: 10px 0 8px; font-size: 40px; line-height: 1.05; }
.fzow .fzhero .fzsub { margin:0; font-size: 16px; color: rgba(255,255,255,.84); max-width: 840px; }
.fzow .fzheroCtas { display:flex; flex-wrap:wrap; gap:10px; margin-top: 18px; }

/* SUBNAV */
.fzow .fzsubnav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(11,14,18,.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.fzow .fzsubnavInner { display:flex; flex-wrap:wrap; gap:10px; padding: 10px 0; }
.fzow .fzsubnav a {
  font-weight: 700; font-size: 13px;
  padding: 8px 10px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.fzow .fzsubnav a:hover { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); }

/* GRID + CARDS */
.fzow .fzgrid { display:grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.fzow .fzcard {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.fzow .fzcardInner { padding: 16px; }
.fzow .fzcardTitle { margin:0 0 8px; font-size: 16px; }
.fzow .fzmuted { margin:0; color: var(--muted); font-size: 14px; }
.fzow .fzmini { font-size: 12px; color: rgba(255,255,255,.68); margin-top: 10px; }

/* “What’s live” banner */
.fzow .fzbanner {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(900px 420px at 15% 20%, rgba(55,214,122,.14), transparent 60%),
    radial-gradient(900px 420px at 90% 10%, rgba(90,170,255,.10), transparent 62%),
    rgba(255,255,255,.03);
}

/* News cards */
.fzow .fznewsCard { grid-column: span 4; }
.fzow .fznewsTop {
  height: 120px;
  background: linear-gradient(135deg, rgba(55,214,122,.22), rgba(90,170,255,.10));
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.fzow .fzmetaRow { display:flex; align-items:center; justify-content:space-between; gap:10px; margin: 0 0 8px; }
.fzow .fzmeta { font-size: 12px; color: rgba(255,255,255,.68); }

/* Feature pillars */
.fzow .fzfeat { grid-column: span 3; }
.fzow .fzicon {
  width: 36px; height: 36px; border-radius: 12px;
  background: rgba(55,214,122,.16);
  border: 1px solid rgba(55,214,122,.22);
  display:flex; align-items:center; justify-content:center;
  font-weight: 900; color: rgba(206,255,226,.95);
  margin-bottom: 10px;
}

/* Roles section */
.fzow .fzrole { grid-column: span 4; }
.fzow .fzroleHead { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.fzow .fzroleTag {
  font-size: 12px; padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.80);
}

/* Modes */
.fzow .fzmode { grid-column: span 6; }
.fzow ul.fzlist { margin: 10px 0 0; padding-left: 18px; }
.fzow ul.fzlist li { margin: 6px 0; color: rgba(255,255,255,.86); }
.fzow ul.fzlist li::marker { color: rgba(55,214,122,.55); } /* beats .prose marker */

/* Gallery */
.fzow .fzshot { grid-column: span 3; height: 140px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); border-radius: 16px; }

/* Footer CTA */
.fzow .fzfinal { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px; }

@media (max-width: 900px) {
  .fzow .fzhero h1 { font-size: 30px; }
  .fzow .fznewsCard { grid-column: span 12; }
  .fzow .fzfeat { grid-column: span 6; }
  .fzow .fzrole { grid-column: span 12; }
  .fzow .fzmode { grid-column: span 12; }
  .fzow .fzshot { grid-column: span 6; }
}
@media (max-width: 560px) {
  .fzow .fzfeat { grid-column: span 12; }
  .fzow .fzshot { grid-column: span 12; }
}

/* ===== Fracture Zone: style WP Latest Posts block inside .fzow ===== */
.fzow ul.wp-block-latest-posts {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

/* Grid spacing */
.fzow ul.wp-block-latest-posts.is-grid {
  display: grid !important;
  gap: 14px !important;
}

/* Respect WP columns class */
.fzow ul.wp-block-latest-posts.is-grid.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.fzow ul.wp-block-latest-posts.is-grid.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.fzow ul.wp-block-latest-posts.is-grid.columns-1 { grid-template-columns: 1fr !important; }

@media (max-width: 900px) {
  .fzow ul.wp-block-latest-posts.is-grid.columns-3 { grid-template-columns: 1fr !important; }
  .fzow ul.wp-block-latest-posts.is-grid.columns-2 { grid-template-columns: 1fr !important; }
}

/* Each post -> card */
.fzow .wp-block-latest-posts__list > li {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(16,18,22,.92) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.25) !important;
  overflow: hidden !important;
}

/* Featured image area */
.fzow .wp-block-latest-posts__featured-image {
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
  background: linear-gradient(135deg, rgba(55,214,122,.20), rgba(90,170,255,.10)) !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

/* Make thumbnail feel like a banner */
.fzow .wp-block-latest-posts__featured-image img {
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    margin-top: 0;
}

/* Title link */
.fzow a.wp-block-latest-posts__post-title {
  display: block !important;
  padding: 14px 16px 16px !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  color: rgba(255,255,255,.92) !important;
  text-decoration: none !important;
}

/* Hover */
.fzow .wp-block-latest-posts__list > li:hover {
  transform: translateY(-1px);
  transition: transform .08s ease, background-color .12s ease, border-color .12s ease;
  border-color: rgba(255,255,255,.18) !important;
  background: rgba(16,18,22,.96) !important;
}

.fzow .wp-block-latest-posts__list > li:hover a.wp-block-latest-posts__post-title {
  color: #ffffff !important;
}

/* Remove bullet marker styling if theme uses .prose */
.fzow .wp-block-latest-posts__list > li::marker { content: "" !important; }
/* ===== /Fracture Zone Latest Posts ===== */

.fzow .wp-block-latest-posts__list > li:before {
    content: "" !important;
}

/* ===== Fracture Zone Creator Kit (fits .fzow dark page system) ===== */
.fzow .fzckGrid { display:grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.fzow .fzckSpan12 { grid-column: span 12; }
.fzow .fzckSpan6 { grid-column: span 6; }
.fzow .fzckSpan4 { grid-column: span 4; }
.fzow .fzckSpan3 { grid-column: span 3; }

@media (max-width: 900px){
  .fzow .fzckSpan6, .fzow .fzckSpan4, .fzow .fzckSpan3 { grid-column: span 12; }
}

.fzow .fzckCallout {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: radial-gradient(900px 420px at 20% 20%, rgba(55,214,122,.14), transparent 60%),
              rgba(255,255,255,.04);
}

.fzow .fzckStep {
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}

.fzow .fzckNum {
  width: 30px; height: 30px; border-radius: 12px;
  display:flex; align-items:center; justify-content:center;
  font-weight: 900;
  background: rgba(55,214,122,.16);
  border: 1px solid rgba(55,214,122,.22);
  color: rgba(206,255,226,.95);
  flex: 0 0 auto;
}

.fzow .fzckKbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.88);
}

.fzow .fzckBadgeRow { display:flex; flex-wrap:wrap; gap:8px; margin: 10px 0 0; padding:0; list-style:none; }
.fzow .fzckBadgeRow li {
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.88);
}

.fzow .fzckTiny { font-size: 12px; color: rgba(255,255,255,.70); margin-top: 10px; }

.fzow .fzckList { margin: 10px 0 0; padding-left: 18px; }
.fzow .fzckList li { margin: 6px 0; color: rgba(255,255,255,.86); }
.fzow .fzckList li::marker { color: rgba(55,214,122,.55); } /* beats theme bullets */

.fzow .fzckEmbed {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
}

.fzow .fzckEmbed iframe { width:100%; height:100%; border:0; display:block; }

.fzow .fzckHr { height:1px; background: rgba(255,255,255,.10); border:0; margin: 14px 0; }
/* ===== /Creator Kit ===== */
/* ===== Compact What's Live banner ===== */
.fzow .fzliveRow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.fzow .fzliveLeft{ flex: 1 1 auto; min-width: 0; }
.fzow .fzliveRight{ flex: 0 0 auto; display:flex; align-items:flex-start; }

.fzow .fzliveKicker{
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color: rgba(255,255,255,.72);
  margin-bottom:6px;
}

.fzow .fzliveTitle{
  font-size:16px;
  line-height:1.25;
  margin-bottom:10px;
  color: rgba(255,255,255,.92);
}
.fzow .fzliveMeta{ color: rgba(255,255,255,.68); font-weight:600; }

.fzow .fzliveChips{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.fzow .fzliveChip{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.86);
  max-width: 100%;
}

.fzow .fzliveNote{
  margin-top:10px;
}

@media (max-width: 760px){
  .fzow .fzliveRow{ flex-direction:column; align-items:stretch; }
  .fzow .fzliveRight{ justify-content:flex-start; }
  .fzow .fzbtn{ width: 100%; }
}
/* ===== /Compact What's Live ===== */
/* ===== Fracture Zone: Heroes Page ===== */
.fzow .fzheroesTop { padding: 34px 0 10px; }
.fzow .fzheroesIntro { max-width: 860px; }

.fzow .fzfilterRow{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top: 16px;
}
.fzow .fzfilterBtn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 9px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.90);
}
.fzow .fzfilterBtn:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  transform: translateY(-1px);
  transition: transform .08s ease, background-color .12s ease, border-color .12s ease;
}

/* Hero grid */
.fzow .fzheroGrid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.fzow .fzheroCard{
  grid-column: span 4;
  background: rgba(16,18,22,.92);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:0;
}

.fzow .fzheroBanner{
  height: 365px;
  background:
    radial-gradient(900px 420px at 20% 20%, rgba(55,214,122,.18), transparent 60%),
    radial-gradient(900px 420px at 90% 10%, rgba(90,170,255,.12), transparent 62%),
    rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.10);
  position: relative;
}
.fzow .fzheroBanner img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.92;
	margin:0;
}

.fzow .fzheroBody{ padding: 14px 16px 16px; display:flex; flex-direction:column; gap:10px; }
.fzow .fzheroName{ margin:0; font-size: 18px; line-height: 1.15; }
.fzow .fzheroSubtitle{ margin:0; color: rgba(255,255,255,.74); font-size: 13px; }

.fzow .fztagRow{ display:flex; flex-wrap:wrap; gap:8px; margin-top: 4px; }
.fzow .fztag{
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.86);
}
.fzow .fztagRole{
  background: rgba(55,214,122,.14);
  border-color: rgba(55,214,122,.22);
  color: rgba(206,255,226,.95);
}

.fzow .fzheroText{ margin:0; color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.35; }
.fzow .fzheroList{ margin: 6px 0 0; padding-left: 18px; }
.fzow .fzheroList li{ margin: 6px 0; color: rgba(255,255,255,.86); }
.fzow .fzheroList li::marker{ color: rgba(55,214,122,.55); }

.fzow .fzheroFooter{
  margin-top:auto;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.fzow .fzbtnSmall{
  padding: 9px 12px;
  border-radius: 14px;
  font-size: 13px;
}

/* Optional role sections */
.fzow .fzroleBlock{ margin-top: 34px; }
.fzow .fzroleBlock h2{ margin:0 0 8px; font-size: 20px; }
.fzow .fzroleBlock .fzmuted{ max-width: 900px; }

@media (max-width: 900px){
  .fzow .fzheroCard{ grid-column: span 12; }
}
/* ===== /Heroes Page ===== */

/* ===== FZ Hero Details: Gear / Weapons tables ===== */
.fzow .fzstatBlock { margin-top: 12px; }

.fzow .fzstatTitleRow{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  margin: 0 0 10px;
}
.fzow .fzstatTitleRow h3{ margin:0; font-size: 14px; color: rgba(255,255,255,.92); }
.fzow .fzstatHint{ font-size: 12px; color: rgba(255,255,255,.68); }

.fzow .fzstatTable{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow:hidden;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.fzow .fzstatTable th,
.fzow .fzstatTable td{
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  vertical-align: top;
}
.fzow .fzstatTable th{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
  color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.04);
}
.fzow .fzstatTable td{
  font-size: 13px;
  color: rgba(255,255,255,.88);
}
.fzow .fzstatTable tr:last-child td{ border-bottom: 0; }

.fzow .fzstatName{
  font-weight: 900;
  color: rgba(255,255,255,.95);
  white-space: nowrap;
}
.fzow .fzstatChip{
  display:inline-block;
  font-size: 12px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(55,214,122,.14);
  border: 1px solid rgba(55,214,122,.22);
  color: rgba(206,255,226,.95);
  margin-left: 8px;
  transform: translateY(-1px);
}

.fzow .fznote{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.70);
}

@media (max-width: 820px){
  .fzow .fzstatTable th:nth-child(3),
  .fzow .fzstatTable td:nth-child(3){ display:none; } /* hide “Notes” column on mobile */
}

/* Kill any theme-added bullets/icons that use ::before */
ul.fzow > li::before,
ul.fzow li::before {
  content: none !important;
  display: none !important;
}

/* Also remove normal list bullets/spacing (in case it's ::marker instead) */
ul.fzow {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.fzow > li {
  padding-left: 0;
}
/* ===== /FZ Hero Details ===== */

/* ===== /FZ ===== */

