/* Loaded after screen.css; kept separate so the original theme build is preserved. */
.norka-store-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    max-width: 100%;
}

.gh-foot .norka-store-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 44px;
    max-width: 100%;
    padding: 0.8rem 1.2rem;
    border: 1px solid var(--color-light-gray, #e5e5e5);
    border-radius: 8px;
    color: var(--color-primary-text, #15171a);
    font-size: 1.3rem;
    line-height: 1.4;
    text-decoration: none;
    opacity: 1;
}

.gh-foot .gh-foot-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    max-width: 100%;
}

.gh-foot .gh-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #818181;
    text-decoration: none;
    opacity: 1;
}

.gh-foot .gh-social-link svg {
    width: 20px;
    height: 20px;
}

.gh-foot .gh-social-link > span[aria-hidden] {
    display: inline-flex;
    flex: 0 0 auto;
}

.gh-foot .gh-social-link:hover {
    color: var(--color-primary-text, #15171a);
    opacity: 1;
}

.gh-foot .norka-store-link:hover {
    border-color: currentColor;
}

.gh-card-duration {
    text-transform: none;
}

.gh-foot a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.gh-foot .norka-store-links {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    max-width: 100%;
    margin-top: 0.4rem;
}

.gh-foot .norka-app-link {
    color: var(--color-primary-text, #15171a);
    font-size: 1.4rem;
}

.gh-foot .gh-copyright {
    order: 4;
}

.gh-foot .gh-copyright a {
    color: inherit;
}

.gh-foot .gh-foot-social:not(:has(a)),
.norka-store-buttons:not(:has(a)) {
    display: none;
}
