.gg-share-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Copy Button */
.gg-copy-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #d4d4d4;
	color: #252B37;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
	font-weight: 600;
}

.gg-copy-btn:hover,
.gg-copy-btn:focus,
.gg-share-icon:hover {
	background-color: var(--global-palette7);
	box-shadow: none;
}

.gg-icon {
    width: 18px;
    height: 18px;
    display: block;
}

/* Social icons */
.gg-share-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    text-decoration: none;
    background: #fff;
}