.dz-social-share {
    padding: 28px 0 42px;
}

.dz-social-share__panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(102, 76, 112, .22);
    border-radius: 18px;
    padding: 28px;
    background: linear-gradient(135deg, #17152d 0%, #2b1d3b 100%);
    box-shadow: 0 16px 42px rgba(20, 16, 35, .12);
    color: #fff;
}

.dz-social-share__panel::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -92px;
    top: -112px;
    border: 2px solid rgba(238, 181, 91, .48);
    border-radius: 50%;
    pointer-events: none;
}

.dz-social-share__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #efb85c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.dz-social-share h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 9px;
    color: #fff;
    font-size: 27px;
    line-height: 1.25;
}

.dz-social-share__intro {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.65;
}

.dz-social-share__summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.dz-social-share__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font-size: 13px;
}

.dz-social-share__chip strong {
    color: #efb85c;
    font-weight: 700;
}

.dz-social-share__actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.dz-social-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

.dz-social-share__button:hover,
.dz-social-share__button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .28);
}

.dz-social-share__button--primary {
    border-color: #efb85c;
    background: #efb85c;
    color: #21192a;
}

.dz-social-share__button--primary:hover,
.dz-social-share__button--primary:focus {
    border-color: #f5c977;
    background: #f5c977;
    color: #21192a;
}

.dz-social-share__networks {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.dz-social-share__network {
    min-height: 36px;
    padding: 7px 11px;
    border: 0;
    border-radius: 7px;
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .86);
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
}

.dz-social-share__network:hover,
.dz-social-share__network:focus {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.dz-social-share__status {
    position: relative;
    z-index: 1;
    min-height: 20px;
    margin-top: 10px;
    color: #efb85c;
    font-size: 12px;
}

.dz-social-share__privacy {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .dz-social-share {
        padding: 20px 0 30px;
    }

    .dz-social-share__panel {
        padding: 22px 18px;
        border-radius: 14px;
    }

    .dz-social-share h2 {
        font-size: 22px;
    }

    .dz-social-share__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .dz-social-share__button {
        width: 100%;
    }
}
