.tak-sharing {
    margin-top: 1.5rem;
}

.tak-sharing__label {
    margin: 0 0 0.75rem;
    font-weight: 600;
    line-height: 1.3;
}

.tak-sharing__buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tak-sharing__button {
    flex: 1 1 0;
    min-width: 180px;
    height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 999px;
    background: #f3f3f3;
    color: #111;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font: inherit;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color .18s ease, border-color .18s ease, transform .06s ease;
    -webkit-appearance: none;
    appearance: none;
}

.tak-sharing__button:hover,
.tak-sharing__button:focus-visible {
    background: #ebebeb;
    border-color: rgba(0,0,0,.2);
    color: #111;
    text-decoration: none;
    outline: none;
}

.tak-sharing__button:active {
    transform: translateY(1px);
}

.tak-sharing__icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
}

.tak-sharing__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.tak-sharing__instance-row {
    margin-top: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.tak-sharing__change {
    width: fit-content;
    max-width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}

.tak-sharing__current {
    font-size: 0.95em;
    opacity: 0.8;
}

@media (max-width: 680px) {
    .tak-sharing__buttons {
        flex-direction: column;
    }

    .tak-sharing__button {
        width: 100%;
        min-width: 0;
    }
}
