/* Ascunde footer-ul Sched complet */
#sched-footer,
.sched-container-footer,
footer,
.footer,
#footer,
.sched-footer,
div[class*="footer"] {
  display: none !important;
}

/* Ascunde linkul "format csv" / export din pagina de sesiune */
a[href*="csv"],
a[href*=".csv"],
.export-links,
.sched-export {
  display: none !important;
}

/* Ascunde bara de Log in */
.sched-container-login,
#sched-login,
.login-prompt,
div[class*="login"],
a[href*="login"] {
  display: none !important;
}


/* Ascunde butoanele de aplicații mobile */
a[href*="apple.com"],
a[href*="play.google.com"],
.sched-container-apps,
div[class*="app-badges"] {
  display: none !important;
}


.user-profile__about > .user-profile__title { font-size: 0; }
.user-profile__about > .user-profile__title::before { content: "Projects"; font-size: 22px; }
.user-profile__about-content img { max-width: 100%; height: auto; }

img[src*="app-store-dark.svg"],
img[src*="google-play"] {
  display: none !important;
}

.icon.icon--square.icon--mobile {
  display: none !important;
}

a.sched-title-tooltip[oldtitle*="Mobile App"] {
  display: none !important;
}

.user-profile__about > .user-profile__title {
  visibility: hidden;
  position: relative;
}
.user-profile__about > .user-profile__title::before {
  content: "Projects";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.user-profile__about-content img { max-width: 100%; height: auto; }

.sched-person-session-role { display: none; }