.space-heading-share .sn-space-share-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: #000;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

html.sn-space-share-open { overflow: hidden; }
.sn-space-share,
.sn-space-share * { box-sizing: border-box; }
.sn-space-share {
    width: min(560px, calc(100% - 32px));
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    color: #141414;
    font-family: inherit;
    text-align: left;
}
.sn-space-share:not([open]) { display: none; }
.sn-space-share::backdrop { background: rgb(0 0 0 / 60%); }
.sn-space-share__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 24px;
}
.sn-space-share__header h2 { margin: 0; font-size: 22px; line-height: 1.2; font-weight: 600; }
.sn-space-share__close {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f3f3f3;
    color: #141414;
    cursor: pointer;
}
.sn-space-share__image { display: block; width: 100%; height: 200px; object-fit: cover; }
.sn-space-share__body { padding: 24px; }
.sn-space-share__body h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.2; font-weight: 600; }
.sn-space-share__address { margin: 0; font-size: 14px; line-height: 1.4; color: #555; }
.sn-space-share__details { display: grid; gap: 8px; margin: 20px 0; font-size: 14px; line-height: 1.4; }
.sn-space-share__details > div { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 12px; }
.sn-space-share__details dt { font-weight: 600; }
.sn-space-share__details dd { margin: 0; }
.sn-space-share__label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.sn-space-share .sn-space-share__link {
    display: block;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fafafa;
    color: #555;
    font: inherit;
    font-size: 14px;
}
.sn-space-share__actions { display: flex; gap: 12px; margin-top: 16px; }
.sn-space-share__actions > * {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #141414;
    border-radius: 100px;
    color: #141414;
    background: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
}
.sn-space-share__actions .sn-space-share__email { background: #6adc91; border-color: #6adc91; }
.sn-space-share__copy:hover { background: #f3f3f3; }
.sn-space-share__actions .sn-space-share__email:hover { background: #54cb7d; border-color: #54cb7d; }
.sn-space-share__hint { margin: 12px 0 0; color: #555; font-size: 12px; line-height: 1.4; }
.sn-space-share__status { min-height: 18px; margin: 8px 0 0; font-size: 13px; line-height: 1.4; }
.sn-space-share :focus-visible,
.sn-space-share-trigger:focus-visible { outline: 2px solid #15753a; outline-offset: 3px; }
@media (max-width: 480px) {
    .sn-space-share__header { padding: 12px 20px; }
    .sn-space-share__image { height: 150px; }
    .sn-space-share__body { padding: 20px; }
    .sn-space-share__body h3 { font-size: 22px; }
    .sn-space-share__actions { gap: 8px; }
    .sn-space-share__actions > * { padding: 12px 8px; font-size: 14px; }
}
