button.share {
    background-color: var(--button);
    padding: 1.5rem 2rem;
    border-radius: 1.2rem;
    color: white;
    font-size: 1.9rem;
    font-weight: 600;
    font-family: inherit;
    border: none;
    cursor: pointer;
    align-content: center;
    /* outline: none; */
}

button.share:before {
    margin-right: 1rem;
}

button.share {
    display: none;
}

.feature-native-share button.share {
    display: flex;
}

button.share .icon {
    margin-right: 1rem;
}
