.sww-widget-panel {
    display: flex;
    flex-direction: column;
}

.sww-widget-header,
.sww-widget-footer {
    flex: 0 0 auto;
}

.sww-widget-body {
    flex: 1 1 auto;
    min-height: 0;
}

@media (max-width: 767px) {
    .sww-widget-panel {
        height: min(720px, calc(100dvh - 16px - env(safe-area-inset-bottom)));
    }

    .sww-widget-body {
        max-height: none;
    }
}
