.o-mail-ActionPanel .form-check-input {
    --form-check-bg: #{$white};
}

.o-mail-ActionPanel.o_resizable_panel {
    @media (min-width: 750px) {
        max-width: 30vw;
    }
    @media (min-width: 1000px) {
        max-width: 50vw;
    }
    @media (min-width: 1200px) {
        max-width: 55vw;
    }
    @media (min-width: 1600px) {
        max-width: 65vw;
    }
    @media (min-width: 2300px) {
        max-width: 75vw;
    }
    .popover & {
        width: 475px;
        max-width: unset;
    }
}

.o-mail-ActionPanel-header {
    z-index: $o-mail-NavigableList-zIndex - 1;
}

.popover:has(.o-mail-ActionPanel-content) {
    width: Min(95vw, 400px);
}

.popover .o-mail-ActionPanel-content {
    max-height: Min(50vh, 530px);
}
