
/* ARF Page Bulletins - front styles */
.arf-pb-banner {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
  font-size: 14px;
  line-height: 1.35;
}

.arf-pb-banner.arf-pb-top { top: 0; }
.arf-pb-banner.arf-pb-bottom { bottom: 0; }

.arf-pb-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
}

.arf-pb-message {
  text-align: center;
}

.arf-pb-message p { margin: 0; }

.arf-pb-message a { text-decoration: underline; }

.arf-pb-close {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0 8px;
}

/* Pushdown support uses a CSS variable set by JS */
body.arf-pb-pushdown-top {
  padding-top: var(--arf-pb-height, 0px);
}

body.arf-pb-pushdown-bottom {
  padding-bottom: var(--arf-pb-height, 0px);
}
