.briefix-widget,
#briefix-box {
  margin-top: 16px;
}

.briefix-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}

.briefix-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.briefix-text {
  margin-top: 12px;
  line-height: 1.9;
  background: #fafafa;
  padding: 14px;
  border-radius: 10px;
  animation: fadeIn 0.3s ease-in;
}

.briefix-error {
  color: #b00020;
  margin-top: 12px;
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}
