/* dCloudify — reduzir a caixa de pesquisa */
input[placeholder*="Search"],
input[placeholder*="Pesquisar"] {
  width: 560px !important;
  max-width: 560px !important;
  min-width: 560px !important;
}

/* dCloudify — botões pequenos logo após a pesquisa */
#dcloudify-power-buttons {
  position: fixed !important;
  top: 149px !important;
  left: calc(50% + 300px) !important;
  z-index: 999999 !important;
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto !important;
}

#dcloudify-power-buttons .dcloudify-power-btn {
  width: 32px !important;
  height: 32px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.35) !important;
}

#dcloudify-power-buttons .dcloudify-reboot {
  background: #2563eb !important;
}

#dcloudify-power-buttons .dcloudify-shutdown {
  background: #111827 !important;
}

#dcloudify-power-buttons .dcloudify-power-btn:hover {
  transform: translateY(-1px) scale(1.04) !important;
}
