.quick a {
  border: 1px solid #bed6df;
  border-radius: 99px;
  padding: 9px 12px;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.quick .offer {
  background: #fff4ce;
  color: #8a5700;
  border-color: #efb72f;
  font-weight: bold;
}

.quick .whatsapp {
  background: #20c968;
  border-color: #20c968;
  color: #fff;
  font-weight: bold;
}

.quick .cheaper {
  background: #b9ef24;
  border-color: #9bd20d;
  color: #16421f;
  font-weight: bold;
}

.assistant .answer-title {
  display: inline-block;
  margin-top: 8px;
  color: #075375;
}

.quick .whatsapp::before {
  content: "● ";
}

.conversation-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 16px 6px;
  color: #66756e;
  font-size: 11px;
}

.conversation-help button {
  border: 1px solid #b8d2dc;
  background: #fff;
  color: #086a8f;
  border-radius: 99px;
  padding: 6px 10px;
  cursor: pointer;
  font-weight: bold;
}

.conversation-help button:hover {
  background: #edf7fa;
}
