/* Module 49: default Google Play + App Store logo badges in footer */
.nova-store-buttons{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    flex-wrap:nowrap!important;
}
.nova-store-badge{
    height:42px!important;
    min-width:138px!important;
    border-radius:10px!important;
    padding:6px 12px!important;
    background:#081225!important;
    color:#fff!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
    box-shadow:0 12px 26px rgba(3,7,18,.18)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    text-decoration:none!important;
    margin:0!important;
    line-height:1!important;
}
.nova-store-badge:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 16px 32px rgba(3,7,18,.22)!important;
    color:#fff!important;
}
.nova-store-badge .store-icon{
    width:24px!important;
    height:24px!important;
    display:grid!important;
    place-items:center!important;
    flex:0 0 24px!important;
    color:#fff!important;
}
.nova-store-badge .store-icon svg{
    width:24px!important;
    height:24px!important;
    display:block!important;
}
.nova-store-badge .store-copy{
    display:flex!important;
    flex-direction:column!important;
    gap:2px!important;
    min-width:0!important;
}
.nova-store-badge .store-copy small{
    color:rgba(255,255,255,.78)!important;
    font-size:7px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}
.nova-store-badge .store-copy strong{
    color:#fff!important;
    font-size:14px!important;
    line-height:1!important;
    font-weight:1000!important;
    letter-spacing:-.02em!important;
    white-space:nowrap!important;
}
.nova-store-badge.app-store .store-copy small{font-size:6.8px!important;}
.nova-store-badge.app-store .store-copy strong{font-size:14px!important;}
.nova-store-badge.google-play .store-icon svg{filter:drop-shadow(0 2px 2px rgba(0,0,0,.25));}
.nova-qr{
    font-family:Arial, sans-serif!important;
    font-weight:900!important;
    letter-spacing:-.12em!important;
}
@media(max-width:1100px){
    .nova-store-buttons{flex-wrap:wrap!important;}
}
@media(max-width:767px){
    .nova-store-buttons{width:100%!important;gap:8px!important;}
    .nova-store-badge{min-width:0!important;flex:1 1 136px!important;height:40px!important;padding:6px 10px!important;}
    .nova-store-badge .store-icon,.nova-store-badge .store-icon svg{width:22px!important;height:22px!important;}
    .nova-store-badge .store-copy strong{font-size:12.5px!important;}
    .nova-store-badge .store-copy small{font-size:6.4px!important;}
}
@media(max-width:380px){
    .nova-store-badge{flex-basis:100%!important;justify-content:center!important;}
}
