.free-search-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ar2026-free-search-form {
  position: relative;
  z-index: 30;
}

.free-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  border: 1px solid #dfe1e5;
  border-radius: 8px;
  padding: 0 12px 0 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  background: #ffffff;
}

.free-search-box:focus-within {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.free-search-box input {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 24px;
  background: transparent;
}

.free-search-box button {
  min-width: 58px;
  height: 54px;
  flex: 0 0 auto;
}

.free-suggestions {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  z-index: 40;
  background: #ffffff;
  color: #252525;
  border: 1px solid #e5e7eb;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.free-suggestions.is-visible {
  display: block;
}

.free-suggestion {
  width: 100%;
  border: 0;
  background: #ffffff;
  text-align: left;
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.free-suggestion:hover,
.free-suggestion.is-active {
  background: #f4f7fb;
}

.free-suggestion-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff1e7;
  color: #cf5f00;
  flex: 0 0 auto;
}

.free-suggestion-label {
  font-weight: 700;
  line-height: 1.2;
}

.free-suggestion-subtitle {
  color: #667085;
  font-size: 13px;
  margin-top: 2px;
}

.free-status {
  min-height: 24px;
  color: #ffd7a3;
  font-weight: 600;
  margin-top: 14px;
}

.free-results-section {
  display: none;
}

.free-results-section.is-visible {
  display: block;
}

.free-resolved {
  color: #667085;
  font-size: 14px;
  margin-bottom: 16px;
}
