.manual-search-help {
  border: 1px solid #f2c96d;
  border-left: 5px solid #d99b00;
  border-radius: 14px;
  background: #fffaf0;
  padding: 1.25rem;
}

.manual-search-help__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff1c7;
  color: #9a6800;
  font-size: 1.35rem;
  flex: 0 0 auto;
}

.manual-search-help__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.busqueda-manual-page .manual-form-section {
  padding: 1.15rem;
  border: 1px solid #dfe5e8;
  border-radius: 14px;
  background: #fff;
}

.busqueda-manual-page .section-title {
  color: #2A4B31;
  font-weight: 700;
  padding-bottom: .65rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7ebed;
}

.busqueda-manual-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.manual-success-icon {
  color: #198754;
  font-size: 4rem;
  line-height: 1;
}

.manual-reference-box {
  display: inline-block;
  min-width: 260px;
  padding: .9rem 1.2rem;
  border: 1px dashed #2A4B31;
  border-radius: 12px;
  background: #f4faf5;
  letter-spacing: .04em;
}

@media (max-width: 575.98px) {
  .manual-search-help__actions .btn {
    width: 100%;
  }

  .manual-reference-box {
    min-width: 100%;
  }
}
