@use '../../colors';

.bz-shadow-card {
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
}