.knc-tier-source{
  display:none !important;
}

#knc-tier-top{
  margin:18px 0 22px !important;
  width:100%;
}

.knc-tier-top__options{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.knc-tier-btn{
  appearance:none;
  border:1px solid rgba(0,0,0,0.10);
  background:#fff;
  border-radius:14px;
  padding:14px 16px;
  min-width:220px;
  text-align:left;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,0.03);
  transition:all .2s ease;
}

.knc-tier-btn:hover{
  border-color:rgba(85,107,47,0.35);
  box-shadow:0 8px 18px rgba(0,0,0,0.06);
}

.knc-tier-btn.is-active{
  border-color:#556B2F;
  background:rgba(85,107,47,0.10);
  box-shadow:0 10px 20px rgba(85,107,47,0.10);
}

.knc-tier-btn__title{
  display:block;
  font-size:16px;
  font-weight:700;
  color:#111;
  line-height:1.2;
  margin-bottom:4px;
}

.knc-tier-btn__sub{
  display:block;
  font-size:13px;
  color:#666;
  line-height:1.35;
}

.knc-tier-real-field{
  position:absolute !important;
  left:-99999px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.knc-wrap{
  margin:20px 0 24px;
}

.knc-card{
  border:1px solid rgba(0,0,0,0.08);
  border-radius:18px;
  background:#fff;
  padding:18px;
  box-shadow:0 8px 24px rgba(0,0,0,0.04);
}

.knc-head{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:14px;
}

.knc-title{
  font-size:28px;
  font-weight:700;
  line-height:1.15;
  color:#111;
}

.knc-title span{
  font-size:.8em;
  font-weight:500;
  color:#666;
}

.knc-sub{
  margin-top:6px;
  font-size:14px;
  line-height:1.5;
  color:#666;
}

.knc-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.knc-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:#f3f4ed;
  border:1px solid rgba(85,107,47,0.18);
  font-size:12px;
  line-height:1.2;
  color:#556B2F;
}

.knc-tier-note{
  margin:10px 0 14px;
  padding:10px 12px;
  border-radius:12px;
  background:#f6f6f1;
  border:1px solid rgba(85,107,47,0.18);
  color:#556B2F;
  font-size:13px;
  line-height:1.45;
}

.knc-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
}

.knc-box{
  border:1px solid rgba(0,0,0,0.08);
  border-radius:14px;
  padding:14px 10px;
  text-align:center;
  background:#fff;
}

.knc-num{
  font-size:24px;
  font-weight:700;
  line-height:1;
  color:#111;
  margin-bottom:6px;
}

.knc-lbl{
  font-size:13px;
  line-height:1.35;
  color:#666;
}

/* =====================================================
   Sodium estimate
===================================================== */

.knc-sodium{
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  background:#f8f9f4;
  border:1px solid rgba(85,107,47,0.16);
}

.knc-sodium-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.knc-sodium-title{
  display:block;
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  color:#222;
}

.knc-sodium-sub{
  display:block;
  margin-top:2px;
  font-size:11px;
  line-height:1.35;
  color:#777;
}

.knc-sodium-value{
  display:flex;
  align-items:baseline;
  gap:4px;
  flex-shrink:0;
  color:#111;
}

.knc-sodium-value strong{
  font-size:23px;
  line-height:1;
  font-weight:700;
}

.knc-sodium-value span{
  font-size:12px;
  color:#666;
}

.knc-sodium-guide{
  margin-top:9px;
}

.knc-sodium-guide-text{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-bottom:5px;
  font-size:10px;
  line-height:1.3;
  color:#666;
}

.knc-sodium-track{
  width:100%;
  height:6px;
  border-radius:999px;
  overflow:hidden;
  background:#e7e9df;
}

.knc-sodium-bar{
  width:0%;
  height:100%;
  border-radius:999px;
  background:#556B2F;
  transition:width .25s ease;
}

.knc-sodium-note{
  margin-top:7px;
  font-size:9px;
  line-height:1.4;
  color:#777;
}

.knc-foot{
  margin-top:14px;
  font-size:14px;
  line-height:1.55;
  color:#333;
}

.knc-note{
  display:block;
  margin-top:4px;
  color:#666;
  font-size:13px;
}

.knc-notes{
  margin-top:14px;
}

.knc-notes-label{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:600;
  color:#556B2F;
}

.knc-notes-text{
  width:100%;
  min-height:88px;
  border:1px solid rgba(0,0,0,0.12);
  border-radius:14px;
  padding:14px 16px;
  font-size:14px;
  line-height:1.5;
  background:#fff;
  resize:vertical;
  box-sizing:border-box;
}

.knc-notes-text:focus{
  outline:none;
  border-color:#556B2F;
  box-shadow:0 0 0 3px rgba(85,107,47,0.10);
}

.knc-notes-help{
  margin-top:8px;
  font-size:12px;
  line-height:1.45;
  color:#666;
}

.knc-veg-limit{
  margin:8px 0 0;
  font-size:13px;
  line-height:1.45;
  color:#666;
}

.knc-veg-limit.is-show{
  color:#556B2F;
}

@media (max-width:768px){
  .knc-tier-top__options{
    flex-direction:column;
  }

  .knc-tier-btn{
    width:100%;
    min-width:0;
  }

  .knc-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .knc-title{
    font-size:24px;
  }
}

@media (max-width:480px){
  .knc-grid{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .knc-box{
    padding:12px 8px;
  }

  .knc-num{
    font-size:21px;
  }

  .knc-sodium{
    padding:11px 12px;
  }

  .knc-sodium-top{
    gap:8px;
  }

  .knc-sodium-title{
    font-size:13px;
  }

  .knc-sodium-sub{
    font-size:10px;
  }

  .knc-sodium-value strong{
    font-size:20px;
  }

  .knc-sodium-guide-text{
    font-size:9px;
  }
}

/* =====================================================
   WooCommerce Cart / Checkout nutrition metadata
   Keeps the nutrition estimate readable when WooCommerce
   renders it as cart item data in Cart/Checkout Blocks.
===================================================== */

.wc-block-components-product-details__nutrition-estimate-per-meal,
.wc-block-components-product-details__kitchen-notes {
  margin-top:6px;
}

.wc-block-components-product-details__nutrition-estimate-per-meal .wc-block-components-product-details__name,
.wc-block-components-product-details__kitchen-notes .wc-block-components-product-details__name {
  font-weight:700;
  color:#556B2F;
}
