/* Inline SVG icon sizing for social and email provider buttons */

.icon-svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    display: block;
}

.social-link .icon-svg {
    width: 1.125rem;
    height: 1.125rem;
}

.social-link--disabled {
    pointer-events: none;
    opacity: 0.85;
    cursor: default;
}

.hero-buttons--stores {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-md);
    justify-content: center;
}

.btn-store {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    min-width: 10.5rem;
    text-align: center;
}

.btn-store .store-platform {
    font-weight: 600;
    line-height: 1.2;
}

.btn-store .badge-coming-soon {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 0.15rem 0.5rem;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.25);
    color: inherit;
}

.btn-store.btn-outline .badge-coming-soon {
    background: var(--surface);
    color: var(--text-secondary);
}

.btn-store.btn-coming-soon-only {
    cursor: default;
    opacity: 0.92;
}

.btn-store.btn-coming-soon-only:hover {
    transform: none;
}
