/* ==============================
   App Store Download Button
   ============================== */

.app-store-badge {
    display: inline-block;
    line-height: 0;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.app-store-badge img {
    height: 40px;
    width: auto;
    max-width: 100%;
}

.app-store-badge:hover {
    opacity: 0.9;
}

.app-store-badge:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.35);
    outline-offset: 4px;
}

.app-store-badge:active {
    opacity: 0.85;
}

/*@media (max-width: 576px) {*/
/*    .app-store-badge img {*/
/*        height: 36px;*/
/*    }*/
/*}*/