.quote-search-refresh .quote-search-refresh__company-filter {
  min-height: 46px;
  min-width: 214px;
  padding: 0 18px;
  border: 1px solid #c6d8ea;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f4f8fd;
  color: #20476f;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(10, 56, 101, 0.08);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.quote-search-refresh .quote-search-refresh__actions-col {
  margin-bottom: 12px;
}

.quote-search-refresh .quote-search-refresh__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.quote-search-refresh .quote-search-refresh__company-filter:hover,
.quote-search-refresh .quote-search-refresh__company-filter:focus {
  background: #e9f2fb;
  color: #123b65;
  text-decoration: none;
  transform: translateY(-1px);
}

.quote-search-refresh .quote-search-refresh__company-filter--active {
  border-color: transparent;
  background: linear-gradient(135deg, #0f4f8f 0%, #0b3f77 100%);
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(10, 56, 101, 0.22);
}

.quote-search-refresh .quote-search-refresh__company-filter--active:hover,
.quote-search-refresh .quote-search-refresh__company-filter--active:focus {
  color: #ffffff;
  background: linear-gradient(135deg, #0b4a86 0%, #093b6e 100%);
}

.quote-search-refresh .quote-search-refresh__company-filter--disabled,
.quote-search-refresh .quote-search-refresh__company-filter--disabled:hover,
.quote-search-refresh .quote-search-refresh__company-filter--disabled:focus {
  background: #eef2f6;
  border-color: #d8e2ec;
  color: #8aa0b5;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.quote-search-refresh .quote-search-refresh__company-note-row {
  margin-top: -2px;
  margin-bottom: 10px;
}

.quote-search-refresh .quote-search-refresh__company-filter-note {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #d7e4f0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #18446e;
  font-size: 13px;
  font-weight: 700;
}

.quote-search-refresh .quote-search-refresh__company-filter-note--active {
  border-color: #c6deef;
  background: #edf6ff;
}

.quote-search-refresh .quote-search-refresh__company-filter-note i {
  color: #1d8f5d;
}

@media (max-width: 991px) {
  .quote-search-refresh .quote-search-refresh__actions {
    justify-content: stretch;
  }

  .quote-search-refresh .quote-search-refresh__company-filter,
  .quote-search-refresh .quote-search-refresh__actions .quote-search-refresh__submit,
  .quote-search-refresh .quote-search-refresh__company-filter-note {
    width: 100%;
    min-width: 0;
  }
}
