/* Global styles for idealista theme */
.required::after {
  content: " *";
  color: #dc3545;
}
.no-select {
  user-select: none;
}
.badge-verified {
  background: #d1ecf1;
  color: #0c5460;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
}