/* Mail layout shell */
body {
  padding-top: var(--global-nav-height); /* Height of the main navbar */
  background-color: #f8fafc;
}

.main {
  margin-top: var(--app-subnav-height) !important; /* Below sub-navigation */
  padding-top: 20px;
}

/* Subnav left block: hamburger + logo, fixed width so search bar starts at sidebar end (234px) */
.mail-subnav-left {
  width: 130px; /* reduced so search bar starts a bit further left */
  min-width: 130px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.mail-logo {
  max-width: 100px;
  flex-shrink: 0;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mail-logo-image {
  height: 90px !important;
  max-width: 90px !important;
  width: auto !important;
  object-fit: contain;
  display: block;
}

.mail-search-form {
  max-width: 720px;
  width: 100%;
}

.mail-image-search-label {
  cursor: pointer;
}

.mail-star-icon {
  color: initial;
}
