:host {
    padding: 0 0 10px 10px;
    width: 300px;

    position: fixed;

    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;

    &>*:not(:last-child) {
        margin-top: 10px;
    }
}