.fetch-status {
  font-size: 11px;
}

.fetch-status-time {
  text-decoration: none;
  font-weight: 700;
}

/* A free day is already clear in the selected date and heading. */
.app .sheet-heading .status-tag.free { display: none !important; }

/* The employee name is sufficient in the compact sidebar identity block. */
.app .workspace-name small { display: none !important; }

.fetch-status-mobile {
  display: none;
}

.login-box .cache-notice {
  margin-top: 14px;
}

.welcome-intro h1 {
  font-weight: 700;
}

.logout-dialog [data-slot="alert-dialog-footer"] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
}

.logout-dialog [data-slot="alert-dialog-footer"] > button {
  width: 100%;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 16px !important;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .fetch-status {
    font-size: 10px;
    white-space: nowrap;
  }
  .fetch-status-desktop {
    display: none;
  }
  .fetch-status-mobile {
    display: inline;
  }
}
