
.acu3-card-root {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 65px auto 32px auto;
    text-decoration: none;
    z-index: 1;
}
.acu3-card-anim-wrap {
    position: relative;
    will-change: box-shadow, transform;
    transition: box-shadow 0.22s cubic-bezier(.4,2,.2,1), transform 0.18s cubic-bezier(.4,2,.2,1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    border-radius: 16px;
}
.acu3-card-anim-wrap:hover, .acu3-card-anim-wrap:focus-within {
    box-shadow: 0 14px 38px 0 rgba(40,54,99,0.24), 0 3px 6px 0 rgba(40,54,99,0.15);
    transform: scale(1.011) translateY(-1.5px);
    border-radius: 16px;
}
.acu3-card-anim-wrap:active {
    animation: acu3-presspop 0.39s cubic-bezier(.18,0,0,.99);
    box-shadow: 0 10px 32px 0 rgba(60,54,99,0.26), 0 3px 8px 0 rgba(40,54,99,0.19);
    border-radius: 16px;
}
@keyframes acu3-presspop {
    0%   { transform: scale(1) translateY(0); }
    25%  { transform: scale(0.99) translateY(0.5px); }
    55%  { transform: scale(1.011) translateY(-1.5px);}
    100% { transform: scale(1) translateY(0);}
}
.acu3-avatarbox {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    pointer-events: none;
    transition: none !important;
}
.acu3-card-inner {
    border-radius: 16px;
    background: #fff;
    padding: 38px 20px 20px 20px;
    min-height: 48px;
    position: relative;
    z-index: 2;
}
.acu3-card-link-cover {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    z-index: 20;
    text-indent: -9999px;
    background: transparent;
}
