.bsm-sic-wrap {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.bsm-sic-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.bsm-sic-badge {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #7c3aed;
  background: #f5f3ff;
  padding: 6px 10px;
  margin-bottom: 12px;
}

.bsm-sic-title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.bsm-sic-intro,
.bsm-sic-alert,
.bsm-sic-privacy,
.bsm-sic-note-card p {
  margin: 0;
  line-height: 1.7;
  color: #334155;
}

.bsm-sic-alert {
  margin-top: 12px;
  padding: 14px 16px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #9a3412;
}

.bsm-sic-privacy {
  margin-top: 12px;
  font-size: 14px;
  color: #475569;
}

.bsm-sic-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.bsm-sic-question {
  border: 1px solid #e2e8f0;
  padding: 18px;
  background: #fff;
}

.bsm-sic-question-title {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #0f172a;
}

.bsm-sic-options {
  display: grid;
  gap: 10px;
}

.bsm-sic-option-row {
  position: relative;
}

.bsm-sic-option-input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.bsm-sic-option-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #111827;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
}

.bsm-sic-option-label:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.bsm-sic-option-input:checked + .bsm-sic-option-label {
  background: #000;
  border-color: #000;
  color: #fff;
}

.bsm-sic-option-input:focus + .bsm-sic-option-label {
  outline: 0;
  box-shadow: inset 0 0 0 1px #000;
}



.bsm-sic-consent {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  line-height: 1.7;
  color: #334155;
}

.bsm-sic-actions {
  margin-top: 18px;
}

.bsm-sic-button,
.bsm-sic-result-action,
.bsm-sic-inline-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  background: #000;
  color: #fff;
  box-sizing: border-box;
}

.bsm-sic-result-action.secondary {
  background: #000;
  color: #fff;
}

.bsm-sic-form-message {
  margin-top: 12px;
  font-size: 14px;
  color: #475569;
}

.bsm-sic-form-message.is-error {
  color: #b91c1c;
}

.bsm-sic-result-header p {
  margin: 0;
  line-height: 1.7;
  color: #334155;
}

.bsm-sic-result-header.emergency {
  border-color: #fecaca;
  background: #fff7f7;
}

.bsm-sic-flag-list {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #7f1d1d;
}

.bsm-sic-result-actions {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bsm-sic-share-wrap {
  margin-bottom: 25px;
}

.bsm-sic-share-wrap.is-bottom {
  margin-top: 25px;
  margin-bottom: 0;
}

.bsm-sic-share-button {
  width: 100%;
}

.bsm-sic-result-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}

.bsm-sic-result-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.bsm-sic-result-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
}

.bsm-sic-result-band,
.bsm-sic-result-urgency {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
}

.bsm-sic-result-band {
  background: #ede9fe;
  color: #6d28d9;
  font-weight: 700;
}

.bsm-sic-result-urgency {
  background: #f8fafc;
  color: #334155;
}

.bsm-sic-result-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
}

.bsm-sic-result-summary,
.bsm-sic-coverage-text {
  margin: 0;
  line-height: 1.7;
  color: #334155;
}

.bsm-sic-coverage-title {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.bsm-sic-inline-link {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .bsm-sic-grid,
  .bsm-sic-result-grid {
    grid-template-columns: 1fr;
  }

  .bsm-sic-title {
    font-size: 24px;
  }
}

.bsm-sic-actions .bsm-sic-button {
  cursor: pointer;
}

.bsm-sic-result-card .bsm-sic-inline-link {
  margin-top: 16px;
}


.bsm-sic-option-button{display:flex;width:100%;align-items:center;justify-content:flex-start;padding:12px 14px;border:1px solid #e2e8f0;background:#fff;color:#111827;box-sizing:border-box;text-align:left;cursor:pointer;border-radius:0!important;appearance:none;-webkit-appearance:none;font:inherit;}
.bsm-sic-option-button.is-selected,.bsm-sic-option-button[aria-pressed="true"]{background:#000!important;border-color:#000!important;color:#fff!important;}
