.operator-demo {
    margin-bottom: clamp(4rem, 8vw, 7rem);
}

.operator-demo__credentials > div {
    display: grid;
    gap: .18rem;
    padding: .78rem 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.operator-demo__credentials > div small {
    color: rgba(255, 255, 255, .58);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.operator-demo__credentials > div strong {
    overflow-wrap: anywhere;
    font-size: .94rem;
}

.operator-demo__credentials > p {
    margin: .45rem 0 0;
    color: rgba(255, 255, 255, .65);
    font-size: .74rem;
    line-height: 1.6;
}

.operator-demo__admin-button {
    border-color: rgba(255, 255, 255, .32);
    background: rgba(10, 12, 18, .22);
    color: #fff;
}

.operator-demo__admin-button:hover,
.operator-demo__admin-button:focus-visible {
    background: rgba(10, 12, 18, .36);
}

.operator-footer__links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.operator-footer__links a { text-decoration: none; }
.operator-footer__links a:hover { text-decoration: underline; }

@media (max-width: 600px) {
    .operator-footer__links {
        display: grid;
        gap: .45rem;
    }
}