.iy-copy-link-share {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 1.1em 0 1.25em;
}

.iy-copy-link-share *,
.iy-copy-link-share *::before,
.iy-copy-link-share *::after {
    box-sizing: border-box;
}

.iy-copy-link-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    max-width: 100%;
    padding: 0 14px;
    color: #4f8cf7;
    background: #fff;
    border: 2px solid #d6e5ff;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.iy-copy-link-share__button:hover,
.iy-copy-link-share__button:focus {
    color: #356fc8;
    background: #f8fbff;
    border-color: #4f8cf7;
    outline: none;
    text-decoration: none;
}

.iy-copy-link-share__button:active {
    transform: translateY(1px);
}

.iy-copy-link-share__button.is-copied {
    color: #356fc8;
    border-color: #4f8cf7;
    background: #eef5ff;
}

.iy-copy-link-share__button svg {
    display: block;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@media (max-width: 600px) {
    .iy-copy-link-share {
        margin-top: 1em;
    }

    .iy-copy-link-share__button {
        width: auto;
        min-height: 40px;
        padding-right: 13px;
        padding-left: 13px;
        font-size: 14px;
    }
}

@media print {
    .iy-copy-link-share {
        display: none !important;
    }
}
