.btn > .unido-icon:last-child {
  margin-left: 0.5rem;
}

.unido-btn-icon-only {
  --bs-btn-padding-x: 0.75rem;
}
.unido-btn-icon-only > .unido-icon {
  display: block;
}
.unido-btn-icon-only > .unido-icon:last-child {
  margin-left: 0;
}

.btn-link {
  --bs-btn-font-weight: 700;
}

.btn-white-primary {
  --bs-btn-bg: #fff;
  --bs-btn-color: #119DD9;
  --bs-btn-border-color: #119DD9;
  --bs-btn-hover-bg: #119DD9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
}

.btn-white-secondary {
  --bs-btn-bg: #fff;
  --bs-btn-color: #d2552a;
  --bs-btn-border-color: #d2552a;
  --bs-btn-hover-bg: #d2552a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
}

.btn-text-primary {
  --bs-btn-bg: #fff;
  --bs-btn-color: #119DD9;
  --bs-btn-hover-bg: #119DD9;
  --bs-btn-hover-color: #fff;
  --bs-btn-focus-shadow-rgb: 17, 157, 217;
  --bs-btn-active-bg: #119DD9;
  --bs-btn-active-color: #fff;
  --bs-btn-active-border-color: #119DD9;
}

#search-btn {
  font-size: 14px;
  text-decoration: none;
}
#search-btn:hover {
  color: #119DD9;
}
