/**
 * AIA Distribuie Știrea — stiluri frontend.
 *
 * @package AIA_Pro
 */

.aia-share-story {
	width: 100%;
	font-family: 'Roboto Slab', Georgia, serif;
}

.aia-share-story__title {
	margin: 0 0 0.85rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #0c0c0c;
}

.aia-share-story__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aia-share-story--vertical .aia-share-story__list {
	flex-direction: column;
	align-items: flex-start;
}

.aia-share-story__item {
	margin: 0;
	padding: 0;
}

.aia-share-story__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 2.625rem;
	min-height: 2.625rem;
	padding: 0.5rem 0.75rem;
	font: inherit;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: var(--aia-share-brand, #e60000);
	border: 1.5px solid var(--aia-share-brand, #e60000);
	transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.aia-share-story__button:hover,
.aia-share-story__button:focus-visible {
	color: #fff;
	text-decoration: none;
	outline: none;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

.aia-share-story__button.is-copied {
	background-color: #1a7f37 !important;
	border-color: #1a7f37 !important;
}

.aia-share-story--shape-square .aia-share-story__button {
	border-radius: 0;
}

.aia-share-story--shape-rounded .aia-share-story__button {
	border-radius: 6px;
}

.aia-share-story--shape-circle .aia-share-story__button {
	border-radius: 999px;
}

.aia-share-story--with-labels .aia-share-story__button {
	padding-inline: 0.9rem;
}

.aia-share-story:not(.aia-share-story--with-labels) .aia-share-story__label {
	display: none;
}

.aia-share-story__label {
	font-size: 0.8125rem;
	font-weight: 600;
	white-space: nowrap;
}

.aia-share-story__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
}

.aia-share-story--mono .aia-share-story__button {
	background-color: #e60000;
	border-color: #e60000;
}

.aia-share-story--outline .aia-share-story__button {
	color: var(--aia-share-brand, #e60000);
	background-color: transparent;
	border-color: var(--aia-share-brand, #e60000);
}

.aia-share-story--outline .aia-share-story__button:hover,
.aia-share-story--outline .aia-share-story__button:focus-visible {
	color: #fff;
	background-color: var(--aia-share-brand, #e60000);
}

.aia-share-story--minimal .aia-share-story__button {
	color: #4a4a4a;
	background-color: #f4f4f4;
	border-color: #e5e5e5;
}

.aia-share-story--minimal .aia-share-story__button:hover,
.aia-share-story--minimal .aia-share-story__button:focus-visible {
	color: #e60000;
	background-color: #fff;
	border-color: #e60000;
}

.aia-share-story--brand .aia-share-story__button--facebook { background-color: #1877f2; border-color: #1877f2; }
.aia-share-story--brand .aia-share-story__button--x { background-color: #000; border-color: #000; }
.aia-share-story--brand .aia-share-story__button--whatsapp { background-color: #25d366; border-color: #25d366; }
.aia-share-story--brand .aia-share-story__button--linkedin { background-color: #0a66c2; border-color: #0a66c2; }
.aia-share-story--brand .aia-share-story__button--telegram { background-color: #26a5e4; border-color: #26a5e4; }
.aia-share-story--brand .aia-share-story__button--messenger { background-color: #0084ff; border-color: #0084ff; }
.aia-share-story--brand .aia-share-story__button--pinterest { background-color: #e60023; border-color: #e60023; }
.aia-share-story--brand .aia-share-story__button--reddit { background-color: #ff4500; border-color: #ff4500; }
.aia-share-story--brand .aia-share-story__button--threads { background-color: #000; border-color: #000; }
.aia-share-story--brand .aia-share-story__button--bluesky { background-color: #0085ff; border-color: #0085ff; }
.aia-share-story--brand .aia-share-story__button--tumblr { background-color: #36465d; border-color: #36465d; }
.aia-share-story--brand .aia-share-story__button--line { background-color: #00b900; border-color: #00b900; }
.aia-share-story--brand .aia-share-story__button--viber { background-color: #7360f2; border-color: #7360f2; }
.aia-share-story--brand .aia-share-story__button--flipboard { background-color: #e12828; border-color: #e12828; }
.aia-share-story--brand .aia-share-story__button--email { background-color: #737373; border-color: #737373; }
.aia-share-story--brand .aia-share-story__button--copy { background-color: #0c0c0c; border-color: #0c0c0c; }
.aia-share-story--brand .aia-share-story__button--native { background-color: #e60000; border-color: #e60000; }
.aia-share-story--brand .aia-share-story__button--print { background-color: #0c0c0c; border-color: #0c0c0c; }

.aia-share-story__button--native.is-hidden {
	display: none;
}

@media (max-width: 767px) {
	.aia-share-story__title {
		font-size: 0.9375rem;
	}

	.aia-share-story--with-labels .aia-share-story__list {
		gap: 0.4rem;
	}
}
