/* KCPA Nominees module — fully scoped. No global selectors, no shared card/list names. */
.kcpa-nominees-module,
.kcpa-nominee-profile-module{
  color:#0b1f3a;
}

.kcpa-nominees-module a,
.kcpa-nominee-profile-module a{
  text-decoration:none;
}

.kcpa-nominees-module .kcpa-nominees-container,
.kcpa-nominee-profile-module .kcpa-nominees-container{
  width:min(1180px, calc(100% - 40px));
  margin-inline:auto;
}

.kcpa-nominees-module .kcpa-nominees-top,
.kcpa-nominee-profile-module .kcpa-nominees-top{
  padding:34px 0 22px;
}

.kcpa-nominees-module .kcpa-nominees-title-row,
.kcpa-nominee-profile-module .kcpa-nominees-title-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:22px;
  margin-bottom:22px;
}

.kcpa-nominees-module .kcpa-nominees-kicker,
.kcpa-nominee-profile-module .kcpa-nominees-kicker{
  margin:0 0 8px;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#075bd8;
}

.kcpa-nominees-module .kcpa-nominees-heading,
.kcpa-nominee-profile-module .kcpa-nominees-heading{
  margin:0;
  font-size:clamp(2rem,3.4vw,3.2rem);
  line-height:1.02;
  letter-spacing:-.045em;
  font-weight:950;
  color:#081b33;
}

.kcpa-nominees-module .kcpa-nominees-intro,
.kcpa-nominee-profile-module .kcpa-nominees-intro{
  margin:10px 0 0;
  max-width:760px;
  color:#607189;
  line-height:1.7;
  font-size:1rem;
}

.kcpa-nominees-module .kcpa-nominees-cta,
.kcpa-nominee-profile-module .kcpa-nominees-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:999px;
  background:#ffc84d;
  color:#071d37!important;
  padding:0 18px;
  font-weight:950;
  box-shadow:0 14px 30px rgba(255,200,77,.24);
  white-space:nowrap;
}

.kcpa-nominees-module .kcpa-nominees-cta:hover,
.kcpa-nominee-profile-module .kcpa-nominees-cta:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 38px rgba(255,200,77,.32);
}

.kcpa-nominees-module .kcpa-nominees-back,
.kcpa-nominee-profile-module .kcpa-nominees-back{
  display:inline-flex;
  margin-bottom:16px;
  color:#075bd8;
  font-weight:900;
}

.kcpa-nominees-module .kcpa-nominees-summary-card{
  min-width:220px;
  background:linear-gradient(135deg,#082750,#075bd8);
  border-radius:24px;
  color:#fff;
  padding:22px;
  box-shadow:0 22px 50px rgba(7,91,216,.16);
}

.kcpa-nominees-module .kcpa-nominees-summary-card strong{
  display:block;
  font-size:2.4rem;
  line-height:1;
  font-weight:950;
}

.kcpa-nominees-module .kcpa-nominees-summary-card span{
  display:block;
  margin-top:8px;
  color:#dceaff;
  font-weight:800;
}

.kcpa-nominees-module .kcpa-nominees-body,
.kcpa-nominee-profile-module .kcpa-nominees-body{
  padding:18px 0 72px;
}

.kcpa-nominees-module .kcpa-award-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.kcpa-nominees-module .kcpa-award-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 118px;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid #dbe6f2;
  border-radius:24px;
  padding:22px;
  color:#0b1f3a!important;
  box-shadow:0 16px 44px rgba(8,31,58,.07);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.kcpa-nominees-module .kcpa-award-card:hover{
  transform:translateY(-3px);
  border-color:#9cc6ff;
  box-shadow:0 22px 58px rgba(7,91,216,.14);
}

.kcpa-nominees-module .kcpa-award-card h2{
  margin:0 0 8px;
  font-size:1.18rem;
  font-weight:950;
  letter-spacing:-.025em;
  color:#081b33;
}

.kcpa-nominees-module .kcpa-award-card p{
  margin:0;
  color:#63758b;
  line-height:1.58;
}

.kcpa-nominees-module .kcpa-award-count{
  background:#f4f8ff;
  border:1px solid #dbeaff;
  border-radius:20px;
  padding:16px 12px;
  text-align:center;
}

.kcpa-nominees-module .kcpa-award-count strong{
  display:block;
  font-size:2rem;
  line-height:1;
  font-weight:950;
  color:#075bd8;
}

.kcpa-nominees-module .kcpa-award-count span{
  display:block;
  margin-top:7px;
  color:#52657c;
  font-size:.82rem;
  font-weight:900;
}

.kcpa-nominees-module .kcpa-nominee-list{
  display:grid;
  gap:16px;
}

.kcpa-nominees-module .kcpa-nominee-row{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid #dbe6f2;
  border-radius:24px;
  padding:18px;
  color:#0b1f3a!important;
  box-shadow:0 14px 38px rgba(8,31,58,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.kcpa-nominees-module .kcpa-nominee-row:hover{
  transform:translateY(-2px);
  border-color:#9cc6ff;
  box-shadow:0 20px 52px rgba(7,91,216,.12);
}

.kcpa-nominees-module .kcpa-nominee-avatar,
.kcpa-nominee-profile-module .kcpa-profile-avatar{
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff4ce,#ffd15f);
  color:#081b33;
  font-weight:950;
}

.kcpa-nominees-module .kcpa-nominee-avatar{
  width:58px;
  height:58px;
  border-radius:18px;
}

.kcpa-nominees-module .kcpa-nominee-row-head{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.kcpa-nominees-module .kcpa-nominee-row-head h2{
  margin:0;
  color:#081b33;
  font-size:1.16rem;
  font-weight:950;
  letter-spacing:-.025em;
}

.kcpa-nominees-module .kcpa-nominee-type{
  display:inline-flex;
  border-radius:999px;
  padding:.22rem .58rem;
  background:#eef6ff;
  border:1px solid #d5e8ff;
  color:#075bd8;
  font-size:.75rem;
  font-weight:900;
}

.kcpa-nominees-module .kcpa-nominee-row p{
  margin:8px 0;
  color:#607189;
  line-height:1.6;
}

.kcpa-nominees-module .kcpa-nominee-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:#607189;
  font-size:.86rem;
  font-weight:850;
}

.kcpa-nominees-module .kcpa-nominee-open{
  color:#075bd8;
  font-weight:950;
  white-space:nowrap;
}

.kcpa-nominees-module .kcpa-nominees-empty,
.kcpa-nominee-profile-module .kcpa-nominees-empty{
  background:#fff;
  border:1px dashed #bfd1e6;
  border-radius:20px;
  padding:22px;
  color:#607189;
}

.kcpa-nominee-profile-module .kcpa-profile-hero{
  padding:34px 0 28px;
  background:linear-gradient(135deg,#f7fbff,#eef6ff);
  border-bottom:1px solid #dbe6f2;
}

.kcpa-nominee-profile-module .kcpa-profile-title{
  display:flex;
  gap:18px;
  align-items:center;
}

.kcpa-nominee-profile-module .kcpa-profile-avatar{
  width:92px;
  height:92px;
  border-radius:28px;
  font-size:2.15rem;
  box-shadow:0 16px 38px rgba(8,31,58,.12);
}

.kcpa-nominee-profile-module .kcpa-profile-type{
  margin:0 0 6px;
  color:#075bd8;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  font-size:.78rem;
}

.kcpa-nominee-profile-module .kcpa-profile-title h1{
  margin:0;
  font-size:clamp(2rem,4vw,3.3rem);
  line-height:1.02;
  letter-spacing:-.045em;
  color:#081b33;
  font-weight:950;
}

.kcpa-nominee-profile-module .kcpa-profile-location{
  display:inline-flex;
  margin-top:8px;
  color:#607189;
  font-weight:850;
}

.kcpa-nominee-profile-module .kcpa-profile-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  align-items:start;
}

.kcpa-nominee-profile-module .kcpa-profile-panel,
.kcpa-nominee-profile-module .kcpa-support-panel{
  background:#fff;
  border:1px solid #dbe6f2;
  border-radius:24px;
  box-shadow:0 16px 44px rgba(8,31,58,.07);
  padding:24px;
}

.kcpa-nominee-profile-module .kcpa-profile-panel + .kcpa-profile-panel{
  margin-top:20px;
}

.kcpa-nominee-profile-module .kcpa-profile-panel h2,
.kcpa-nominee-profile-module .kcpa-support-panel h2{
  margin:0 0 10px;
  color:#081b33;
  font-weight:950;
  letter-spacing:-.03em;
}

.kcpa-nominee-profile-module .kcpa-profile-panel p,
.kcpa-nominee-profile-module .kcpa-support-panel p{
  color:#607189;
  line-height:1.72;
}

.kcpa-nominee-profile-module .kcpa-profile-panel-head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:flex-start;
  margin-bottom:14px;
}

.kcpa-nominee-profile-module .kcpa-profile-nomination-list{
  display:grid;
  gap:12px;
}

.kcpa-nominee-profile-module .kcpa-profile-nomination-card{
  background:#f9fbff;
  border:1px solid #e0e8f3;
  border-radius:18px;
  padding:16px;
}

.kcpa-nominee-profile-module .kcpa-profile-nomination-card h3{
  margin:0 0 8px;
  color:#081b33;
  font-size:1rem;
  font-weight:950;
}

.kcpa-nominee-profile-module .kcpa-profile-nomination-card p{
  margin:0 0 8px;
  line-height:1.62;
}

.kcpa-nominee-profile-module .kcpa-profile-nomination-card span{
  color:#607189;
  font-size:.85rem;
  font-weight:850;
}

.kcpa-nominee-profile-module .kcpa-support-panel{
  position:sticky;
  top:105px;
}

.kcpa-nominee-profile-module .kcpa-support-panel label{
  font-weight:850;
  color:#243e5f;
}

.kcpa-nominee-profile-module .kcpa-support-panel .form-control{
  border-radius:14px;
  border-color:#d5dfeb;
  padding:.82rem 1rem;
}

@media(max-width:900px){
  .kcpa-nominees-module .kcpa-nominees-title-row,
  .kcpa-nominee-profile-module .kcpa-nominees-title-row,
  .kcpa-nominee-profile-module .kcpa-profile-grid{
    display:block;
  }
  .kcpa-nominees-module .kcpa-nominees-summary-card{
    margin-top:18px;
    max-width:320px;
  }
  .kcpa-nominees-module .kcpa-award-grid{
    grid-template-columns:1fr;
  }
  .kcpa-nominee-profile-module .kcpa-support-panel{
    position:static;
    margin-top:20px;
  }
}

@media(max-width:620px){
  .kcpa-nominees-module .kcpa-nominees-container,
  .kcpa-nominee-profile-module .kcpa-nominees-container{
    width:min(100% - 28px, 1180px);
  }
  .kcpa-nominees-module .kcpa-award-card{
    grid-template-columns:1fr;
  }
  .kcpa-nominees-module .kcpa-award-count{
    text-align:left;
  }
  .kcpa-nominees-module .kcpa-nominee-row{
    grid-template-columns:48px minmax(0,1fr);
  }
  .kcpa-nominees-module .kcpa-nominee-avatar{
    width:48px;
    height:48px;
    border-radius:15px;
  }
  .kcpa-nominees-module .kcpa-nominee-open{
    grid-column:2;
  }
  .kcpa-nominee-profile-module .kcpa-profile-title{
    display:block;
  }
  .kcpa-nominee-profile-module .kcpa-profile-avatar{
    width:74px;
    height:74px;
    border-radius:22px;
    margin-bottom:14px;
  }
}

/* Verification tooltip/check: scoped to nominees module only. */
.kcpa-nominees-module .kcpa-np-verified-check{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  min-width:24px;
  border-radius:999px;
  background:#0d6efd;
  color:#fff;
  font-size:13px;
  font-weight:950;
  line-height:1;
  box-shadow:0 7px 16px rgba(13,110,253,.25);
  cursor:help;
  vertical-align:middle;
  flex:0 0 auto;
}
.kcpa-nominees-module .kcpa-np-verified-check-sm{
  width:20px;
  height:20px;
  min-width:20px;
  font-size:11px;
  margin-left:8px;
}
.kcpa-nominees-module .kcpa-award-title,
.kcpa-nominees-module .kcpa-nominee-title{
  display:flex;
  align-items:center;
  gap:2px;
  min-width:0;
}
.kcpa-nominees-module .kcpa-award-title span:first-child,
.kcpa-nominees-module .kcpa-nominee-title span:first-child{
  min-width:0;
}
