.dtmc-toast-container {
    top: 220px;
    right: 1.5rem;
    z-index: 1090;
    width: min(420px, calc(100vw - 2rem));
}

.dtmc-toast-container .toast {
    width: 100%;
}

@media (max-width: 991.98px) {
    .dtmc-toast-container {
        top: 1rem;
        right: 1rem;
    }
}
