.share-wrapper {
    bottom: 0;
    height: auto;
}
.share-wrapper .share-inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 130px 10% 70px 22%;
    overflow-y: auto;
}
.share-wrapper .share-container.modern-share {
    top: auto;
    float: none;
    margin: auto;
    width: 100%;
    max-width: 780px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(24px, 5vh, 52px) 24px;
    flex-shrink: 0;
}
.modern-share .share-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: calc((100% - 48px) / 3);
    min-width: 0;
    padding: 4px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.modern-share .share-option i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(68px, 7vw, 96px);
    height: clamp(68px, 7vw, 96px);
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    transition: background .2s, border-color .2s, transform .2s;
}
.modern-share .share-option span { color: inherit; overflow-wrap: anywhere; }
.modern-share .share-option:hover i,
.modern-share .share-option:focus-visible i {
    background: #6e28d9;
    border-color: #b58cec;
    transform: translateY(-3px);
}
.modern-share .share-option:focus-visible {
    outline: 2px solid #b58cec;
    outline-offset: 5px;
}
.modern-share .share-x-symbol { font-family: Arial, sans-serif; font-style: normal; }
.modern-share .share-status { width: 100%; color: #e3daef; padding: 0; margin: 0; text-align: center; }
.modern-share .share-status:empty { display: none; }
.modern-share .share-copy-url { width: 100%; padding: 12px; box-sizing: border-box; }
.modern-share .share-option:disabled { opacity: .6; cursor: wait; }
@media (max-width: 1064px) {
    .share-wrapper .share-inner { padding: 115px 8% 45px; }
    .share-wrapper .share-title { display: none; }
    .share-wrapper.invis-share:before { width: 100%; }
    .share-wrapper:after { display: none; }
    .share-wrapper .close-share { top: 30px; right: 8%; margin-right: 0; padding: 10px 24px; }
}
@media (max-width: 600px) {
    .share-wrapper .share-inner { padding: 100px 20px 35px; }
    .share-wrapper .share-container.modern-share { gap: 28px 12px; }
    .modern-share .share-option { width: calc((100% - 24px) / 3); gap: 10px; font-size: 12px; }
    .modern-share .share-option i { width: 64px; height: 64px; font-size: 25px; }
}
@media (max-width: 360px) {
    .modern-share .share-option { width: calc((100% - 12px) / 2); }
}
@media (max-height: 600px) and (min-width: 601px) {
    .share-wrapper .share-inner { padding-top: 105px; padding-bottom: 30px; }
    .share-wrapper .share-container.modern-share { gap: 20px 16px; }
    .modern-share .share-option { width: calc((100% - 48px) / 4); gap: 8px; }
    .modern-share .share-option i { width: 60px; height: 60px; font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
    .modern-share .share-option i { transition: none; }
    .modern-share .share-option:hover i, .modern-share .share-option:focus-visible i { transform: none; }
}
