:root {
  --wp-admin-height: 0px;
}

body.admin-bar {
  --wp-admin-height: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --wp-admin-height: 46px;
  }
}

.full-height-page {
  min-height: calc(100vh - var(--wp-admin-height));
  display: flex;
  flex-direction: column;
}

.aurora-bg {
  background:
    radial-gradient(circle at 20% 30%, #ff6ec4, transparent 40%),
    radial-gradient(circle at 80% 20%, #7873f5, transparent 40%),
    radial-gradient(circle at 50% 80%, #4ade80, transparent 40%),
    radial-gradient(circle at 80% 80%, #22d3ee, transparent 40%);

  filter: blur(80px);
  transform: scale(1.2);
}

#floating-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
