body {
  min-width: 1280px !important; /* Adjust this value as desired (e.g., 960px, 1024px, 1400px) */
  overflow-x: auto !important;   /* Ensure horizontal scrollbar appears if content overflows */
}
#edit-forgot-password-link {
    display: none;
}
.admin-toolbar__logo img {
    width: auto;
    height: auto;
}
.gin--navigation .admin-toolbar__header:has(img) {
    margin-block-end: 0.1rem;
}
