.abstract-status {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color:#3ff4ed; 
    /* animation: flashText 1.2s infinite;	 */
}

.h-divider {
  margin: auto;
  margin-top: 10px;
  width: 70%;
  position: relative;
}

.h-divider .shadow {
  overflow: hidden;
  height: 20px;
}

.h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px white;
}

.overlay-spacer {
  flex-grow: 0.9;   /* adjust until gap looks right */
}

.template-buttons {
  margin-top: 960px;   /* adjust visually */
}

.poster-and-slide-template {
  width: 320px;          /* choose what looks right */
  height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-align: center;
}

.fixed-btn {
  width: 320px;          /* choose what looks right */
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-align: center;
}


@keyframes flashText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

.ps-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;              /* ONLY spacing knob */
    margin-top: 6px;       /* reduce vertical gap */
    line-height: 1;        /* IMPORTANT */
	font-size: 20px;
}

.ps-links a {
    color: #D4AF37;
    font-weight: 600;
    text-decoration: none;
}

.ps-links .sep {
    margin: 0 2px;
    color: rgba(255,255,255,0.4);
}
