/* Shared site container – same view width on every page */
.lpxcenterpageouter {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lpxcenterpageinner {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 1334px;
  min-height: 3200px;
}
body {
  margin: 0;
  background: #ffffff;
}

/* Copy-URL share button (desktop home) */
.ez-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 2147483647;
  width: 52px;
  height: 52px;
  padding: 8px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.ez-share-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ez-share-btn__toast,
.nz-share-btn__toast {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  padding: 6px 10px;
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border-radius: 4px;
  font-family: Helvetica, Arial, sans-serif;
}
