.eon-share-panel {
    position: fixed; z-index: 100000; box-sizing: border-box;
    width: 320px; max-width: calc(100vw - 16px); max-height: calc(100dvh - 16px);
    overflow-y: auto; padding: 20px; background: #fff; color: #262626;
    border: 1px solid #e4dfd8; border-radius: 12px;
    box-shadow: 0 12px 40px rgba(35, 30, 23, .14);
    font: 400 14px/1.5 Manrope, sans-serif;
}
.eon-share-panel[hidden] { display: none !important; }
.eon-share-panel *, .eon-share-panel *::before, .eon-share-panel *::after { box-sizing: border-box; }
.eon-share-panel__header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.eon-share-panel__title { font-size: 20px; font-weight: 500; line-height: 1.3; }
.eon-share-panel .eon-share-panel__close {
    display: flex; align-items: center; justify-content: center; flex: 0 0 32px;
    width: 32px; height: 32px; padding: 0; margin: 0; border: 0; border-radius: 50%;
    background: #f5f3ef; color: #65605a; font: 400 26px/1 Arial, sans-serif; cursor: pointer;
}
.eon-share-panel__subtitle { margin: 8px 0 20px; color: #79756e; font: inherit; overflow-wrap: anywhere; }
.eon-share-panel .ya-share2__list {
    display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px;
    padding: 0 !important; margin: 0 !important; list-style: none;
}
.eon-share-panel .ya-share2__item { display: block !important; margin: 0 !important; padding: 0 !important; }
.eon-share-panel .ya-share2__link {
    display: flex !important; align-items: center; gap: 8px; min-height: 48px;
    padding: 10px 8px; border: 1px solid #e4dfd8; border-radius: 5px;
    background: #fff; color: #333 !important; text-decoration: none !important;
    font: 400 12px/1.4 Manrope, sans-serif !important;
}
.eon-share-panel .ya-share2__title { display: inline !important; margin: 0 !important; font: inherit !important; white-space: normal; }
.eon-share-panel .ya-share2__badge { flex: 0 0 24px; border-radius: 50% !important; background-color: #b08d57 !important; }
.eon-share-panel .ya-share2__icon { width: 24px !important; height: 24px !important; background-size: 20px 20px !important; background-position: center center !important; background-repeat: no-repeat !important; }
.eon-share-panel .eon-share-panel__copy {
    display: block; width: 100%; min-height: 44px; margin: 16px 0 0; padding: 10px 14px;
    border: 1px solid #b08d57; border-radius: 5px; background: #b08d57; color: #fff;
    font: 400 14px/1.5 Manrope, sans-serif; cursor: pointer;
}
.eon-share-panel .ya-share2__link:hover, .eon-share-panel .eon-share-panel__close:hover { background: #f5f1ea; border-color: #b08d57; }
.eon-share-panel .eon-share-panel__copy:hover { background: #997847; }
.eon-share-panel :focus-visible { outline: 2px solid #b08d57; outline-offset: 3px; }
.eon-share-panel__url { width: 100%; margin-top: 12px; padding: 8px; border: 1px solid #b08d57; border-radius: 5px; font: inherit; }
