.putin-extremist-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #091a42;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #e40303, #ff8c00, #ffed00, #008026, #24408e, #732982) 1;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
    z-index: 99998;
    font-family: "itc-franklin-gothic-w10-demi", Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.putin-extremist-banner span {
    animation: blink 1.5s infinite;
    display: inline-block;
    margin: 0 10px;
}

@keyframes blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0.3; }
}
