/* CL_COMPTE_POLISH_V15 */
body:has(.account-shell),
body:has([data-cl-route="compte"]) {
  padding-bottom: 96px;
}

@media (min-width: 900px) {
  .account-shell,
  .account-page,
  main {
    padding-bottom: 72px;
  }
}

#cl-compte-email-alerts-v29,
#cl-telegram-link-v47 {
  margin-bottom: 18px;
}

html[data-theme="light"] #cl-compte-email-alerts-v29,
html[data-theme="light"] #cl-telegram-link-v47 {
  background: rgba(255,255,255,.88) !important;
  color: #0f172a;
}

html[data-theme="dark"] #cl-compte-email-alerts-v29,
html[data-theme="dark"] #cl-telegram-link-v47 {
  background: rgba(15,23,42,.32) !important;
  color: #f8fafc;
}
