/* Общие границы таблиц. Редактор читает эти значения, чтобы не сохранять их в HTML. */
:root {
	--be8-table-border-color: #e0e2ea;
	--be8-table-border-style: solid;
	--be8-table-border-width: 1px;
	--be8-table-outer-border-style: none;
}

.be8-ckeditor5-field .ck-content table.table:not(.layout-table),
.be8-ckeditor5-field .ck-content figure.table:not(.layout-table) > table {
	border: var(--be8-table-border-width) var(--be8-table-outer-border-style) var(--be8-table-border-color);
}

.be8-ckeditor5-field .ck-content table.table:not(.layout-table) > :is(thead, tbody, tfoot) > tr > :is(td, th),
.be8-ckeditor5-field .ck-content figure.table:not(.layout-table) > table > :is(thead, tbody, tfoot) > tr > :is(td, th) {
	border: var(--be8-table-border-width) var(--be8-table-border-style) var(--be8-table-border-color);
}

blockquote,
.blockquote {
	margin: 20px 0;
	padding: 30px;
	border: 0;
	background-color: #e9f2f9;
	font-size: 16px;
	text-align: justify;
}

.archive-container-main blockquote,
.archive-container-main .blockquote {
	margin-bottom: 50px;
}

blockquote p,
blockquote ul,
blockquote li,
blockquote a,
blockquote input,
blockquote span,
.blockquote p,
.blockquote ul,
.blockquote li,
.blockquote a,
.blockquote input,
.blockquote span {
	font-size: 16px;
}

blockquote > *:first-child,
.blockquote > *:first-child {
	margin-top: 0;
}

blockquote > p:first-child:empty,
blockquote > p:last-child:empty {
	display: none;
	margin: 0;
	padding: 0;
}

blockquote img,
.blockquote img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.be8-ckeditor5-field .ck-content .be8-shortcode {
	min-height: 120px;
	margin: 20px 0;
	padding: 30px;
	border: 0;
	background-color: #e9f2f9;
	font-size: 16px;
	text-align: justify;
}

.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode]
	> *:first-child {
	margin-top: 0;
}

.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode]
	> *:last-child {
	margin-bottom: 0;
}

.be8-ckeditor5-field .ck-content .be8-shortcode img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.be8_blockquote_blue,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_blockquote_blue {
	padding: 30px;
	border: 0;
	background-color: #e6e6e6;
	font-size: 18px;
	text-align: justify;
}

.be8_blockquote_pink,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="blockquote_pink"] {
	--be8-shortcode-accent: #b58db5;

	padding: 30px;
	border: 0;
	background-color: #ede1ed;
	font-size: 18px;
	text-align: justify;
}

.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="blockquote_yellow"] {
	--be8-shortcode-accent: #c99700;

	border: 0;
}

.no-title-box-text,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="untitled_box"] {
	--be8-shortcode-accent: #aaa;

	min-height: 120px;
	border: 1px solid #ddd;
	background-color: #f5f7f9;
}

.be8_white {
	min-height: 120px;
	border: 1px solid #ddd;
	background-color: transparent;
}

.be8_border_yellow {
	min-height: 120px;
	border: 1px solid #ffd200;
	background-color: transparent;
}

.be8_accordion,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="accordion"] {
	--be8-shortcode-accent: #0785ce;

	padding: 30px;
	border: 1px solid #0785ce;
	background-color: transparent;
	font-size: 18px;
	text-align: justify;
}

.be8_quote,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="quote"] {
	--be8-shortcode-accent: #9eafc3;

	min-height: 138px;
	margin: 40px 0;
	padding-left: 120px;
	border-top: 4px solid #d6e3f3;
	border-right: 0;
	border-bottom: 4px solid #d6e3f3;
	border-left: 0;
	background: transparent var(--be8-shortcode-icon-quote, none) no-repeat 0 30px;
	background-size: 70px;
	font-size: 18px;
}

.be8_quote p,
.be8_quote ul,
.be8_quote li,
.be8_quote a,
.be8_quote input,
.be8_quote span,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="quote"]
	:where(p, ul, li, a, input, span) {
	font-size: 18px;
}

blockquote ul > li::before,
.blockquote ul > li::before {
	top: 5px;
}

.be8_quote ul > li::before {
	top: 7px;
}

blockquote ol > li::before,
.blockquote ol > li::before {
	top: -2px;
}

.be8_quote ol > li::before {
	top: 0;
}

.be8_book,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="book"] {
	--be8-shortcode-accent: #9194c3;

	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #c9ceff;
	background: transparent var(--be8-shortcode-icon-book, none) no-repeat 29px 29px;
	background-size: 60px;
}

.be8_download,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="download"] {
	--be8-shortcode-accent: #c62338;

	min-height: 110px;
	padding-left: 120px;
	border: 1px solid #c62338;
	background: transparent var(--be8-shortcode-icon-download, none) no-repeat 29px 29px;
	background-size: 60px;
}

.seminar-download .button-download[aria-disabled="true"] {
	opacity: 0.6;
	cursor: not-allowed;
}

.seminar-download .be8_download label {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

.seminar-download__button-wrapper {
	position: relative;
	display: inline-block;
}

.seminar-download__button-wrapper::after {
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	z-index: 10;
	width: max-content;
	max-width: 280px;
	padding: 8px 12px;
	border-radius: 4px;
	background: #333;
	color: #fff;
	content: attr(data-tooltip);
	font-size: 13px;
	line-height: 1.4;
	opacity: 0;
	pointer-events: none;
	text-align: left;
	transform: translateX(-50%);
	transition: opacity 0.2s;
	visibility: hidden;
}

.seminar-download__button-wrapper.is-disabled:hover::after,
.seminar-download__button-wrapper.is-disabled:focus-within::after,
.seminar-download__button-wrapper.is-tooltip-visible::after {
	opacity: 1;
	visibility: visible;
}

.seminar-download .seminar-download-consent {
	position: relative;
	top: 2px;
}

.be8_lamp {
	min-height: 110px;
	padding-left: 120px;
	border: 1px solid #ffae21;
	background: transparent var(--be8-shortcode-icon-lamp, none) no-repeat 29px 29px;
}

.be8_note {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #16b310;
	background: transparent var(--be8-shortcode-icon-note-legacy, none) no-repeat 29px 29px;
}

.be8_test2,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="test2"] {
	--be8-shortcode-accent: #17a508;

	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #17a508;
	background: transparent var(--be8-shortcode-icon-test2, none) no-repeat 29px 29px;
	background-size: 50px;
}

.be8_block_top_red_line,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="block_top_red_line"] {
	--be8-shortcode-accent: #f23c3c;

	min-height: 120px;
	border-top: 5px solid #f23c3c;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background-color: #f5f7f9;
}

.be8_block_top_yellow_line,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="block_top_yellow_line"] {
	--be8-shortcode-accent: #ff8523;

	min-height: 120px;
	border-top: 5px solid #ff8523;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background-color: #f5f7f9;
}

.be8_block_top_blue_line,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="block_top_blue_line"] {
	--be8-shortcode-accent: #9194c3;

	min-height: 120px;
	border-top: 5px solid #c9ceff;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background-color: #f5f7f9;
}

.be8_block_top_dblue_line,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="block_top_dblue_line"] {
	--be8-shortcode-accent: #444990;

	min-height: 120px;
	border-top: 5px solid #444990;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background-color: #f5f7f9;
}

.be8_block_top_fadeblue_line {
	min-height: 120px;
	border-top: 5px solid #d6e3f3;
	background-color: #f5f7f9;
}

.be8_buhexpert,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_buhexpert {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #0688dc;
	background: transparent var(--be8-shortcode-icon-buhexpert, none) no-repeat 29px 29px;
	background-size: 60px;
}

.be8_report,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_report {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #638edc;
	background: transparent var(--be8-shortcode-icon-report, none) no-repeat 29px 29px;
	background-size: 55px;
}

.be8_info,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_info {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #b4f88a;
	background: transparent var(--be8-shortcode-icon-info, none) no-repeat 29px 29px;
	background-size: 48px;
}

.be8_question,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_question {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #ffb954;
	background: transparent var(--be8-shortcode-icon-question, none) no-repeat 29px 29px;
	background-size: 50px;
}

.be8_thumbup,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_thumbup {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #79d12a;
	background: transparent var(--be8-shortcode-icon-thumbup, none) no-repeat 29px 29px;
}

.be8_case,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_case {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #9194c3;
	background: transparent var(--be8-shortcode-icon-case, none) no-repeat 29px center;
	background-size: 55px;
}

.be8_scores,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_scores {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #96cb7b;
	background: transparent var(--be8-shortcode-icon-scores, none) no-repeat 29px 29px;
	background-size: 50px;
}

.be8_attention,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_attention {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #e3727c;
	background: transparent var(--be8-shortcode-icon-attention, none) no-repeat 29px 29px;
	background-size: 60px;
}

.be8_error,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_error {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #ff8523;
	background: transparent var(--be8-shortcode-icon-error, none) no-repeat 29px 29px;
	background-size: 60px;
}

.be8_test,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_test {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #17a508;
	background: transparent var(--be8-shortcode-icon-test, none) no-repeat 29px 29px;
	background-size: 45px;
}

.be8_how,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_how {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #ffc321;
	background: transparent var(--be8-shortcode-icon-note, none) no-repeat 29px 29px;
	background-size: 45px;
}

.be8_tip,
.be8-ckeditor5-field .ck-content .be8-shortcode.be8_tip {
	min-height: 120px;
	padding-left: 120px;
	border: 1px solid #ffae3c;
	background: transparent var(--be8-shortcode-icon-tip, none) no-repeat 29px 29px;
}

.site-content a.button-download,
.site-content .button-download {
	display: inline-block;
	min-width: 160px;
	min-height: 40px;
	margin-bottom: 15px;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	background: #c62338;
	color: #fff;
	font: 500 14px/1.4 "Montserrat", sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: 0.3s;
}

.site-content a.button-download:hover,
.site-content .button-download:hover {
	min-width: 160px;
	background: #c62338;
	color: #fff;
	opacity: 0.8;
}

a.link,
.entry-content a.link,
.be8-ckeditor5-field .ck-content a.link {
	display: inline;
	margin: 0;
	padding: 0;
	font: inherit;
	text-decoration: underline;
}

a.link_pdf,
a.link_pdf:hover {
	color: #f1523e;
}

a.link_doc,
a.link_doc:hover {
	color: #0785ce;
}

a.link_xls,
a.link_xls:hover {
	color: #57b602;
}

a.link:is(.link_pdf, .link_doc, .link_xls):not(:has(img))::before,
a.link img {
	display: inline-block;
	width: 0.8125em;
	height: 0.9375em;
	margin: 0 0.3em 0 0;
	vertical-align: -0.1em;
}

/* Старые ссылки уже содержат картинку, поэтому вторая иконка им не нужна. */
a.link:is(.link_pdf, .link_doc, .link_xls):not(:has(img))::before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

a.link_pdf:not(:has(img))::before {
	background-image: url("/images/icons-pdf.png");
}

a.link_doc:not(:has(img))::before {
	background-image: url("/images/icons-doc.png");
}

a.link_xls:not(:has(img))::before {
	background-image: url("/images/icons-xls.png");
}

a.link img {
	position: static;
	border: 0;
	object-fit: contain;
}

a.action-button {
	align-items: center;
	padding: 12px 22px;
	border-radius: 2px;
	background: #ff3c3c;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	white-space: nowrap;
}

.buy-access {
	margin-bottom: 50px;
	padding: 35px 115px;
	border: 5px solid #d6e3f3;
}

.buy-access a {
	display: block;
	padding-left: 90px;
	background: var(--be8-shortcode-icon-buy-access, none) no-repeat 0 5px;
	text-decoration: none;
	transition: none;
}

.entry-content .buy-access a {
	text-decoration: none;
}

.buy-access a:hover {
	background: var(--be8-shortcode-icon-buy-access, none) no-repeat 0 -195px;
}

.buy-access a span:first-child {
	display: block;
	margin-bottom: 5px;
	color: #57b602;
	font: 600 34px/1 "Montserrat", sans-serif;
}

.buy-access a:hover span:first-child {
	color: #72ee05;
}

.buy-access a span:last-child {
	display: block;
	font-size: 14px;
}

.buy-access a:hover span:last-child {
	color: #adacb8;
}

.be8_accordion .acc_title {
	position: relative;
	display: block;
	margin-left: 30px;
	font-size: 20px;
	text-decoration: none;
}

.be8_accordion .acc_title::before {
	position: absolute;
	top: -3px;
	left: -30px;
	display: block;
	font-size: 120%;
	content: "\002B";
}

.be8_accordion .acc_title[aria-expanded="true"]::before {
	content: "\2212";
}

.be8_accordion .acc_exp {
	margin-top: 20px;
	font-size: 18px;
}

.be8_accordion .acc_exp > *:first-child {
	margin-top: 0;
}

.c-download-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
	min-height: 100px;
	margin: 40px 0;
	padding: 25px 40px;
	overflow: hidden;
	border-radius: 24px;
	background-color: #231f5b;
	background-image: var(--be8-shortcode-icon-downloading-bg, none);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 48% 100%;
}

.c-download-banner__content {
	flex: 1 1 auto;
	min-width: 0;
	max-width: calc(60% - 32px);
}

.c-download-banner__title {
	max-width: 420px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
}

.c-download-banner__button {
	display: inline-flex;
	flex: 0 1 auto;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 240px;
	height: 70px;
	padding: 12px 20px;
	border-radius: 16px;
	background: #231f5b;
	color: #fff !important;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.c-download-banner__button:hover {
	background: #2f2a74;
	color: #fff !important;
	text-decoration: none !important;
}

.c-download-banner__button:active {
	transform: scale(0.98);
}

.c-download-banner__button-icon {
	display: block;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	background: var(--be8-shortcode-icon-downloading-icon, none) center / contain no-repeat;
}

.c-download-banner__button-label {
	border-bottom: 0 !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	text-decoration: none !important;
}

.c-download-banner a.c-download-banner__button {
	text-decoration: none !important;
}

blockquote .quiz h1 {
	margin: 0 0 15px;
}

.be8_block_top_red_line h2.wpsqt-exam-finished-title {
	margin-top: 10px;
}

#comments-landing .comment-body {
	min-height: 80px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2470b6;
}

#comments-landing .comment-body:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#comments-landing .comment-author-avatar {
	position: absolute;
	width: 60px;
}

#comments-landing .comment-author-avatar img {
	margin: 0;
	border: 0;
}

#comments-landing .comment-meta {
	float: none;
	margin-top: 0;
	margin-left: 90px;
	text-align: left;
}

#comments-landing .comment-author-name {
	display: inline-block;
	margin-right: 10px;
	color: #2470b6;
	font-size: 14px;
	font-weight: 700;
}

#comments-landing .comment-time {
	display: inline-block;
}

#comments-landing .comment-time time {
	color: #2470b6;
	font-size: 12px;
}

#comments-landing .comment-content {
	margin-top: 7px;
	margin-left: 90px;
	text-align: left;
}

#comments-landing .comment-content p:first-child {
	margin-top: 0;
}

#comments-landing .comment-content p:last-child {
	margin-bottom: 0;
}

.divider {
	height: 1px;
	margin: 25px 0;
}

.be8_divider1 {
	border-top: 1px solid #33305a;
}

.be8_divider2 {
	border-top: 1px dashed #33305a;
}

.be8_divider3,
.be8_gr_divider {
	height: 1px;
	background: transparent var(--be8-shortcode-icon-divider3, none) no-repeat center top;
}

.be8_divider4 {
	border-top: 1px dashed #d6e3f3;
}

hr {
	margin: 25px 0;
	border-top: 1px solid #d6e3f3;
}

.five-min iframe {
	width: 100%;
	margin-bottom: 29px;
}

.be8-ckeditor5-field
	.ck-content
	.row:has(> .col-md-6 > .row.five-min-txt),
.be8-ckeditor5-field .ck-content .row.five-min-txt {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.be8-ckeditor5-field
	.ck-content
	.row:has(> .col-md-6 > .row.five-min-txt)
	> .col-md-6,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for"]
	> .col-sm-6 {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.be8-ckeditor5-field
	.ck-content
	.row:has(> .col-md-6 > .row.five-min-txt)
	> .col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for"] {
	width: 100%;
}

.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for"]
	> .col-sm-6 {
	flex: 0 0 50%;
}

.five-min .issue_description,
.five-min .links_for_all,
.five-min .links_for_paid,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="description"],
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for_all"],
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for_paid"] {
	margin-bottom: 25px;
	padding: 24px 23px 28px;
	border: 1px solid #e0e2ea;
	border-radius: 3px;
}

.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="description"],
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for_all"],
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for_paid"] {
	--be8-shortcode-accent: #0071b3;

	min-height: 0;
	background-color: #fff;
	text-align: left;
}

.five-min .issue_date,
.five-min .links_subtitle {
	color: #33305a;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
}

.five-min .issue_description > p,
.five-min .links_for p,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="description"]
	> p,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for"]
	p,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for_all"]
	p,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for_paid"]
	p {
	margin-bottom: 15px;
	margin-left: 19px;
	font-size: 14px;
	text-align: left;
}

.five-min > .row ul,
.five-min > .row ol,
.be8-ckeditor5-field
	.ck-content
	:is(
		section.be8-shortcode[data-be8-shortcode="description"],
		section.be8-shortcode[data-be8-shortcode="links_for"]
	)
	:is(ul, ol) {
	margin: 15px 0 0;
	padding-left: 0;
	list-style: none;
}

.five-min > .row li,
.be8-ckeditor5-field
	.ck-content
	:is(
		section.be8-shortcode[data-be8-shortcode="description"],
		section.be8-shortcode[data-be8-shortcode="links_for"]
	)
	li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 19px;
	font-size: 14px;
	line-height: 18px;
}

.five-min > .row ul li:last-child,
.be8-ckeditor5-field
	.ck-content
	:is(
		section.be8-shortcode[data-be8-shortcode="description"],
		section.be8-shortcode[data-be8-shortcode="links_for"]
	)
	ul
	li:last-child {
	margin-bottom: 0;
}

.five-min > .row li::before,
.five-min > .row ol > li::before,
.be8-ckeditor5-field
	.ck-content
	:is(
		section.be8-shortcode[data-be8-shortcode="description"],
		section.be8-shortcode[data-be8-shortcode="links_for"]
	)
	li::before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0071b3;
	content: "";
}

.five-min > .row li a,
.be8-ckeditor5-field
	.ck-content
	:is(
		section.be8-shortcode[data-be8-shortcode="description"],
		section.be8-shortcode[data-be8-shortcode="links_for"]
	)
	li
	a {
	color: #0071b3;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.five-min > .row li a:hover,
.be8-ckeditor5-field
	.ck-content
	:is(
		section.be8-shortcode[data-be8-shortcode="description"],
		section.be8-shortcode[data-be8-shortcode="links_for"]
	)
	li
	a:hover {
	color: #0071b3;
	opacity: 0.7;
}

.archive-tabs .issue_description > p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.five-min .link_to_all_issues {
	padding-right: 15px !important;
	text-align: right;
}

.five-min .link_to_all_issues a {
	position: relative;
	right: 0;
	display: block;
	padding-right: 15px;
	color: #0071b3;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.five-min .link_to_all_issues a:hover {
	color: #0071b3;
	opacity: 0.7;
}

.five-min .link_to_all_issues a::after {
	position: absolute;
	top: 1px;
	right: 0;
	display: block;
	width: 5px;
	height: 8px;
	background: transparent var(--be8-shortcode-icon-five-min, none) no-repeat center;
	background-size: contain;
	line-height: 1;
	content: "";
}

.five-min .links_for .col-sm-6,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="links_for"]
	.col-sm-6 {
	max-width: 100%;
}

.entry-content .tablestriped table {
	margin: 0;
}

.entry-content .tablestriped,
.entry-content .table-responsive {
	margin: 30px 0;
}

.table-responsive.t-resp-m0 {
	margin: 0;
}

.table-responsive.t-resp-m20 {
	margin: 20px 0;
}

.page-checkout .table-responsive {
	margin-bottom: 0;
}

.entry-content .table-responsive table,
.entry-content .table-responsive .tablestriped {
	margin: 0;
}

.tablestriped .table tr > th,
.tablestriped .table tr > td,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-striped"]
	table
	tr
	> th,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-striped"]
	table
	tr
	> td {
	padding: 10px 20px;
}

.entry-content .tablestriped table td:first-child,
.entry-content .tablestriped table th:first-child,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-striped"]
	table
	:is(td, th):first-child {
	text-align: left;
}

.entry-content .table-responsive::-webkit-scrollbar,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-smlscreen"]::-webkit-scrollbar {
	-webkit-appearance: none;
}

.entry-content .table-responsive::-webkit-scrollbar:vertical,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-smlscreen"]::-webkit-scrollbar:vertical {
	width: 8px;
}

.entry-content .table-responsive::-webkit-scrollbar:horizontal,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-smlscreen"]::-webkit-scrollbar:horizontal {
	height: 8px;
}

.entry-content .table-responsive::-webkit-scrollbar-thumb,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-smlscreen"]::-webkit-scrollbar-thumb {
	border: 2px solid #f5f5f5;
	border-radius: 4px;
	background-color: #0271b6bf;
}

.entry-content .table-responsive::-webkit-scrollbar-track,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-smlscreen"]::-webkit-scrollbar-track {
	border-radius: 1px;
	background-color: #f5f5f5;
}

.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-smlscreen"] {
	--be8-shortcode-accent: #0271b6;

	min-height: 0;
	overflow-x: auto;
	border: 1px solid #e0e2ea;
	background-color: #fff;
	text-align: left;
}

.tablestriped table tr td,
.tablestriped table tr th,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-striped"]
	table
	:is(td, th) {
	border: 0;
}

.entry-content .tablestriped tbody > tr:nth-of-type(odd),
.entry-content .tablestriped tbody > tr:nth-of-type(odd) tr,
.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-striped"]
	tbody
	> tr:nth-of-type(odd) {
	background-color: #f5f5f7;
}

.be8-ckeditor5-field
	.ck-content
	section.be8-shortcode[data-be8-shortcode="table-striped"] {
	--be8-shortcode-accent: #706e91;

	min-height: 0;
	border: 1px solid #e0e2ea;
	background-color: #fff;
	text-align: left;
}

@media screen and (max-width: 1499.98px) {
	.five-min > .row > .col-md-6,
	.be8-ckeditor5-field
		.ck-content
		.row:has(> .col-md-6 > .row.five-min-txt)
		> .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.five-min .link_to_all_issues {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 1199.98px) {
	blockquote,
	.blockquote {
		margin: 20px 0;
		padding: 25px 30px;
		font-size: 14px;
	}

	.archive-container-main blockquote,
	.archive-container-main .blockquote {
		margin-bottom: 40px;
	}

	blockquote p,
	blockquote ul,
	blockquote li,
	blockquote a,
	blockquote input,
	blockquote span,
	.blockquote p,
	.blockquote ul,
	.blockquote li,
	.blockquote a,
	.blockquote input,
	.blockquote span {
		font-size: 14px;
	}

	.tablestriped .table tr > th,
	.tablestriped .table tr > td,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="table-striped"]
		table
		tr
		> th,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="table-striped"]
		table
		tr
		> td {
		padding: 5px 10px;
	}

	blockquote img,
	.blockquote img {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.be8-ckeditor5-field .ck-content .be8-shortcode {
		min-height: 100px;
		padding: 25px 30px;
		font-size: 14px;
	}

	.be8_blockquote_pink,
	.be8_accordion,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="blockquote_pink"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="accordion"] {
		margin: 25px 0;
		padding: 25px 30px;
		font-size: 14px;
	}

	.be8_quote,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="quote"] {
		min-height: 138px;
		margin: 30px 0;
		background-position: 0 25px;
		background-size: 60px;
		font-size: 16px;
	}

	.be8_quote p,
	.be8_quote ul,
	.be8_quote li,
	.be8_quote a,
	.be8_quote input,
	.be8_quote span,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="quote"]
		:where(p, ul, li, a, input, span) {
		font-size: 16px;
	}

	.no-title-box-text,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="untitled_box"] {
		min-height: 100px;
	}

	.be8_white,
	.be8_border_yellow {
		min-height: 100px;
	}

	.be8_book,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="book"] {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 60px;
	}

	.be8_download,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="download"] {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 60px;
	}

	.be8_lamp {
		min-height: 100px;
		padding-left: 110px;
		background: transparent var(--be8-shortcode-icon-lamp, none) no-repeat 29px 24px;
	}

	.be8_note {
		min-height: 100px;
		padding-left: 110px;
		background: transparent var(--be8-shortcode-icon-note-legacy, none) no-repeat 29px 24px;
	}

	.be8_test2,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="test2"] {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 50px;
	}

	.be8_block_top_red_line,
	.be8_block_top_yellow_line,
	.be8_block_top_blue_line,
	.be8_block_top_dblue_line,
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="block_top_red_line"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="block_top_yellow_line"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="block_top_blue_line"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode[data-be8-shortcode="block_top_dblue_line"] {
		min-height: 100px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.be8-ckeditor5-field .ck-content .be8-shortcode img {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.be8_blockquote_blue,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_blockquote_blue {
		margin: 25px 0;
		padding: 25px 30px;
		font-size: 14px;
	}

	.be8_buhexpert,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_buhexpert {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 60px;
	}

	.be8_report,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_report {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 55px;
	}

	.be8_info,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_info {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 48px;
	}

	.be8_question,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_question {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 50px;
	}

	.be8_case,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_case {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px center;
		background-size: 50px;
	}

	.be8_scores,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_scores {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 50px;
	}

	.be8_attention,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_attention {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 60px;
	}

	.be8_error,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_error {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 55px;
	}

	.be8_test,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_test {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 45px;
	}

	.be8_thumbup,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_thumbup {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
	}

	.be8_how,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_how {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
		background-size: 45px;
	}

	.be8_tip,
	.be8-ckeditor5-field .ck-content .be8-shortcode.be8_tip {
		min-height: 100px;
		padding-left: 110px;
		background-position: 29px 24px;
	}

	.buy-access {
		margin-bottom: 40px;
		padding: 25px 85px;
	}

	.buy-access a {
		background: var(--be8-shortcode-icon-buy-access-tablet, none) no-repeat 0 10px;
	}

	.buy-access a:hover {
		background: var(--be8-shortcode-icon-buy-access-tablet, none) no-repeat 0 -210px;
	}

	.buy-access a span:first-child {
		font-size: 28px;
	}

	.buy-access a span:last-child {
		font-size: 13px;
	}

	.be8_accordion .acc_title {
		margin-left: 20px;
		font-size: 18px;
	}

	.be8_accordion .acc_exp {
		margin-top: 15px;
		font-size: 16px;
	}

	.divider {
		margin: 20px 0;
	}

	hr {
		margin: 20px 0;
	}
}

@media screen and (max-width: 991.98px) {
	.entry-content .table-responsive {
		overflow: auto hidden;
		padding-block-end: 10px;
	}

	.buy-access a {
		background: var(--be8-shortcode-icon-buy-access-tablet, none) no-repeat 0 5px;
	}

	.buy-access a:hover {
		background: var(--be8-shortcode-icon-buy-access-tablet, none) no-repeat 0 -215px;
	}

	.c-download-banner {
		align-items: stretch;
		padding: 24px;
		background-size: 48% 100%;
	}

	.c-download-banner__content {
		max-width: calc(52% - 24px);
	}

	.c-download-banner__title {
		font-size: 22px;
	}

	.c-download-banner__button {
		width: 220px;
	}
}

@media screen and (max-width: 767.98px) {
	#comments-landing .comment-meta,
	#comments-landing .comment-content {
		margin-left: 80px;
	}

	.no-title-box-text,
	.be8_book,
	.be8_quote,
	.be8_test2,
	.be8_lamp,
	.be8_note,
	.be8_buhexpert,
	.be8_report,
	.be8_info,
	.be8_question,
	.be8_thumbup,
	.be8_case,
	.be8_scores,
	.be8_attention,
	.be8_error,
	.be8_test,
	.be8_how,
	.be8_tip,
	.be8-ckeditor5-field .ck-content .be8-shortcode:not(.be8-shortcode--blockquote):not(.be8_blockquote_blue) {
		min-height: inherit;
		padding-right: 30px;
		padding-left: 30px;
		background-image: none;
	}

	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="download"] {
		min-height: 100px;
		padding-left: 110px;
		background: transparent var(--be8-shortcode-icon-download, none) no-repeat 29px 24px;
		background-size: 60px;
	}

	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="block_top_red_line"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="block_top_yellow_line"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="block_top_blue_line"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="block_top_dblue_line"] {
		min-height: 100px;
	}

	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="description"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="links_for_all"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="links_for_paid"] {
		min-height: 0;
		padding: 24px 23px 28px;
	}

	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="table-smlscreen"],
	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="table-striped"] {
		min-height: 0;
	}

	.be8_quote {
		padding-right: 0;
		padding-left: 0;
	}

	.be8-ckeditor5-field
		.ck-content
		section.be8-shortcode.be8-shortcode--generic[data-be8-shortcode="quote"] {
		padding-right: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 700px) {
	.buy-access {
		padding: 25px 35px;
	}

	.buy-access a {
		padding-left: 70px;
	}

	.buy-access a span:first-child {
		font-size: 26px;
	}
}

@media screen and (max-width: 576px) {
	.c-download-banner {
		position: relative;
		isolation: isolate;
		flex-direction: column;
		gap: 20px;
		padding: 20px;
		border-radius: 16px;
		background-position: center;
		background-size: cover;
	}

	.c-download-banner::before {
		position: absolute;
		z-index: 0;
		inset: 0;
		background: rgb(35 31 91 / 45%);
		content: "";
	}

	.c-download-banner__content,
	.c-download-banner__button {
		position: relative;
		z-index: 1;
	}

	.c-download-banner__content {
		max-width: none;
	}

	.c-download-banner__title {
		font-size: 20px;
	}

	.c-download-banner__button {
		width: 100%;
		height: 60px;
	}

	.c-download-banner__button-label {
		font-size: 16px;
	}
}

@media screen and (max-width: 360px) {
	.buy-access a {
		padding-left: 0;
		background: none;
	}

	.buy-access a span:first-child,
	.buy-access a span:last-child {
		text-align: center;
	}

	.buy-access a span:first-child {
		font-size: 26px;
	}
}

div.lib-block {
	position: relative;
	display: flex;
	height: 100%;
	padding-left: 353px;
	overflow: hidden;
	border: 1px solid #e0e2ea;
	border-radius: 5px;
	box-shadow: 0 4px 16px rgb(51 48 90 / 11%);
}

.lib-block .libmenu-block {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 353px;
	height: 100%;
	overflow-y: auto;
}

.lib-block .libmenu-header {
	position: relative;
	padding: 15px 0 11px;
	background: #0785ce;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
}

.lib-block .libmenu-header::after {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 12px;
	height: 17px;
	margin-left: 8px;
	background: var(--be8-shortcode-icon-lib-header-arrow, none) no-repeat;
	content: "";
}

.lib-block .lib-menu {
	flex-grow: 1;
	margin: 0;
	padding: 14px 10px;
	overflow-y: auto;
	border-right: 1px solid #e0e2ea;
}

.lib-block .lib-menu::-webkit-scrollbar,
.lib-block .lib-content::-webkit-scrollbar {
	-webkit-appearance: none;
}

.lib-block .lib-menu::-webkit-scrollbar:vertical,
.lib-block .lib-content::-webkit-scrollbar:vertical {
	width: 8px;
}

.lib-block .lib-menu::-webkit-scrollbar:horizontal,
.lib-block .lib-content::-webkit-scrollbar:horizontal {
	height: 8px;
}

.lib-block .lib-menu::-webkit-scrollbar-thumb,
.lib-block .lib-content::-webkit-scrollbar-thumb {
	border: 1px solid #f5f5f7;
	border-radius: 4px;
	background-color: rgb(50 48 89 / 32%);
}

.lib-block .lib-menu::-webkit-scrollbar-track,
.lib-block .lib-content::-webkit-scrollbar-track {
	border: 1px solid #e9ebee;
	background-color: #f5f5f7;
}

.lib-block .lib-menu li {
	margin-bottom: 1px;
	padding-left: 0;
}

.lib-block .lib-menu > li.unfold {
	margin-top: 13px;
}

.lib-block .lib-menu > li.unfold:first-child {
	margin-top: 0;
}

.lib-block .lib-menu li span {
	position: relative;
	display: flex;
	padding: 6px 17px;
	border-radius: 2px;
	color: #33305a;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.lib-block .lib-menu li::before {
	display: none;
}

.lib-block .lib-menu ul {
	margin: 9px 17px 5px;
	border: 0;
}

.lib-block .lib-menu li.subtheme {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 3px;
	padding-left: 12px;
	color: rgb(51 48 90 / 80%);
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.5px;
}

.lib-block .lib-menu li.subtheme a.nav-link {
	padding: 6px 8px;
	border: 0;
	background: none;
	color: rgb(51 48 90 / 80%);
	font-size: 14px;
	text-decoration: none;
	text-transform: none;
}

.lib-block .lib-menu li.subtheme.active a.nav-link {
	background: #f1f4f7;
}

.lib-block .lib-menu li.subtheme::before {
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	display: block;
	width: 16px;
	height: 9px;
	background: var(--be8-shortcode-icon-lib-submenu, none) no-repeat;
	content: "";
}

.lib-block .lib-menu li.subtheme::after {
	position: absolute;
	top: -13px;
	bottom: 0;
	left: 0;
	display: block;
	width: 1.5px;
	background: #e0e2ea;
	content: "";
}

.lib-block .lib-menu li.subtheme:last-child::after {
	bottom: auto;
	height: calc(50% + 9px);
}

.lib-block .lib-menu li.subtheme:hover {
	cursor: pointer;
	transition: 0.3s;
}

.lib-block .lib-menu .theme.fold > ul {
	display: none;
}

.lib-block .lib-menu .theme.unfold span {
	padding: 8px 17px;
	background: #f1f4f7;
}

.lib-block .lib-menu .theme.fold span:hover,
.lib-block .lib-menu .theme.unfold span:hover {
	background: #f1f4f7;
	color: rgb(51 48 90 / 80%);
	cursor: pointer;
	transition: 0.3s;
}

.lib-block .lib-menu .theme.fold span::after,
.lib-block .lib-menu .theme.unfold span::after {
	position: relative;
	top: -3px;
	display: block;
	width: 8px;
	height: 5px;
	margin-left: 10px;
	content: var(--be8-shortcode-icon-lib-arrow, "");
}

.lib-block .lib-menu .theme.unfold span::after {
	top: 22px;
	transform: rotate(180deg);
}

.lib-block .lib-content {
	position: relative;
	flex-grow: 1;
	height: 100%;
	padding: 24px 29px 53px;
	overflow-y: auto;
}

.lib-block .lib-content .page-title {
	margin: 0 0 20px;
	font-size: 22px;
}

.lib-content .osc-res-tab .nav-tabs {
	display: flex;
	justify-content: space-around;
	margin: 0;
	border: 0;
	background: #fff;
}

.lib-content .osc-res-tab .nav-tabs.sticky {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
}

.lib-content .osc-res-tab .nav-tabs > li {
	flex-grow: 1;
	float: none;
	margin: 0;
	padding: 0;
	border: 1px solid #e0e2ea;
	border-left: 0;
	list-style: none;
	text-align: center;
}

.lib-content .osc-res-tab .nav-tabs > li:first-child {
	border-left: 1px solid #e0e2ea;
	border-radius: 3px 0 0 3px;
}

.lib-content .osc-res-tab .nav-tabs > li:last-child {
	border-radius: 0 3px 3px 0;
}

.lib-content .osc-res-tab .nav-tabs > li::before {
	display: none;
}

.lib-content .osc-res-tab .nav-tabs > li a {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 14px;
	border: 0;
	border-radius: 0;
	background: #f1f4f7;
	color: #0785ce;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	text-transform: none;
}

.lib-content .osc-res-tab .nav-tabs > li.active > a {
	background: none;
}

.lib-content .osc-res-tab .nav-tabs > li.active > a,
.lib-content .osc-res-tab .nav-tabs > li.active > a:hover,
.lib-content .osc-res-tab .nav-tabs > li.active > a:focus {
	border: 0;
	color: #0785ce;
	opacity: 1;
}

.lib-content .osc-res-tab .nav-tabs > li a::before {
	position: relative;
	display: block;
	height: 20px;
	margin-right: 12px;
	content: "";
}

.lib-content .osc-res-tab .nav-tabs > li.video a::before {
	content: var(--be8-shortcode-icon-lib-video, "");
}

.lib-content .osc-res-tab .nav-tabs > li.slides a::before {
	content: var(--be8-shortcode-icon-lib-slides, "");
}

.lib-content .osc-res-tab .nav-tabs > li.links a::before {
	content: var(--be8-shortcode-icon-lib-links, "");
}

.lib-content .tab-pane .libprevnext {
	position: absolute;
	z-index: 101;
	right: 29px;
	bottom: 0;
	left: 29px;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	background: #fff;
}

.lib-content .tab-pane .libprevnext.libprnxend {
	justify-content: flex-end;
}

.lib-content .libprevnext .lib-prev,
.lib-content .libprevnext .lib-next {
	display: flex;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	border-radius: 3px;
	background: #0785ce;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}

.lib-content .lib-prev::before {
	display: flex;
	align-items: center;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	content: var(--be8-shortcode-icon-lib-next, "");
}

.lib-content .lib-next::after {
	display: flex;
	align-items: center;
	height: 10px;
	margin-left: 10px;
	transform: rotate(180deg);
	content: var(--be8-shortcode-icon-lib-next, "");
}

.lib-content .osc-res-tab ul.tab-content {
	padding: 0;
}

.lib-content .osc-res-tab ul.tab-content > li {
	margin: 0;
	padding: 20px 0 0;
}

.lib-content .osc-res-tab ul.tab-content > li::before {
	display: none;
}

.lib-content iframe {
	max-height: none !important;
}

@media screen and (max-width: 991.98px) {
	div.lib-block {
		padding-left: 243px;
	}

	.lib-block .libmenu-block {
		width: 243px;
	}
}

@media screen and (max-width: 767.98px) {
	div.lib-block {
		flex-direction: column;
		padding-left: 0;
	}

	.lib-block .libmenu-block {
		position: relative;
		width: 100%;
		max-height: 350px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e0e2ea;
	}

	.lib-block .lib-menu {
		border: 0;
	}

	.lib-block .lib-content {
		min-height: auto;
	}
}

@media screen and (max-width: 575.98px) {
	.lib-content .osc-res-tab .nav-tabs > li {
		border-left: 1px solid #e0e2ea;
	}
}
