.atlasblog-article-summary {
	direction: rtl;
}

.atlasblog-article-summary__text {
	margin: 0 0 28px;
	color: #24314f;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.15;
	text-align: right;
}

.atlasblog-article-summary__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
}

.atlasblog-article-summary__items {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-end;
	gap: clamp(22px, 4vw, 58px);
	min-width: 0;
}

.atlasblog-article-summary__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	min-width: 60px;
	text-align: center;
	white-space: nowrap;
}

.atlasblog-article-summary__value {
	color: #15223d;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
}

.atlasblog-article-summary__item.is-green .atlasblog-article-summary__value {
	color: #04b979;
	font-size: 26px;
	line-height: 1;
}

.atlasblog-article-summary__label {
	color: #9aa4b6;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.atlasblog-article-summary__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	color: #9aa4b6;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	white-space: nowrap;
}

.atlasblog-article-summary__action {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
}

.atlasblog-article-summary__action:hover,
.atlasblog-article-summary__action:focus {
	background: transparent;
	box-shadow: none;
	color: #253583;
	outline: 0;
}

.atlasblog-article-summary__share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #7d8798;
	font-size: 22px;
	font-weight: 400;
}

.atlasblog-article-summary__share-icon svg,
.atlasblog-article-summary__share-icon i {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.atlasblog-article-summary__share-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
	direction: rtl;
}

.atlasblog-article-summary__share-modal.is-open {
	display: flex;
}

.atlasblog-article-summary__share-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.atlasblog-article-summary__share-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 460px);
	padding: 28px 24px 18px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 70px rgba(15, 23, 42, 0.24);
	text-align: center;
}

.atlasblog-article-summary__share-close {
	position: absolute;
	top: 12px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: #f3f6fb;
	color: #6b7280;
	cursor: pointer;
}

.atlasblog-article-summary__share-close:hover,
.atlasblog-article-summary__share-close:focus {
	background: #eaf0fb;
	color: #253583;
	outline: 0;
}

.atlasblog-article-summary__share-title {
	margin: 0 0 12px;
}

.atlasblog-article-summary__share-description {
	margin: 0 0 14px;
}

.atlasblog-article-summary__share-post {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	max-width: 100%;
	margin-bottom: 16px;
}

.atlasblog-article-summary__share-image {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	object-fit: cover;
}

.atlasblog-article-summary__share-post-title {
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.atlasblog-article-summary__share-divider {
	width: 100%;
	height: 1px;
	margin-bottom: 16px;
	background: #e5e7eb;
}

.atlasblog-article-summary__share-socials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-bottom: 14px;
	padding: 12px 0;
	border-radius: 12px;
	background: #f8fafc;
}

.atlasblog-article-summary__share-social {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 64px;
	text-decoration: none;
}

.atlasblog-article-summary__share-social span {
	font: inherit;
}

.atlasblog-article-summary__share-social:not(:last-child) {
	border-left: 1px solid #e1e7f0;
}

.atlasblog-article-summary__share-social:hover,
.atlasblog-article-summary__share-social:focus {
	text-decoration: none;
	outline: 0;
}

.atlasblog-article-summary__share-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #e8efff;
	color: currentColor;
}

.atlasblog-article-summary__share-social-icon svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.atlasblog-article-summary__copy-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px dashed #d3dbe9;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	font: inherit;
}

.atlasblog-article-summary__copy-link span {
	font: inherit;
}

.atlasblog-article-summary__copy-link:hover,
.atlasblog-article-summary__copy-link:focus {
	border-color: #9fb3d9;
	background: #f8fafc;
	outline: 0;
}

.atlasblog-article-summary__copy-link.is-copied {
	border-color: #04b979;
	color: #04b979;
}

body.atlasblog-share-modal-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.atlasblog-article-summary__footer {
		align-items: center;
		flex-direction: column-reverse;
	}

	.atlasblog-article-summary__items {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.atlasblog-article-summary__actions {
		justify-content: center;
	}

	.atlasblog-article-summary__share-dialog {
		padding: 26px 18px 16px;
	}
}
