.toast {
    --bs-toast-max-width: 350px;
}

.toast .toast-body {
    font-size: 0.875rem;
}

.toast-close {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0.35rem;
    border: 0;
    background: transparent;

    color: #fff;
    font-size: 1.5rem;
    line-height: 1;

    opacity: 0.8;
    cursor: pointer;
}

.toast-close:hover {
    color: #fff;
    opacity: 1;
}