/* RQ branding assets — keep app.css untouched. */
.rq-brand-mark--logo {
    overflow: hidden;
}

.rq-brand-mark--logo img {
    width: 36px;
    height: 36px;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.rq-brand-mark--logo::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 599px) {
    .rq-brand-mark--logo img {
        width: 34px;
        height: 34px;
    }
}
