/* css/semantic-drawer.css */
/* Sprint C — FE Refactor */
/* Semantic v2 ADDITIONS to v1.3.1 drawer styling */
/* Contract: DRAWER_CONTRACT v1.2_FINAL */
/* Design: 100% reuses v1.3.1 CSS classes - only adds NEW features */

/* ===== NOTE: Core drawer CSS is in kc_mcs_drawer_v1.addon.v1.3.1.css ===== */
/* This file ONLY contains NEW semantic v2 features not in v1 */

/* ===== NEW: Tables (quota_table, comparison) ===== */
._CKHZ9gP {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

._CKHZ9gP tr {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

._CKHZ9gP tr.is-highlight {
  background: rgba(29, 78, 216, 0.05);
}

._aOtPYyi {
  padding: 10px 12px;
  font-size: 14px;
  color: rgba(15, 23, 42, 0.82);
  text-align: left;
}

._bszPDxk {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.92);
  text-align: right;
}

/* ===== NEW: Sub-blocks (persona_card, use_case, faq_item) ===== */
._MqUwIbm {
  padding: 16px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

._MqUwIbm:first-child {
  border-top: none;
}

._S15ojhn {
  font-size: 14px;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 8px;
}

._47Ssibl {
  font-size: 13px;
  color: rgba(15, 23, 42, 0.55);
  margin-bottom: 8px;
}

._WhkQKxP {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.75);
  margin: 8px 0;
}

/* ===== NEW: Note blocks ===== */
.__U8PSgf {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(15, 23, 42, 0.72);
  background: rgba(15, 23, 42, 0.04);
  border-left: 3px solid rgba(15, 23, 42, 0.18);
}

.__U8PSgf[data-level="info"] {
  background: rgba(59, 130, 246, 0.08);
  border-left-color: #3b82f6;
  color: #1e40af;
}

.__U8PSgf[data-level="warning"] {
  background: rgba(251, 146, 60, 0.08);
  border-left-color: #fb923c;
  color: #c2410c;
}

.__U8PSgf[data-level="tip"] {
  background: rgba(34, 197, 94, 0.08);
  border-left-color: #22c55e;
  color: #15803d;
}

/* ===== NEW: Savings text (comparison blocks) ===== */
._VNHr4Re {
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(34, 197, 94, 0.08);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #15803d;
  text-align: center;
}

/* ===== NEW: Inline CTA zone (if needed in content) ===== */
._SUW4vGL {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  margin-top: 20px;
}

