.pdf-info {
	color: #3936ad;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
}

/* Заливка PDF-руководства */

.pdf-info strong {
	display: inline-block;
	padding: 3px 7px 4px;
	background: #CD69A0;
	color: #ffffff;
	border-radius: 5px;
	font-weight: 700;
	line-height: 1.15;
	white-space: nowrap;
	vertical-align: baseline;
}

/* Нижняя строка */

.pdf-send {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 5px;

	margin-top: 7px;
	padding-top: 6px;
	border-top: 1px dashed #d9aacd;

	color: #555555;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
	box-sizing: border-box;
}

/* Кнопки способов отправки */

.pdf-send > span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
}

.pdf-send [data-channel] {
	height: 24px;
	padding: 0 8px;

	border: 1px solid currentColor;
	border-radius: 13px;

	font-weight: 600;
	line-height: 1;
	box-sizing: border-box;
}

/* Общие параметры иконок */

.pdf-send [data-channel]::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 14px;
	height: 14px;
	margin-right: 3px;

	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Email */

.pdf-send [data-channel="email"] {
	color: #c769a2;
}

.pdf-send [data-channel="email"]::before {
	font-family: "awb-icons" !important;
	content: "\e616";
}

/* Telegram */

.pdf-send [data-channel="telegram"] {
	color: #6397d4;
}

.pdf-send [data-channel="telegram"]::before {
	font-family: "icomoon" !important;
	content: "\ea95";
}

/* MAX */

.pdf-send [data-channel="max"] {
	color: #7963ba;
}

.pdf-send [data-channel="max"]::before {
	font-family: "icomoon" !important;
	content: "\e9996";
}