.spa-article-tools {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 24px;
}

.spa-article-tools .spa-copy-button,
.elementor .spa-article-tools .spa-copy-button {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	min-height: 48px;
	padding: 14px 24px;
	border: 1px solid #1a1a1a;
	border-radius: 25px;
	background-color: transparent;
	box-shadow: none;
	color: #1a1a1a;
	cursor: pointer;
	font-family: var(--e-global-typography-accent-font-family, "Oswald"), sans-serif;
	font-size: var(--e-global-typography-accent-font-size, 17px);
	font-weight: var(--e-global-typography-accent-font-weight, 400);
	line-height: var(--e-global-typography-accent-line-height, 1em);
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.spa-article-tools .spa-copy-button:hover,
.elementor .spa-article-tools .spa-copy-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	transform: translateY(-1px);
}

.spa-article-tools .spa-copy-button:focus-visible,
.elementor .spa-article-tools .spa-copy-button:focus-visible {
	outline: 3px solid rgba(26, 26, 26, 0.28);
	outline-offset: 2px;
}

.spa-article-tools .spa-copy-button[aria-disabled="true"],
.elementor .spa-article-tools .spa-copy-button[aria-disabled="true"] {
	cursor: wait;
	opacity: 0.72;
}

.spa-copy-button__icon {
	display: block;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.spa-copy-button__icon-success {
	display: none;
}

.spa-copy-button--copied .spa-copy-button__icon-copy {
	display: none;
}

.spa-copy-button--copied .spa-copy-button__icon-success {
	display: block;
	color: #188038;
}

.spa-google-source {
	display: flex;
}

.spa-google-source .spa-google-source__link,
.elementor .spa-google-source .spa-google-source__link {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 48px;
	padding: 6px 17px;
	border: 1px solid #1a1a1a;
	border-radius: 25px;
	background-color: #fff;
	box-shadow: none;
	color: #1a1a1a;
	font-family: var(--e-global-typography-text-font-family, Arial), sans-serif;
	line-height: 1.15;
	text-align: left;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.spa-google-source .spa-google-source__link:hover,
.elementor .spa-google-source .spa-google-source__link:hover {
	border-color: #1a1a1a;
	background-color: #f8fbff;
	color: #1a1a1a;
	transform: translateY(-1px);
}

.spa-google-source .spa-google-source__link:focus-visible,
.elementor .spa-google-source .spa-google-source__link:focus-visible {
	outline: 3px solid rgba(66, 133, 244, 0.28);
	outline-offset: 2px;
}

.spa-google-source__icon {
	display: block;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
}

.spa-google-source__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	white-space: nowrap;
}

.spa-google-source__text span {
	font-size: 12px;
	font-weight: 400;
}

.spa-google-source__text strong {
	font-size: 14px;
	font-weight: 700;
}

.spa-article-tools .spa-screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.spa-copy-fallback {
	position: fixed !important;
	inset: 0 auto auto -9999px !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.spa-article-tools .spa-copy-button,
	.elementor .spa-article-tools .spa-copy-button,
	.spa-google-source .spa-google-source__link,
	.elementor .spa-google-source .spa-google-source__link {
		transition: none;
	}
}

@media (max-width: 680px) {
	.spa-article-tools {
		align-items: stretch;
		flex-direction: column;
	}

	.spa-google-source,
	.spa-google-source .spa-google-source__link,
	.elementor .spa-google-source .spa-google-source__link,
	.spa-article-tools .spa-copy-button,
	.elementor .spa-article-tools .spa-copy-button {
		width: 100%;
	}
}
