.box-shadow {
    box-shadow: var(--box-shadow), var(--box-shadow-ext);
}

.round {
    border-radius: 50%;
}

.square {
    border-radius: 0;
}