.bb-form-note {
  background: #f0fdf4;
  border-left: 4px solid #064e3b;
  padding: 18px 22px;
  margin-bottom: 28px;
  border-radius: 4px;
}
.bb-form-note p { margin: 0 0 9px; font-size: 14.5px; line-height: 1.65; color: #374151; }
.bb-form-note p:last-child { margin-bottom: 0; }
.bb-form-note-title { font-size: 16px !important; color: #064e3b !important; }
.bb-form-note-warn { font-size: 13px !important; color: #6b7280 !important; }
.bb-form-note a { color: #064e3b; font-weight: 700; }

.webform-submission-barakah-barrel-form .js-webform-radios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 10px;
}
.webform-submission-barakah-barrel-form .js-webform-radios .form-item {
  margin: 0;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 10px;
  text-align: center;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.webform-submission-barakah-barrel-form .js-webform-radios .form-item:hover {
  border-color: #064e3b;
  background: #f0fdf4;
}
.webform-submission-barakah-barrel-form .js-webform-radios label {
  font-weight: 700;
  color: #064e3b;
  cursor: pointer;
}