:root {
    /* Change this value to resize the main image on every app detail page. */
    --app-image-max-width: 200px;
}

.app-image img {
    max-width: min(100%, var(--app-image-max-width));
    height: auto;
    border: 0px solid #ddd;
}

.store-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.app-link .app-store-badge {
    background: none;
    padding: 0;
    border-radius: 0;
    line-height: 0;
}

.app-link .app-store-badge:hover {
    background: none;
}

.app-store-badge img {
    display: block;
    width: auto;
    height: 41px;
    max-width: 100%;
}
