﻿.toast-ccp {
    border-radius: var(--radius-12);
    overflow: hidden;
    gap: 1rem;
}

.toast-fade {
    transition: opacity 0.25s linear;
}