.akida-uil-box,
.akida-uil-search-component {
  max-width: 820px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.akida-uil-search-wrap {
  position: relative;
}

.akida-uil-search {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.akida-uil-suggestions {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,.10);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.akida-uil-suggestions li {
  padding: 13px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.akida-uil-suggestions li:last-child {
  border-bottom: 0;
}

.akida-uil-suggestions li:hover {
  background: #f5f5f5;
}

.akida-uil-result {
  margin-top: 18px;
  font-family: 'Poppins', sans-serif;
}

.akida-uil-placeholder {
  margin: 0;
  padding: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fafafa;
  color: #666;
}

.akida-uil-contact-card {
  padding: 22px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
}

.akida-uil-contact-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  color: #00aef0;
  font-weight: 700;
}

.akida-uil-contact-card p {
  margin: 8px 0;
}

.akida-uil-contact-card strong {
  color: #000;
  font-weight: 700;
}

.akida-uil-contact-card a {
  color: #00aef0;
  text-decoration: none;
}

.akida-uil-contact-card a:hover {
  text-decoration: underline;
}

.akida-uil-logo {
  margin-bottom: 14px;
}

.akida-uil-logo img {
  display: block;
  max-width: 220px;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.akida-uil-error {
  color: #b00020;
  margin: 0;
  padding: 18px;
  border: 1px solid #f0caca;
  border-radius: 12px;
  background: #fff5f5;
}