/* Titre : 1.8em, très gras */
#widgets-wrap > *:nth-child(1),
#widgets-wrap > *:nth-child(1) * {
  font-size: 1.8em;
  font-weight: 900;
}

/* Bloc entier (date+météo+recherche) forcé en ligne 2 */
#information-widgets-right {
  flex-basis: 100%;
  flex-shrink: 0;
  justify-content: flex-start;
  align-items: center;
}

/* Recherche : largeur fixe, poussée à droite, plus de grow automatique */
.information-widget-search {
  flex-grow: 0;
  width: 800px;
  margin-left: auto;
  height: 2em;
}
/* Point de statut Proxmox "stopped" aligné sur la couleur du siteMonitor "down" */
.rounded-full.h-3.w-3.bg-orange-400,
.dark .rounded-full.h-3.w-3.bg-orange-400 {
  background-color: #f43f5e !important;
}

@media (max-width: 768px) {
  .information-widget-search {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
