/* BUY SADU V72 — restore the earlier compact sizing.
   This file intentionally DOES NOT globally enlarge text/buttons/cards. */

button,
a,
.shop-action,
.sheet-action,
.addr-btn,
.tk-send,
.reply-send,
.cp-page button,
.oh-btn,
.od-btn,
.ac-btn,
.ac-link,
.pay-card,
.picker-btn{
    -webkit-tap-highlight-color:transparent;
}

.h37-main,
.h37-icon,
.h37-menu,
.shop-action,
.sheet-action,
.addr-btn,
.oh-btn,
.od-btn,
.ac-btn,
.ac-link{
    transition:
        transform .08s ease,
        box-shadow .08s ease,
        background .08s ease,
        border-color .08s ease;
}

@media(hover:hover){
    .h37-main:hover,
    .h37-icon:hover,
    .h37-menu:hover,
    .shop-action:hover,
    .sheet-action:hover,
    .addr-btn:hover,
    .oh-btn:hover,
    .od-btn:hover,
    .ac-btn:hover,
    .ac-link:hover{
        transform:translateY(-1px);
    }
}

.h37-main:active,
.h37-icon:active,
.h37-menu:active,
.shop-action:active,
.sheet-action:active,
.addr-btn:active,
.oh-btn:active,
.od-btn:active,
.ac-btn:active,
.ac-link:active{
    transform:scale(.975);
}
