/* Center and align the new Joomla 6 PoW CAPTCHA box */
.joomla-captcha {
    margin-bottom: 1.5rem;
    display: block;
    clear: both;
}

/* Ensure the background compute badge adapts neatly to Cassiopeia's form layout */
.joomla-captcha div {
    max-width: 100%;
    overflow-x: auto;
}
