/* Hide the Help link in the sidebar/footer */
a[href*="help"] {
  display: none !important;
}

/* If the disk usage block still appears, hide common sidebar usage areas */
.sidebar [class*="usage"],
.sidebar [class*="percentage"],
.sidebar [class*="disk"] {
  display: none !important;
}
#login h1 {
  text-align: center;
  line-height: 1.05;
  margin: 0.4em 0 0.55em;
}

#login h1::after {
  content: "External Sharing";
  display: block;
  font-size: 0.55em;
  font-weight: 600;
  margin-top: 0.12em;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
/* Hide footer block with version/help */
footer,
.sidebar footer,
#sidebar footer {
  display: none !important;
}

/* Backup selector for help links if they still appear */
a[href*="help"] {
  display: none !important;
}
/* Hide sidebar storage/progress area */
.sidebar [class*="progress"],
.sidebar [class*="usage"],
.sidebar [class*="disk"],
.sidebar .progress,
.sidebar .usage,
.sidebar .stats {
  display: none !important;
}

/* Hide footer/version/help area */
footer,
.footer,
.sidebar footer,
.sidebar .footer,
.sidebar [class*="footer"],
a[href*="help"] {
  display: none !important;
}

/* Extra safety: hide small text block at bottom of sidebar */
.sidebar small,
.sidebar .small {
  display: none !important;
}
