

#rh-fb {
  max-width: 640px;
  margin: 0 0 16px;
  padding: 0 0 14px;
  border: 0;
  border-bottom: 1px solid #eef1f4;
  background: none;
  font: 15px/1.5 -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #1A2E45;
  text-align: left;
}

#rh-fb p {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
}

#rh-fb .rh-fb-btns {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#rh-fb button {
  font-family: inherit;
  font-size: 14.5px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #c3ccd8;
  background: #f6f8fa;
  color: #1A2E45;
  padding: 9px 16px;
  min-height: 44px;         
  min-width: 60px;
}

#rh-fb button:hover { background: #eef2f6; }

#rh-fb button:focus-visible {
  outline: 2px solid #1A2E45;
  outline-offset: 2px;
}

#rh-fb .rh-fb-primary {
  background: #1A2E45;
  border-color: #1A2E45;
  color: #fff;
}

#rh-fb .rh-fb-primary:hover { background: #24405f; }

#rh-fb .rh-fb-skip {
  border: 0;
  background: none;
  color: #5b6b7d;
  text-decoration: underline;
  padding: 10px 12px;
  min-width: 0;
}

#rh-fb textarea {
  font-family: inherit;
  font-size: 16px;          
  width: 100%;
  box-sizing: border-box;
  min-height: 84px;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid #c3ccd8;
  border-radius: 8px;
  resize: vertical;
  color: inherit;
}

#rh-fb textarea:focus-visible {
  outline: 2px solid #1A2E45;
  outline-offset: 1px;
}

#rh-fb .rh-fb-done {
  margin: 0;
  font-weight: 400;
  color: #3d5166;
}

