.btn-structural {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

.btn-structural:active {
    transform: scale(0.98);
}
