.sharedaddy {
	.sd-content {
		ul {
			> li {
				a:hover {
					background-color: var(--wp--custom--colors--grey) !important;
				}

				// Facebook.
				&.share-facebook {
					a {
						&::before {
							content: url("../img/social-icons/facebook-theme.svg") !important;
						}
					}
					&:hover {
						a {
							&::before {
								content: url("../img/social-icons/facebook-cp-navy.svg") !important;
							}
						}
					}
				}

				// Twitter/X.
				&.share-twitter,
				&.share-x {
					a {
						&::before {
							content: url("../img/social-icons/x-theme.svg") !important;
						}
					}
					&:hover {
						a {
							&::before {
								content: url("../img/social-icons/x-cp-navy.svg") !important;
							}
						}
					}
				}
			}
		}
	}
}

.jetpack-share-container {
	button.copy-all {
		&::before {
			content: url("../img/button-icons/copy-theme.svg") !important;
		}
		&:hover {
			background-color: var(--wp--custom--colors--grey) !important;
			&::before {
				content: url("../img/button-icons/copy-cp-navy.svg") !important;
			}
		}
	}
}

.widget.widget_eu_cookie_law_widget {
	#eu-cookie-law {
		color: var(--wp--custom--colors--cp-navy);
		background-color: var(--wp--custom--colors--grey);
		h2 {
			display: none;
		}
		a {
			bottom: 0;
			margin-top: 45px;
		}
	}
}
