.catalog-unit-v2__share-button,
.catalog-unit-v2__pdf-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid #D9E3EE;
    border-radius: 13px;
    background: #F8FAFC;
    color: #1D3D6E;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.catalog-unit-v2__share-button:hover,
.catalog-unit-v2__pdf-button:hover {
    border-color: #3D7BB4;
    background: #fff;
    color: #2E6FB0;
    text-decoration: none;
    transform: translateY(-2px);
}

.catalog-unit-v2__share-button svg,
.catalog-unit-v2__pdf-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lovency-share-open {
    overflow: hidden;
}

.lovency-share-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

.lovency-share-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.lovency-share-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13,33,59,.56);
    backdrop-filter: blur(4px);
}

.lovency-share-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(460px, 100%);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15,38,70,.28);
}

.lovency-share-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #F1F5F9;
    color: #1D3D6E;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.lovency-share-modal__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #3D7BB4;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.lovency-share-modal h2 {
    margin: 0;
    color: #1D3D6E;
    font-size: 28px;
    font-weight: 800;
}

.lovency-share-modal p {
    margin: 10px 0 22px;
    color: #75869E;
    font-size: 14px;
    line-height: 1.55;
}

.lovency-share-modal__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.lovency-share-modal__actions a,
.lovency-share-modal__actions button {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #DCE5EF;
    border-radius: 12px;
    background: #F7FAFD;
    color: #1D3D6E;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.lovency-share-modal__actions a:hover,
.lovency-share-modal__actions button:hover {
    border-color: #3D7BB4;
    background: #EEF5FC;
    color: #2E6FB0;
}

.lovency-share-modal__copied {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #EDF8E9;
    color: #4E8E27;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 520px) {
    .lovency-share-modal__dialog {
        padding: 26px 18px 20px;
        border-radius: 18px;
    }

    .lovency-share-modal__actions {
        grid-template-columns: 1fr;
    }
}

.catalog-unit-v2__buyer-shortcuts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: -1px 0 14px;
}

.catalog-unit-v2__buyer-shortcuts a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid #E0E8F0;
    border-radius: 11px;
    background: #F8FAFC;
    color: #526A86;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.catalog-unit-v2__buyer-shortcuts a:hover {
    border-color: #3D7BB4;
    background: #fff;
    color: #2E6FB0;
}

@media (max-width: 520px) {
    .catalog-unit-v2__buyer-shortcuts {
        grid-template-columns: 1fr;
    }
}
