/* Hide WorkAdventure branding */
.wa-logo, [class*="workadventure-logo"], img[src*="Powered_By"], img[src*="WorkAdventure"] {
    display: none !important;
}

/* Hide Share button */
button:has(> svg + span) span:not(:empty) {
    font-size: 0 !important;
}

/* Style tweaks - make it feel like Sellerries */
:root {
    --wa-primary: #f97316 !important;
}
