.abstract-status {
    display: inline-block;
    font-size: 2.25rem;
    font-weight: 600;
    color: #F4D03F; 
    animation: flashText 1.2s infinite;	
}

@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: 1.75rem;
}

.ps-links a {
    color: #D4AF37;
    font-weight: 600;
    text-decoration: none;
}

.ps-links .sep {
    margin: 0 2px;
    color: rgba(255,255,255,0.4);
}
