/**
 * Mampfbot Chat – widget-specific style overrides.
 * Removes drawer-content padding so the chat widget fills the full panel.
 */

#drawer-content {
    padding: 0;
    overflow: hidden; /* widget itself handles scroll */
}

my-widget {
    display: block;
    width: 100%;
    height: 100%;
}
