/* Compact Notyf toasts on small screens (after vendor notyf.min.css) */
@media screen and (max-width: 767.98px) {
    .notyf {
        padding: 10px;
    }

    .notyf__toast {
        width: 60%;
        max-width: none;
        align-self: center;
        padding: 0 10px;
    }

    .notyf__toast--upper {
        margin-bottom: 10px;
    }

    .notyf__toast--lower {
        margin-top: 10px;
    }

    .notyf__wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .notyf__toast--dismissible .notyf__wrapper {
        padding-right: 22px;
    }

    .notyf__message {
        font-size: 0.8125rem;
        line-height: 1.35;
    }

    .notyf__icon {
        width: 18px;
        font-size: 1.05em;
        margin-right: 8px;
    }

    .notyf__icon--error,
    .notyf__icon--success {
        height: 18px;
        width: 18px;
    }
}
