.more-location-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 38px;
    min-height: 38px;
    padding: 7px 10px;
    border: 0 !important;
    border-radius: 8px;
    background: transparent !important;
    color: inherit;
    font: inherit;
    line-height: 1;
    cursor: pointer;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.more-location-share:hover,
.more-location-share:focus,
.more-location-share:focus-visible,
.more-location-share:active {
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
}

.more-location-share[hidden],
.more-location-share.is-shared {
    display: none !important;
}

.more-location-share__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.more-location-share__text {
    white-space: nowrap;
}
