/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; background: url(../images/bg.png); padding-top: 40px; padding-bottom: 40px;}
.wrapper-container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {min-height: 100vh; background-color: var(--bg-2); box-shadow: 0 30px 60px rgba(0,0,0,0.9); border-radius: 10px;}
.header {padding: 0 var(--indent); background-color: var(--bg); position: relative; z-index: 100;
	border-radius: 10px 10px 0 0; border-bottom: 1px solid var(--bdc);}
.content {padding: 10px var(--indent); padding-bottom: 60px; min-height: 80vh;}
.cols {display: grid; gap: 40px; grid-template-columns: minmax(0,1fr) 360px;}
.footer {padding: 20px var(--indent); background-color: var(--bg-dark); color: var(--tt-dark); border-radius: 0 0 10px 10px;}
.footer__bottom {margin-top: 16px; gap: 20px;}

#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg); color: var(--tt-2); 
	cursor: pointer; font-size: 24px; border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.skip-link {position: fixed; z-index: 2000; left: 12px; top: 12px; padding: 10px 14px; border-radius: 4px;
	background: var(--tt-accent); color: #fff; transform: translateY(-160%);}
.skip-link:focus {transform: translateY(0); color: #fff;}


/* HEADER, NAV
----------------------------------------------- */
.logo {display: block; text-transform: uppercase; font-weight: 700; font-size: 22px; 
	margin-right: 40px; color: var(--tt-3) !important;}
.logo img {width: 50px; height: 50px;}
.header__btn-login {height: 30px; border-radius: 4px; font-size: 12px; margin-left: 10px; font-weight: 500; padding: 0 10px;}
.theme-toggle {margin-left: 10px; font-size: 16px; display: grid; place-items: center; height: 30px; width: 30px; 
	border-radius: 4px; box-shadow: 0 0 0 1px var(--bdc); padding: 0; color: var(--tt); background-color: var(--bg);}
.dt-is-active .theme-toggle .fal::before {content:"\f186";}
.theme-toggle > .fal, .header__btn-menu > .fal, .search-btn > .fal, .header__favlink > .fal,
.pmovie__complaint .fal, #scrolltop > .fal {display: block; width: 1em; margin-right: 0; text-align: center;}

.header__menu {gap: 20px; position: relative;}
.header__menu > li > a {font-weight: 600; color: var(--tt-3); height: 100px; display: flex; align-items: center;}
.header__menu > li.header__menu--fw400 > a {font-weight: 400;}
.header__menu-hidden {position: absolute; top: 80%; left: 0; z-index: 100; border-radius: 6px;
	background-color: var(--bg); box-shadow: 0 30px 60px rgba(0,0,0,0.2); width: 100%; padding: 15px 20px; 
	display: grid; gap: 5px 20px; grid-template-columns: repeat(auto-fill,minmax(140px,1fr)); display: none;}
.header__menu-hidden a {display: block; padding: 5px 10px; border-radius: 4px;}
.header__menu > li:hover .header__menu-hidden {display: grid;}
.header__menu > li:hover > a {color: var(--accent-red);}
.header__menu-hidden a:hover, .theme-toggle:hover {background-color: var(--accent-red); color: #fff;}

.header__search {width: 250px; position: relative;}
.header__search input, .header__search input:focus {padding: 0 30px 0 10px; border-radius: 4px; 
	background: var(--bg); box-shadow: 0 0 0 1px var(--tt-accent); color: var(--tt); height: 30px; line-height: 30px;}
.header__search input:not(:focus)::placeholder {color: var(--tt-3); opacity: 1; font-size: 12px;} 
.header__search button {position:absolute; right: 0; top: 0; padding: 0; width: 30px; height: 30px;
	background: none; color: var(--tt-3); font-size: 12px;}


/* CAROU TOP ITEM, COLLECTION ITEM
----------------------------------------------- */
.carou {background-color: var(--bg); padding: 20px 60px;}
.carou__head {display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px;}
.carou__head .carou-caption {margin-bottom: 0;}
.top-listens__tabs {flex-shrink: 0; margin-bottom: 0;}
.top-listens__tabs button {min-width: 96px;}
.top-listens__panel {min-width: 0;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .poster {width: calc((100% - 120px)/7); flex-shrink: 0; margin-right: 20px;}
.carou .poster__title {font-size: 12px; display: block; white-space: nowrap; text-overflow: ellipsis;}
.carou .poster__subtitle {font-size: 10px; font-weight: 400;}
.carou .has-overlay__icon {padding: 0;}
.carou .poster__fav {top: 140px;}
.carou .poster__label {background-color: var(--bg); color: var(--tt-3);}
.carou .poster__series {left: 5px; bottom: 5px; border-radius: 3px; height: 20px; 
	padding: 0 6px; font-size: 10px; display: flex; align-items: center;}
	.carou .poster__series div {display: inline; margin-left: 6px;}

.grid-collectons {display: grid; grid-template-columns: repeat(2,1fr); gap: 20px 0;}
.coll {display: block; padding-top: 0; height: 160px; text-align: center;}
.coll__title {position: absolute; inset: 0; color: #fff; background-color: rgba(0,0,0,0.5); 
	padding: 20px; text-transform: uppercase; font-weight: 700; font-size: 15px; z-index: 5;}
.coll__title:hover {background-color: var(--accent-red); color: #fff;}
.grid-items > .coll, #dle-content > .coll {grid-column: span 2;}

.carou-caption {font-size: 20px; margin-bottom: 20px;}
.carou-caption span {color: #ffba00;}

/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 20px;}
.sect__header {margin: 20px auto; gap: 10px;}
.sect__header span {color: #ffba00;}
.sect__title {font-size: 24px; font-weight: 700;}
.sect__ctrl {margin-top: -6px; gap: 10px;}
.sect__ctrl-menu {gap: 20px 20px; font-size: 13px;}
.sect__ctrl-menu--main {font-weight: 600;}
.sect__ctrl-menu label {position: relative; display: block;}
.sect__ctrl-menu label input {display: block; appearance: none; -webkit-appearance: none; 
	position: absolute; inset: 0; opacity: 0; cursor: pointer;}
.sect__ctrl-menu a, .sect__ctrl-menu label div {height: 30px; display: flex; align-items: center; background-color: var(--bg); color: var(--tt); border-radius: 4px; padding: 0 10px;}
.sect__ctrl-menu a.is-active, .sect__ctrl-menu label input:checked + div {background-color: var(--bg-dark); color: var(--tt-dark); border-radius: 4px; padding: 0 10px;}
.sect__ctrl-menu a:not(.is-active):hover, .sect__ctrl-menu label div:hover {color: var(--accent-red);}
.sect__link {display: flex; align-items: center; height: 30px; border-radius: 4px; padding: 0 10px; 
	font-size: 12px; background-color: var(--bg); color: var(--tt-2); gap: 10px;}
.sect__content--carousel:not(.owl-carousel) {display: flex; overflow: hidden;}
.sect__content--carousel:not(.owl-carousel) > .poster {flex-shrink: 0; margin-right: 20px; width: calc((100% - 100px)/6);}
.sect--carou .sect__header {padding-right: 80px;}

/* FAVORITES */
.cols--favorites {display: block; min-width: 0;}
.cols--favorites .cols__left {min-width: 0; width: 100%;}
.cols--favorites .cols__right {display: none;}
.favorites-page {min-width: 0;}
.favorites-hero {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 24px; padding: 22px 24px;
	border: 1px solid var(--bdc); border-radius: 6px; background: var(--bg);}
.favorites-hero__body {flex: 1 1 420px; min-width: 0;}
.favorites-hero__eyebrow {display: inline-flex; align-items: center; gap: 7px; margin-bottom: 7px; color: var(--tt-accent); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;}
.favorites-hero__title {font-size: 24px; font-weight: 700; line-height: 1.25;}
.favorites-hero__body p {max-width: 620px; margin-top: 7px; color: var(--tt-2); font-size: 13px; line-height: 1.5;}
.favorites-hero__actions {display: flex; align-items: center; flex: 0 0 auto; gap: 10px;}
.favorites-count {display: flex; flex-direction: column; justify-content: center; min-height: 44px; padding: 5px 13px; border: 1px solid var(--bdc); border-radius: 5px; background: var(--bg-dark-lighter); color: var(--tt-2); font-size: 11px; white-space: nowrap;}
.favorites-count strong {color: var(--tt); font-size: 18px; line-height: 1;}
.favorites-clear {display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 0 15px; border-radius: 5px; background: var(--accent-red); color: #fff; font-size: 13px; font-weight: 600; white-space: nowrap; cursor: pointer;}
.favorites-clear:hover, .favorites-clear:focus-visible {background: var(--bg-dark); color: #fff;}
.favorites-clear:disabled {cursor: wait; opacity: .72;}
.favorites-page .favorites-grid .poster .poster__fav {display: none;}
.favorites-page:not(:has(.favorites-grid > .poster)) .favorites-clear {display: none;}
.content:has(.message-info--favorites-auth) .favorites-page {display: none;}
.is-guest[data-page-type="favorites"] .favorites-page {display: none;}

/* AUTHORS AND READERS */
.persons-page {min-width: 0;}
.persons-page__header {margin-bottom: 18px;}
.persons-page__header h1 {font-size: 24px; line-height: 1.25;}
.persons-page__header p {margin-top: 6px; color: var(--tt-2); font-size: 13px; line-height: 1.5;}
.persons-catalog {min-width: 0;}
.persons-catalog [hidden] {display: none !important;}
.persons-catalog__tools {display: flex; align-items: center; gap: 12px; margin-bottom: 14px;}
.persons-catalog__search {position: relative; display: block; flex: 1 1 auto; min-width: 0;}
.persons-catalog__search .fal {position: absolute; z-index: 1; left: 13px; top: 50%; color: var(--tt-accent); transform: translateY(-50%); pointer-events: none;}
.persons-catalog__search input {display: block; width: 100%; height: 42px; padding: 0 38px; border: 1px solid var(--bdc); border-radius: 5px;
	background: var(--bg-dark-lighter); color: var(--tt); outline: none;}
.persons-catalog__search input:focus {border-color: var(--tt-accent); box-shadow: 0 0 0 2px rgba(28,202,218,.16);}
.persons-catalog__search input::placeholder {color: var(--tt-2); opacity: 1;}
.persons-catalog__status {display: flex; align-items: center; flex: 0 0 auto; min-height: 42px; padding: 0 13px; border: 1px solid var(--bdc); border-radius: 5px;
	background: var(--bg); color: var(--tt-2); font-size: 12px; white-space: nowrap;}
.persons-catalog__status strong {margin-left: 5px; color: var(--tt); font-size: 15px;}
.persons-catalog__alphabet {display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; padding: 12px; border: 1px solid var(--bdc); border-radius: 6px; background: var(--bg);}
.persons-catalog__alphabet button {display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 32px; padding: 0 9px; border: 1px solid transparent;
	border-radius: 4px; background: var(--bg-dark-lighter); color: var(--tt-2); font-size: 13px; font-weight: 600; cursor: pointer;}
.persons-catalog__alphabet button:hover, .persons-catalog__alphabet button:focus-visible {border-color: var(--tt-accent); color: var(--tt-accent);}
.persons-catalog__alphabet button.is-active {background: var(--tt-accent); color: #fff;}
.persons-catalog__groups {display: grid; gap: 22px;}
.persons-catalog__group {min-width: 0;}
.persons-catalog__letter {margin-bottom: 9px; padding-bottom: 7px; border-bottom: 1px solid var(--bdc); color: var(--tt-accent); font-size: 20px; line-height: 1;}
.persons-catalog__list {display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 12px;}
.persons-catalog__item {min-width: 0;}
.persons-catalog__item a {display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 42px; padding: 8px 10px;
	border: 1px solid var(--bdc); border-radius: 5px; background: var(--bg); color: var(--tt);}
.persons-catalog__item a:hover, .persons-catalog__item a:focus-visible {border-color: var(--tt-accent); color: var(--tt-accent);}
.persons-catalog__name {min-width: 0; overflow-wrap: anywhere; font-size: 14px; font-weight: 500; line-height: 1.3;}
.persons-catalog__count {flex: 0 0 auto; padding: 4px 7px; border-radius: 10px; background: var(--bg-dark-lighter); color: var(--tt-2); font-size: 10px; line-height: 1; white-space: nowrap;}
.persons-catalog__empty {margin: 18px 0 0; padding: 18px; border: 1px dashed var(--bdc); border-radius: 6px; color: var(--tt-2); text-align: center;}

.descr {display: grid; grid-gap: 20px; line-height: 1.7; color: var(--tt); padding-top: 60px;}
.descr h1, .descr h2, .descr h3 {font-weight: 500; font-size: 18px; color: var(--tt); line-height: 1.3;}
.descr__pronunciation {display: block; margin-top: 2px; font-size: 13px; font-weight: 400; color: var(--tt-2);}
.descr a {text-decoration: underline; color: var(--tt-accent);}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; font-weight: 300; font-family:'Font Awesome 5 Pro'; 
	color: var(--tt-accent); position: absolute; left: 0; top: 0;}
.speedbar {font-size: 13px; color: var(--tt-2); margin-top: 20px; margin-bottom: -20px;}
.speedbar .fal {margin-right: 8px; color: var(--tt-accent);}
.speedbar a:hover {text-decoration: underline;}

.home-discovery {margin-top: 40px; padding: 24px; background: var(--bg); border: 1px solid var(--bdc); border-radius: 4px;}
.home-discovery__header {display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 18px;}
.home-discovery__header h2 {font-size: 20px; font-weight: 600; color: var(--tt);}
.home-discovery__header p {font-size: 13px; color: var(--tt-2);}
.home-discovery__links {display: flex; flex-wrap: wrap; gap: 10px;}
.home-discovery__links a {padding: 9px 13px; background: var(--bg-dark-lighter); border: 1px solid var(--bdc); border-radius: 4px; font-size: 14px; line-height: 1.25;}
.home-discovery__links a:hover {color: #fff; background: var(--accent-red); border-color: var(--accent-red);}
.home-discovery__more {margin-top: 14px;}
.home-discovery__more summary {display: inline-flex; align-items: center; min-height: 36px; padding: 0 13px; border: 1px solid var(--bdc); border-radius: 4px; color: var(--tt-accent); font-size: 13px; font-weight: 600; cursor: pointer; list-style: none;}
.home-discovery__more summary::-webkit-details-marker {display: none;}
.home-discovery__more summary::after {content: "\f107"; margin-left: 8px; font-family: 'Font Awesome 5 Pro'; font-weight: 300;}
.home-discovery__more[open] summary::after {content: "\f106";}
.home-discovery__links--more {margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--bdc);}

.continue-listening {position: relative; padding: 16px 60px; background: var(--bg); border-bottom: 1px solid var(--bdc);}
.continue-listening[hidden] {display: none;}
.continue-listening__link {display: grid; grid-template-columns: 56px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 12px 54px 12px 12px; border: 1px solid var(--bdc); border-radius: 6px; background: var(--bg-dark-lighter);}
.continue-listening__link:hover {border-color: var(--accent-red);}
.continue-listening__dismiss {position: absolute; z-index: 2; top: 28px; right: 72px; display: grid; place-items: center;
	width: 30px; height: 30px; padding: 0; border-radius: 50%; line-height: 1;
	cursor: pointer; transition: color .2s ease, background-color .2s ease;}
.continue-listening__dismiss > span {position: relative; display: block; width: 14px; height: 14px;}
.continue-listening__dismiss > span::before, .continue-listening__dismiss > span::after {content: ''; position: absolute; left: 50%; top: 50%;
	width: 14px; height: 2px; border-radius: 2px; background-color: currentColor; transform-origin: center;}
.continue-listening__dismiss > span::before {transform: translate(-50%,-50%) rotate(45deg);}
.continue-listening__dismiss > span::after {transform: translate(-50%,-50%) rotate(-45deg);}
.continue-listening__dismiss:hover, .continue-listening__dismiss:focus-visible {color: #fff; background-color: var(--accent-red);}
.continue-listening__cover {width: 56px; height: 84px; padding-top: 0; border-radius: 4px; overflow: hidden; background: var(--bg);}
.continue-listening__cover img {width: 100%; height: 100%; object-fit: cover;}
.continue-listening__body {display: block; min-width: 0;}
.continue-listening__eyebrow {display: block; margin-bottom: 5px; color: var(--tt-2); font-size: 11px; text-transform: uppercase; letter-spacing: .04em;}
.continue-listening__body strong {display: block; overflow: hidden; color: var(--tt-accent); font-size: 16px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap;}
.continue-listening__body > span:last-child {display: block; margin-top: 5px; overflow: hidden; color: var(--tt-2); font-size: 12px; text-overflow: ellipsis; white-space: nowrap;}
.continue-listening__action {display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 38px; padding: 0 16px; border-radius: 4px; background: var(--accent-red); color: #fff; font-size: 13px; font-weight: 600;}
#audioplayer {scroll-margin-top: 20px;}

.editor-choice {padding: 30px 60px; background: var(--bg); border-top: 1px solid var(--bdc);}
.editor-choice__header, .thematic__header {display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 18px;}
.editor-choice__header h2, .thematic__header h2 {font-size: 20px; font-weight: 600; color: var(--tt);}
.editor-choice__header p, .thematic__header p {margin-top: 4px; font-size: 13px; color: var(--tt-2);}
.editor-choice__grid {display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px;}
.editor-card {display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 12px; min-width: 0; padding: 12px; background: var(--bg-dark-lighter); border: 1px solid var(--bdc); border-radius: 4px;}
.editor-card__cover {width: 82px; height: 123px; padding-top: 0; border-radius: 3px;}
.editor-card__body {min-width: 0;}
.editor-card h3 {font-size: 14px; font-weight: 600; line-height: 1.3;}
.editor-card h3 a:hover {color: var(--accent-red);}
.editor-card__author {margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; color: var(--tt-2);}
.editor-card__reason {margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; font-size: 12px; line-height: 1.4; color: var(--tt-2);}
.editor-card__reason strong {color: var(--tt);}

.thematic {margin-top: 40px; padding: 24px; background: var(--bg); border: 1px solid var(--bdc); border-radius: 4px;}
.thematic__grid {display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px;}
.thematic-card {display: flex; align-items: center; min-width: 0; min-height: 76px; padding: 12px; background: var(--bg-dark-lighter); border: 1px solid var(--bdc); border-radius: 4px;}
.thematic-card:hover {border-color: var(--accent-red); transform: translateY(-1px);}
.thematic-card__icon {display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; margin-right: 10px; border-radius: 50%; background: var(--bg); color: #ffba00; font-size: 15px;}
.thematic-card > span:last-child {min-width: 0;}
.thematic-card strong {display: block; font-size: 13px; line-height: 1.25;}
.thematic-card small {display: block; margin-top: 4px; font-size: 11px; line-height: 1.3; color: var(--tt-2);}

.sorter:before {content:attr(data-label); display:inline-block; float:left;}
.sorter form, .sorter li {display:inline-block; float:left;}
.sorter li {padding: 4px;}
.sorter li.asc > a, .sorter li.desc > a {background-color: var(--bg-dark); color: var(--tt-dark); box-shadow: 0 0 0 1px var(--bg-dark);}
.sorter li.asc > a:hover, .sorter li.desc > a:hover {background-color: var(--accent-red); color: #fff; box-shadow: 0 0 0 1px var(--accent-red);}

/* POSTER ITEM
----------------------------------------------- */
.poster {position: relative;}
.poster__img {border-radius: 5px; margin-bottom: 15px; box-shadow: 0 5px 10px 1px rgba(0,0,0,0.5);}
.poster__label {position: absolute; left: 5px; top: 5px; border-radius: 3px; height: 20px; display: flex; 
	align-items: center; padding: 0 6px; font-size: 14px; background-color: var(--bg-dark); color: var(--tt-dark); 
	z-index: 10; pointer-events: none;}
.poster__label--white {background-color: var(--bg); color: var(--tt-3);}
.poster__series {position: absolute; bottom: 0; left: 0; background-color: var(--bg); 
	padding: 5px 8px; font-size: 10px; font-weight: 500; border-top-right-radius: 5px;}
.has-overlay__icon {position: absolute; z-index: 3; inset: 0; display: flex; flex-direction: column; padding-bottom: 50px;
	background-color: rgba(0,0,0,0.5); opacity: 0; justify-content: center; align-items: center; gap: 20px;}
.has-overlay__icon::before {display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; 
	background: #fff url(../images/play.svg) center center / 14px no-repeat; content: '';}
.poster__ratings {color: #fff; font-size: 11px; text-align: center; line-height: 1.6; 
	position: absolute; left: 0; right: 0; bottom: 20px;}
.poster__btn-info, .poster__fav a {padding: 0 10px; display: flex; align-items: center; justify-content: center; height: 24px; 
	border-radius: 3px; background-color: var(--accent-red); color: #fff; gap: 5px; font-size: 12px; white-space: nowrap;}
.poster__fav a {background-color: #fff; color: #000;}
.poster__btn-info, .poster__fav {position: absolute; left: 50%; top: 50px; z-index: 11; cursor: pointer;
	opacity: 0; visibility: hidden; transform: translate(-50%,-30px); transition: all 0.2s ease-in-out;}
.poster__fav {top: 146px; transform: translate(-50%,30px);}
.poster:hover .poster__fav, .poster:hover .poster__btn-info {opacity: 1; visibility: visible; transform: translate(-50%,0px);}
.poster:hover .poster__btn-info {transition-delay: 0.2s;}
.poster__fav a::before {content: ''; background: url(../images/heart.svg) 0 0 / contain no-repeat; width: 16px; height: 16px;}
.has-overlay:hover .has-overlay__icon {opacity: 1;}
.poster:hover .poster__series {opacity: 0;}
.poster__fav a:hover {background-color: var(--bg-dark); color: #fff;}
.poster__btn-info:hover {background-color: var(--bg-dark);}
.poster__link {display: block;}
.poster__link::before {content: ''; position: absolute; inset: 0; z-index: 5;}
.poster__title {font-size: 14px; font-weight: 600; color: var(--tt-accent); display: block; white-space: nowrap; text-overflow: ellipsis;}
.poster__subtitle {color: var(--tt-2); font-size: 12px; font-weight: 500; margin-top: 6px;}

.th-active {z-index: 100;}
.th-text {display: none; background-color: var(--bg); cursor: auto; 
	padding: 20px; text-align: left; position: absolute; z-index: 1000; left: 100%; top: 0; 
	width: 460px; box-shadow: 0 0 30px rgba(0,0,0,0.2); border-radius: 4px; min-height: 100px;}
.th-text::after {content: ""; border: 10px solid var(--bg); position: absolute; top: 24px; right: 100%;
	border-left-color: transparent; border-bottom-color: transparent; }
.pop-left .th-text::after {border: 10px solid var(--bg); border-right-color: transparent; 
	border-bottom-color: transparent; left: 100%; right: auto;}
.pop-left .th-text {left: auto; right: 100%;}
.th-text-loader {text-align: center; font-size: 18px; color: var(--tt-accent); padding-top: 20px;}
.th-text-header {display: block; text-decoration: underline; font-weight: 500; font-size: 18px; color: var(--tt-accent);}
.th-text .not-shown-ajax, .th-text .pmovie__header h1 a {display: none;}
.th-text .pmovie__text {font-size: 13px; line-height: 1.4; margin: 15px 0;
	display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;}
.th-text .pmovie__list {background: none; padding: 0; font-size: 13px;}
.th-text .pmovie__list li + li {margin-top: 5px;}
.th-text button {width: 100%; margin-top: 15px; gap: 10px;}


/* CARD SHORTSTORY, TOP SHORTSTORY
----------------------------------------------- */
.card {padding: 20px; border-radius: 5px; background-color: var(--bg); display: grid; gap: 15px 20px; 
	grid-template-columns: 200px minmax(0,1fr); grid-template-rows: min-content 1fr min-content; 
	grid-template-areas: "cimg ctitle" "cimg cdesc" "cimg cbtm"; position: relative;} 
.card__img {display: block; height: 300px; border-radius: 5px; grid-area: cimg; border: 1px solid var(--bdc);}
.card .has-overlay__icon {padding: 0;}
.card .poster__fav {left: auto; right: 20px; top: 20px; opacity: 1; visibility: visible; transform: none;}
.card .poster__fav a:not(:hover) {background-color: var(--bg-2);}
.card__title {display: block; grid-area: ctitle; margin-right: 130px;}
a.card__title:hover {text-decoration: underline;}
.card__title h3 {font-size: 18px; font-weight: 600;}
.card__desc {grid-area: cdesc;}
.card__bottom {font-size: 12px; grid-area: cbtm; gap: 10px 20px;}
.card__meta .fal {margin-right: 5px; opacity: 0.66;}
.card__btn {height: 30px; padding: 0 10px;}
.card__fav {position: absolute; right: 0; top: 0; width: 60px; height: 60px; cursor: pointer; 
	font-size: 18px; overflow: hidden; color: var(--tt-lighter);}
.card__fav .fas {position: relative; z-index: 1; width: 100%; height: 100%; cursor: pointer;
	display: flex !important; justify-content: center; align-items: center; padding: 0 0 25px 25px;}
.card__fav .fas::after {content: ''; background: var(--gradient); box-shadow: var(--bsh-2); z-index: -1;
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: skew(45deg); transform-origin: 0 0;}
.card__fav .fas.added::after {background: var(--gradient-accent);}
.card__rating-ext {font-size: 14px; font-weight: 500; color: var(--tt); gap: 3px;
	position: relative; display: flex; align-items: center; line-height: 1; white-space: nowrap;}
.card__rating-ext > span {font-size: 11px; font-weight: 400;}
.card__rating-ext::before {content: attr(data-text); display: inline-flex; height: 24px; align-items: center; 
	border-radius: 3px; padding: 0 5px; font-size: 11px; margin-right: 3px;}
.card__rating-ext.imdb::before {background-color: #ffc107; color: #000;}
.card__meta.flex-grow-1 {align-self: center; text-align: right;}

.linek {background-color: var(--bg); border-radius: 5px; padding: 10px 20px; gap: 0 !important;
	margin-bottom: 10px; position: relative; overflow: hidden; display: flex !important;}
.linek__img {width: 80px; height: 120px; margin: 0 20px 0 -10px;}
.linek__title {color: var(--tt-accent); font-weight: 500; font-size: 15px; padding-right: 120px;}
.linek__meta {margin-top: 10px; color: var(--tt-2); font-size: 12px;}
.linek .card__bottom {margin-top: 10px;}
.linek .poster__fav {right: 5px; top: 5px;}
.blog-card__headline {display: block;}
.blog-card__headline::after {content: ''; position: absolute; z-index: 1; inset: 0; border-radius: inherit;}
.blog-card__headline:focus-visible {outline: none;}
.blog-card__headline:focus-visible::after {outline: 2px solid var(--tt-accent); outline-offset: -2px;}
.blog-card:hover .blog-card__title {text-decoration: underline;}
.blog-card__footer {align-items: center;}
.blog-card__footer a {position: relative; z-index: 2;}
.blog-card__meta-row, .blog-card__stats {display: flex; align-items: center; white-space: nowrap;}
.blog-card__meta-row {gap: 20px; margin-left: auto;}
.blog-card__stats {gap: 20px;}
.blog-card__date {color: var(--tt-2);}
.top100-page__header {margin-bottom: 16px; text-align: center;}
.top100-page__header .sect__header {margin-bottom: 8px;}
.top100-page__header p {color: var(--tt-2); line-height: 1.5;}
.top100-jumps {display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--tt-2); font-size: 12px;}
.top100-jumps a {display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 12px;
	border: 1px solid var(--bdc); border-radius: 4px; background-color: var(--bg); color: var(--tt); font-weight: 600;}
.top100-jumps a:hover, .top100-jumps a:focus-visible {border-color: var(--tt-accent); color: var(--tt-accent);}
.top100-list {counter-reset: top100-rank;}
.top100-card {counter-increment: top100-rank; scroll-margin-top: 12px;}
.top100-card__cover-wrap {flex: 0 0 80px; width: 80px; margin: 0 20px 0 -10px; text-align: center;}
.top100-card__cover {display: block; width: 80px; height: 120px; margin: 0; position: relative; z-index: 2;}
.top100-card__rank {display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 24px;
	margin-top: 5px; padding: 0 9px; border: 1px solid rgba(0,160,176,.65); border-radius: 12px;
	background-color: var(--bg-dark); color: var(--tt-accent); font-size: 12px; font-weight: 700; line-height: 1;}
.top100-card__rank::before {content: '\2116\00a0' counter(top100-rank);}
.top100-card__title {padding-right: 120px; line-height: 1.35;}
.top100-card__headline {display: block; color: var(--tt-accent);}
.top100-card__headline::after {content: ''; position: absolute; z-index: 1; inset: 0; border-radius: inherit;}
.top100-card__headline:focus-visible {outline: none;}
.top100-card__headline:focus-visible::after {outline: 2px solid var(--tt-accent); outline-offset: -2px;}
.top100-card:hover .top100-card__title {text-decoration: underline;}
.top100-card__author {margin-top: 4px; color: var(--tt); font-size: 13px; font-weight: 600;}
.top100-card__footer a, .top100-card__favorite a, .top100-card__categories a, .top100-card__author a {position: relative; z-index: 2;}
.count-items {counter-reset: num;}
.count-items .linek::before {content: counter(num); counter-increment: num; color: var(--tt-2); opacity: 0.3; 
	position: absolute; right: 20px; top: 50%; margin-top: -10px; transform: translateY(-50%); font-size: 40px; font-weight: 700;}


/* SIDEBAR
----------------------------------------------- */
.sb {background-color: var(--bg);}
.sb__title {font-weight: 600; font-size: 16px; padding: 15px 20px;}
.sb__title .fal {margin-right: 8px; color: #ffba00;}
.sb__nav {background-color: var(--bg-dark-lighter); padding: 16px 10px 16px 15px; border-top: 1px solid var(--bdc);
	display: grid; gap: 0 20px; grid-template-columns: repeat(2,minmax(0,1fr));}
.sb__nav a {display: block; padding: 4px 0; font-size: 14px; 
	overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;}
.sb__nav a:hover {text-decoration: underline; color: var(--accent-red);}
.sb__more {border-top: 1px solid var(--bdc); background: var(--bg-dark-lighter);}
.sb__more summary {padding: 11px 15px; color: var(--tt-accent); font-size: 13px; font-weight: 500; cursor: pointer; list-style-position: inside;}
.sb__more summary:hover {color: var(--accent-red);}
.sb__more-list {display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; padding: 0 10px 14px 15px;}
.sb__more-list a {display: block; padding: 4px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px;}
.sb__more-list a:hover {text-decoration: underline; color: var(--accent-red);}
.sb__actions {display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 12px 15px; border-top: 1px solid var(--bdc);}
.sb__actions a {padding: 9px 8px; border: 1px solid var(--bdc); border-radius: 4px; text-align: center; font-size: 12px; line-height: 1.25;}
.sb__actions a:hover {color: var(--accent-red); border-color: var(--accent-red);}
.sb__actions .fal {margin-right: 4px; color: var(--accent-red);}
.sb + .sb {border-top: 1px solid var(--bdc);}
.sblogin {padding: 20px;}
.sblogin__img {width: 64px; height: 64px; border-radius: 50%; margin-right: 10px; background-color: #000;}
.sblogin__name {font-weight: 600;}
.sblogin__name div:last-child {font-weight: 400; color: var(--tt-2); font-size: 11px; margin-top: 2px;}
.sblogin__ctrl {gap: 10px; font-weight: 500; font-size: 11px; margin-left: 10px;}
.sblogin__desc-btm {gap: 6px; margin-top: 6px;}
.sblogin__desc-btm a, .sblogin__desc-btm a span {border-radius: 3px; background-color: var(--bg-2); display: flex; align-items: center; 
	padding: 0 6px; font-size: 11px; height: 20px; overflow: hidden;}
.sblogin__desc-btm a span {margin-right: -6px; margin-left: 6px; 
	background-color: var(--accent-red); color: #fff; border-radius: 0; font-size: 10px;}
.sblogin a:hover {text-decoration: underline;}

/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__menu {gap: 20px 40px; font-weight: 400;}
.footer__menu a {color: var(--tt-dark);}
.footer__menu--fw600 {font-weight: 600;}
.footer__text, .footer__copyright {font-size: 13px;}
.footer__soc {gap: 20px 15px;}
.footer__soc img {display: block; width: 16px; height: 16px; opacity: 0.5;}
.footer__menu a:hover {text-decoration: underline;}
.footer__soc a:hover img {opacity: 1;}

.footer-link {
    color: #1ccada; /* Контрастний колір */
    text-decoration: underline; /* Підкреслення для кращої видимості */
    font-weight: bold; /* Жирний шрифт для виділення */
}

.footer-link:hover, .footer-link:focus {
    color: #004099; /* Темніший відтінок при наведенні */
    text-decoration: none; /* Видалення підкреслення, якщо потрібно */
}

.pagination__pages {flex-wrap: wrap; text-align: center; padding-top: 40px; gap: 8px;}
.pagination__pages > a, .pagination__pages > span, .pagination__pages-btn > a, 
.pagination__pages-btn > span {height: 36px; font-weight: 600; color: var(--tt-3);
	font-size: 14px; border-radius: 5px; display: flex; align-items: center; justify-content: center;}
.pagination__pages-btn {font-size: 30px; min-width: 36px;}
.pagination__pages-btn:empty {display: none;}
.pagination__pages > span:not(.nav_ext) {background: var(--bg-dark); color: #fff; min-width: 36px; padding: 0 10px;}
.pagination__pages a:hover {color: var(--accent-red);}

.blog-story-nav {display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 24px 0;}
.blog-story-nav__item {display: flex; flex-direction: column; justify-content: center; min-height: 78px; padding: 14px 16px;
	border: 1px solid var(--bdc); border-radius: 6px; background: var(--bg-2); color: var(--tt);}
.blog-story-nav__item:hover {border-color: var(--tt-accent); color: var(--tt-accent);}
.blog-story-nav__label {display: flex; align-items: center; gap: 7px; margin-bottom: 5px; color: var(--tt-2); font-size: 12px;}
.blog-story-nav__item strong {display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.35;}
.blog-story-nav__item--next {grid-column: 2; text-align: right;}
.blog-story-nav__item--next .blog-story-nav__label {justify-content: flex-end;}


/* INNER PAGE
----------------------------------------------- */
.pmovie {background-color: var(--bg); border-radius: 5px; padding: 20px;}
.pmovie__main {display: grid; gap: 20px; grid-template-columns: 200px minmax(0,1fr); 
	grid-template-areas: "pimg pheader" "pimg plist"; margin-bottom: 20px; grid-template-rows: min-content 1fr;}
.pmovie__img {height: 300px; width: 200px; border-radius: 5px; border: 1px solid var(--bdc);}
.pmovie__poster {grid-area: pimg; position: relative;}
.pmovie__header {position: relative; padding-right: 130px; grid-area: pheader;}
.pmovie__list {grid-area: plist;}
.pmovie__header h1 {font-weight: 600; font-size: 22px;}
.pmovie__header h1 a {font-size: 14px; margin-left: 10px; color: var(--tt-2);}
.pmovie__main-info {font-weight: 500; font-size: 12px; color: var(--tt-2); margin-top: 4px;}
.pmovie__header .poster__fav {left: auto; right: 0px; top: 0px; opacity: 1; visibility: visible; transform: none;}
.pmovie__header .poster__fav a:not(:hover) {background-color: var(--bg-2);}
.pmovie__subtitle {font-weight: 600; font-size: 18px; margin: 15px 0;}
.pmovie__descr + .pmovie__subtitle {margin-bottom: 20px; margin-top: 20px;}
.pmovie__descr-heading {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; margin: 15px 0;}
.pmovie__descr-heading .pmovie__subtitle {margin: 0;}
.pmovie__descr-stats {display: flex; align-items: center; flex-wrap: wrap; gap: 7px 14px; color: var(--tt-2); font-size: 12px; line-height: 1.4;}
.pmovie__descr-stats > *, .pmovie__descr-stat {display: inline-flex; align-items: center; gap: 5px; min-height: 24px; white-space: nowrap;}
.pmovie__descr-stats a {color: var(--tt-2);}
.pmovie__descr-stats a:hover {color: var(--tt-accent);}
.pmovie__descr-stats .fal {color: var(--tt-accent);}
.pmovie__tags {display: flex; align-items: flex-start; flex-wrap: wrap; gap: 8px 12px; margin-top: 20px; padding: 12px 14px;
	border: 1px solid var(--bdc); border-radius: 5px; background-color: var(--bg-2); font-size: 13px; line-height: 1.5;}
.pmovie__tags-label {font-weight: 600; color: var(--tt); white-space: nowrap;}
.pmovie__tags-label .fal {margin-right: 5px; color: var(--tt-accent);}
.pmovie__tags-links {display: flex; flex-wrap: wrap; gap: 5px 9px; min-width: 0;}
.pmovie__tags-links a {color: var(--tt-accent); text-decoration: none;}
.pmovie__tags-links a:hover {text-decoration: underline;}

.pmovie__list {line-height: 1.5; font-size: 13px; word-wrap: break-word;}
.pmovie__list li {position: relative; padding-left: 160px;}
.pmovie__list li + li {margin-top: 6px;}
.pmovie__list li > span:first-child {font-weight: 600; position: absolute; left: 0; top: 0;}
.pmovie__list li a {color: var(--tt-accent); text-decoration: underline;}
.pmovie__list li a:hover {text-decoration: none;}

.pmovie__rating {position: relative; margin-top: 16px; font-size: 13px;}
.pmovie__rating-caption {font-weight: 600; margin-bottom: 6px;}
.pmovie__rating-votes {font-size: 12px; color: var(--tt-2); position: absolute; right: 0; top: 1px;}
.pmovie__rating-score {position: absolute; right: 0; top: 25px; height: 28px; width: 28px; border-radius: 3px; 
	font-size: 12px; font-weight: 500; background-color: var(--bg-dark); color: #fff; display: grid; place-items: center;}

.pmovie__player {position: relative; min-width: 0; max-width: 100%; margin-bottom: 20px;}
.pmovie__player .tabs-block__content, .pmovie__player-bottom {width: 100%; max-width: 100%; box-sizing: border-box;}
.pmovie__player .tabs-block__content > * {max-width: 100%;}
.tabs-block__select {gap: 10px; margin-bottom: 10px;}
.tabs-block__select button {height: 30px; padding: 0 10px; border-radius: 3px; gap: 10px;
	background-color: var(--bg-2); color: var(--tt-2); font-weight: 500;}
.tabs-block__select button.is-active, .tabs-block__select button:hover {background: var(--bg-dark); color: #fff;}
.pmovie__player-bottom {background-color: var(--bg-2); padding-left: 20px;}
.ya-share2 {height: 24px; margin-left: 10px;}
.ya-share2 a:not(:hover) {filter: grayscale(1); opacity: 0.66;}
.pmovie__complaint a {display: grid; place-items: center; width: 50px; height: 50px; 
	font-size: 24px; background: var(--accent-red); color: #fff;}
	
.pmovie__related {padding: 0 !important; background: none;}
@media screen and (min-width: 760px) {
	.pmovie__related .grid-items {grid-template-columns: repeat(6,minmax(0,1fr)); gap: 16px;}
	.pmovie__related .poster__img {margin-bottom: 8px;}
	.pmovie__related .has-overlay__icon {padding-bottom: 0; padding-top: 55px;}
	.pmovie__related .poster__btn-info {top: 32px; padding: 0 7px;}
}
.pactor .pmovie__header .poster__fav {position: static;}
.pactor .pmovie__header .pmovie__btn-scroll {margin: 0; height: 40px; padding: 0 20px; margin-top: 20px; font-size: 16px; gap: 20px;}
.pactor .poster .poster__ratings, .pactor .poster .poster__fav {display: none;}
.pactor .card, .pactor .linek {padding: 0; background: none;}

/* BLOG POST META
----------------------------------------------- */
.blog-post__meta {margin: 3px 0 15px;}
.blog-post__meta-row {display: flex; align-items: center; flex-wrap: wrap; gap: 7px 14px; font-size: 13px; line-height: 1.35;}
.blog-post__author, .blog-post__date {display: inline-flex; align-items: center; gap: 6px;}
.blog-post__author {font-weight: 600; color: var(--tt);}
.blog-post__date {color: var(--tt-2);}
.blog-post__meta .fal {color: var(--tt-accent); font-size: 12px;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.7; font-size: 14px; word-wrap: break-word;}
.full-text a {text-decoration: underline; color: #2a99d9;}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .pmovie__book-description > ul, .pmovie__book-description > ol, .full-text table, .page__title {margin-top: 10px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"], .pmovie__book-description > img[style*="left"], .pmovie__book-description > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"], .pmovie__book-description > img[style*="right"], .pmovie__book-description > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li, .pmovie__book-description > ul li, .pmovie__book-description > ol li {padding-left: 30px; margin-left: 20px; position: relative;}
.full-text > ul li:before, .pmovie__book-description > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 5px; left: 34px;}
.full-text > ol, .pmovie__book-description > ol {counter-reset: num;}
.full-text > ol li:before, .pmovie__book-description > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -2px; left: 1px; width: 5px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after, .pmovie__book-description > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 20px; top: -2px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li, .pmovie__book-description > ul li + li, .pmovie__book-description > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.full-text table tr:nth-child(1) {background-color:#cee0ed;}
.full-text table img:not(.emoji) {margin:0; max-width:350px}
.full-text > *:last-child, .pmovie__book-description > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative; background-color: #000;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 21px;}
.full-text iframe {width: 100%; height: 400px; margin-bottom: 20px;}

.btn-voic, .btn-tg {width: 90%; min-height: 40px; margin: 10px auto; padding: 8px 20px; display: flex;
	align-items: center; justify-content: center; gap: 6px; border-radius: 4px; text-align: center; color: #fff;}
.btn-voic {background-color: var(--bg-btn);}
.btn-tg {background-color: #1d98dc;}
.btn-tg img {flex: 0 0 16px; width: 16px; height: 16px; object-fit: contain;}
.btn-voicing-request {padding-left: 10px; padding-right: 10px; font-size: 13px; white-space: nowrap;}
.btn-voic:hover, .btn-tg:hover {color: #fff; filter: brightness(.9);}

/* VIEWING HISTORY */
.watched-page__tools {display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 14px 0;}
.watched-page__clear {min-height: 44px; height: auto; padding: 8px 14px; font-size: 13px; border: 1px solid var(--tt-2); border-radius: 6px; background: var(--bg); color: var(--tt);}
.watched-page__status {font-size: 13px; line-height: 1.5; color: var(--tt-2);}
.watched-page__empty {padding: 28px 18px; border: 1px solid rgba(117,123,133,.3); border-radius: 12px; background: var(--bg); text-align: center;}
.watched-page__empty p {font-size: 17px; margin-bottom: 12px;}
.watched-page__empty a {display: inline-flex; align-items: center; min-height: 44px; color: var(--tt-accent);}
.watched-page [hidden] {display: none !important;}
.watched-card {display: grid; grid-template-columns: 108px minmax(0,1fr); align-items: start; gap: 16px; padding: 16px; margin-bottom: 14px; border: 1px solid rgba(117,123,133,.3); border-radius: 10px; background: var(--bg);}
.watched-card__cover {display: block; aspect-ratio: 2 / 3; border-radius: 5px; overflow: hidden; background: var(--bg-2);}
.watched-card__cover img {display: block; width: 100%; height: 100%; object-fit: cover;}
.watched-card__title {font-size: 17px; line-height: 1.4; margin: 0 0 6px; overflow-wrap: anywhere;}
.watched-card__title a {color: var(--tt-accent);}
.watched-card__author {font-size: 14px; line-height: 1.45; margin-bottom: 6px; overflow-wrap: anywhere;}
.watched-card__duration {font-size: 12px; line-height: 1.5; color: var(--tt-2);}
.watched-card__stats {display: flex; flex-wrap: wrap; gap: 14px; margin: 10px 0; font-size: 13px;}
.watched-card__actions {display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px;}
.watched-card__favorites a, .watched-card__open {display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 6px 10px; font-size: 13px; border-radius: 5px;}
.watched-card__favorites a {color: var(--tt); background: var(--bg-2);}
.watched-card__open {color: var(--tt-accent); border: 1px solid currentColor;}
@media screen and (max-width: 600px) {
    .watched-card {grid-template-columns: 96px minmax(0,1fr); gap: 12px; padding: 12px;}
    .watched-card__title {font-size: 16px;}
}

/* LAST COMMENTS PAGE */
.lastcomments-page__header {margin-bottom: 22px;}
.lastcomments-page__header h1 {font-size: 26px; line-height: 1.25; margin-bottom: 8px;}
.lastcomments-page__header p {color: var(--tt-2); font-size: 14px; line-height: 1.5;}
.lastcomments-page .lastcomment {padding: 18px; margin-bottom: 16px; border: 1px solid rgba(117,123,133,.3); border-radius: 12px; background: var(--bg); min-width: 0;}
.lastcomments-page .comment-item__title {margin-bottom: 14px; font-size: 17px; font-weight: 600; line-height: 1.4; overflow-wrap: anywhere;}
.lastcomments-page .comment-item__title a {color: var(--tt-accent);}
.lastcomments-page .comment-item__title a:hover {text-decoration: underline;}
.lastcomments-page .comment-item__header {min-height: 32px;}
.lastcomments-page .comment-item__author {white-space: normal; overflow-wrap: anywhere;}
.lastcomments-page .comment-item__date {font-size: 12px;}
.lastcomments-page .comment-item__main {padding-left: 0; margin-top: 14px; line-height: 1.6; overflow-wrap: anywhere;}
.lastcomments-page .comment-item__main > :first-child {margin-top: 0;}
.lastcomments-page .lastcomment__text--collapsed {overflow: hidden; -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 20px), transparent); mask-image: linear-gradient(to bottom, #000 calc(100% - 20px), transparent);}
.lastcomments-page .lastcomment__actions {display: flex; flex-wrap: wrap; align-items: center; gap: 4px 18px; margin-top: 10px;}
.lastcomments-page .lastcomment__more, .lastcomments-page .lastcomment__discussion {display: inline-flex; align-items: center; min-height: 44px; padding: 4px 0; font-size: 13px; line-height: 1.4; color: var(--tt-accent); background: transparent; height: auto;}
.lastcomments-page .lastcomment__more[hidden] {display: none;}
.lastcomments-page .lastcomment__more:hover, .lastcomments-page .lastcomment__discussion:hover {text-decoration: underline; background: transparent;}
@media screen and (max-width: 600px) {
    .lastcomments-page__header h1 {font-size: 23px;}
    .lastcomments-page .lastcomment {padding: 14px; margin-bottom: 12px;}
    .lastcomments-page .comment-item__title {font-size: 16px;}
}

/* COMMENTS
----------------------------------------------- */
.fa-ellipsis-v::before {content: "\f142";}
.fa-thumbs-up::before {content: "\f164";}
.fa-thumbs-down::before {content: "\f165";}
.page__comments {margin: 0; overflow: hidden; border: 1px solid rgba(117,123,133,.42); border-radius: 12px; background-color: var(--bg);}
.page__comments-psform {padding: 16px 18px; border-bottom: 1px solid rgba(117,123,133,.32); background: transparent;}
.page__comments-psform-title {display: flex; align-items: baseline; gap: 8px; margin: 0 0 14px; font-weight: 700; font-size: 20px;}
.page__comments-psform-title span {display: inline;}
.page__comments-psform-title small {display: inline; margin: 0; color: var(--tt-2); font-size: 14px; font-weight: 400;}
.page__comments-empty {margin: -6px 0 12px; color: var(--tt-2); font-size: 12px; line-height: 1.45;}
.page__comments-psform-form {justify-content: flex-start; width: 100%; height: 44px; padding: 0 14px; border: 1px solid rgba(117,123,133,.42);
	border-radius: 22px; background: var(--bg-2); color: var(--tt-2); font-size: 13px; text-align: left;}
.page__comments-psform-form .fal {margin-right: 10px; color: var(--tt-accent); font-size: 16px;}
.page__comments-psform-form:hover {border-color: var(--tt-accent); background: var(--bg-2); color: var(--tt); text-decoration: none;}
.page__comments-title {font-size: 13px; color: var(--tt-2); padding: 15px;}
.page__comments-title:empty {display: none;}
.page__comments-title span {font-weight: 600; color: var(--tt-3);}
#dle-comments-list .comments-tree-list:first-child, #dle-comments-list #comment:first-child + .comments-tree-list {margin-top: -15px;}
#dle-comments-list .ajax_loaded_comments  .comments-tree-list:first-child {margin-top:0}

.page__comments-list {padding: 0;}
.page__comments-list--not-comments {padding: 0; border: 0;}
.add-comments-form__intro {margin-bottom: 12px;}
.add-comments-form__intro strong, .add-comments-form__intro span {display: block;}
.add-comments-form__intro span {margin-top: 4px; color: var(--tt-2); font-size: 12px; line-height: 1.45;}
.add-comments-form__bottom {display: grid; gap: 12px;}
.add-comments-form__guest-fields {display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px;}
.add-comments-form__actions {display: flex; align-items: center; gap: 12px;}
.add-comments-form__btn {margin-top: 0;}
.add-comments-form__cancel {height: 40px; padding: 0 12px; background: transparent; color: var(--tt-2);}
.add-comments-form__cancel:hover {background: transparent; color: var(--accent-red); text-decoration: underline;}
.add-comments-form.form {padding: 0; margin-bottom: 0px;}
.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {box-shadow: inset 0 0 0 1px var(--bdc); border-radius: 4px;}
.add-comments-form__input {width: 100%; margin: 0;}
.add-comments-form__subscribe {display: block; min-height: 50px; padding: 10px 0 16px;}
.add-comments-form__subscribe .comments_subscribe {margin: 0;}
.add-comments-form .d-none, .comments_subscribe + br {display: none;}
.comment-reply-recipient {color: var(--tt-accent); font-weight: 700;}
.dle-popup-replycomments #dlereplypopup > form {margin-top: 8px;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; white-space: nowrap; padding: 15px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -8px 0 20px;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {position: relative; border: 0; padding: 14px 18px;}
.comment-item__header, .comment-item__main {position: relative; padding-left: 42px;}
.comment-item__img {width: 32px; height: 32px; border-radius: 50%; position: absolute; left: 0; top: 0;}
.comment-item__meta {display: flex; align-items: center; flex-wrap: wrap; gap: 3px 7px; min-width: 0;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 500; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 14px;}
.comment-item__author, .comment-item__author a {font-weight: 600; font-size: 12px; color: var(--tt-3);}
.comment-item__date {color: var(--tt-2); font-size: 11px;}
.comment-item__badge {display: inline-flex; align-items: center; min-height: 18px; margin: 0; padding: 2px 7px; border-radius: 10px;
	background: var(--bg-2); color: var(--tt-2); font-size: 10px; line-height: 1;}
.comment-item__header--admin .comment-item__badge {background: var(--bg-2);}
.comment-item__main {margin: 5px 0 4px; font-size: 14px; line-height: 1.48;}
.comment-item__main a {color: var(--tt-accent);}
.comment-item__footer {min-height: 30px; padding-left: 42px;}
.comment-item__footer, .comment-item__controls {gap: 10px; font-size: 12px;}
.comment-item__rating a {color: var(--tt-3);}
.comment-item__rating a > span {font-weight: 600;}
.comment-item__rating a::before {width: 14px; height: 14px; display: inline-block; vertical-align: top; margin-right: 5px;}
.comment-item__menu {position: relative; flex: 0 0 auto; margin-left: 8px;}
.comment-item__menu summary {display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--tt-2);
	cursor: pointer; list-style: none;}
.comment-item__menu summary::-webkit-details-marker {display: none;}
.comment-item__menu summary:hover {background: var(--bg-2); color: var(--tt);}
.comment-item__menu summary .fal {margin: 0;}
.comment-item__controls {position: absolute; z-index: 20; top: 34px; right: 0; min-width: 135px; padding: 6px; border: 1px solid var(--bdc);
	border-radius: 6px; background: var(--bg); box-shadow: 0 8px 24px rgba(0,0,0,.22);}
.comment-item__controls li {display: block; height: auto; margin: 0; line-height: normal;}
.comment-item__controls a {display: block; padding: 8px 10px; border-radius: 4px; color: var(--tt-2);}
.comment-item__controls a:hover {background: var(--bg-2); color: var(--tt); text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-right: -10px;}
.comments-tree-list {--comment-tree-line: rgba(177,177,177,.32); display: block;margin: 0;padding: 0;list-style: none;}
.comments-tree-list .comments-tree-list {position: relative; margin: 0 0 0 34px; padding-left: 0; border-left: 1px solid var(--comment-tree-line);}
.comments-tree-list .comments-tree-list .comments-tree-list {margin-left: 32px;}
.comments-tree-item {display: block; position: relative; margin: 0; padding: 0;}
.comments-tree-list .comments-tree-list > .comments-tree-item::before {content: ''; position: absolute; z-index: 1; left: -1px; top: -1px;
	width: 17px; height: 25px; box-sizing: border-box; background: var(--bg);
	border-left: 1px solid var(--comment-tree-line); border-bottom: 1px solid var(--comment-tree-line);
	border-bottom-left-radius: 12px;}
.comments-tree-list .comments-tree-list > .comments-tree-item:last-child::after {content: ''; position: absolute; z-index: 2;
	left: -2px; top: 25px; bottom: 0; width: 3px; background: var(--bg); pointer-events: none;}
.comments-tree-item:has(> .comments-tree-list) > div > .comment-item::after {content: ''; position: absolute; left: 34px; top: 51px; bottom: -1px;
	border-left: 1px solid var(--comment-tree-line);}
.comments-tree-list .comments-tree-list .comments-tree-item:has(> .comments-tree-list) > div > .comment-item::after {left: 32px; top: 43px;}
.comments-tree-list .comments-tree-list > .comments-tree-item > div > .comment-item {margin: 0; padding-top: 10px; padding-bottom: 8px;
	border: 0; border-radius: 0; background: transparent;}
.comments-tree-list .comments-tree-list .comment-item__header,
.comments-tree-list .comments-tree-list .comment-item__main {padding-left: 40px;}
.comments-tree-list .comments-tree-list .comment-item__footer {padding-left: 40px;}
.comments-tree-list .comments-tree-list .comment-item__img {width: 28px; height: 28px;}
.comments-tree-list .comments-tree-list .comment-item__letter {font-size: 13px;}
.comment-replies-toggle {position: relative; display: inline-flex; align-items: center; gap: 10px; min-height: 36px;
	margin: 0 0 8px 42px; padding: 4px 10px; border: 0; border-radius: 18px; background: transparent;
	color: var(--tt-3); font: inherit; font-size: 12px; font-weight: 600; cursor: pointer;}
.comment-replies-toggle:hover {background: var(--bg-2); color: var(--tt-accent);}
.comment-replies-toggle::before {content: ''; position: absolute; left: -8px; top: -10px; width: 8px; height: 27px;
	box-sizing: border-box; background: var(--bg); border-left: 1px solid var(--comment-tree-line);
	border-bottom: 1px solid var(--comment-tree-line); border-bottom-left-radius: 9px; pointer-events: none;}
.comment-replies-toggle::after {content: ''; width: 7px; height: 7px; margin: -4px 2px 0 0;
	border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg);
	transition: transform .18s ease, margin .18s ease;}
.comment-replies-toggle[aria-expanded="true"]::before {top: -10px; bottom: -8px; width: 0; height: auto; background: transparent;
	border-left: 1px solid var(--comment-tree-line); border-bottom: 0; border-radius: 0;}
.comment-replies-toggle[aria-expanded="true"]::after {margin-top: 4px; transform: rotate(225deg);}
.comments-tree-list[hidden] {display: none !important;}
.comment-item--permalink-target {border-radius: 8px; animation: comment-permalink-highlight 2.5s ease-out;}
@keyframes comment-permalink-highlight {
	0%, 28% {background: rgba(0,168,191,.18); box-shadow: inset 3px 0 0 var(--tt-accent);}
	100% {background: transparent; box-shadow: inset 3px 0 0 transparent;}
}
@media (prefers-reduced-motion: reduce) {
	.comment-item--permalink-target {animation: none; background: rgba(0,168,191,.12); box-shadow: inset 3px 0 0 var(--tt-accent);}
}

.comment-item__rating {display: flex; align-items: center; gap: 2px; white-space: nowrap; font-size: 12px;}
.comment-item__rating a {display: grid; place-items: center; width: 28px; height: 28px; margin: 0; border-radius: 50%; color: var(--tt-2);}
.comment-item__rating a:hover {background: var(--bg-2); color: var(--tt);}
.comment-item__rating a > span:first-child, .comment-item__rating a:last-child > span:first-child {margin: 0; color: inherit;}
.comment-item__rating .fal {margin: 0;}
.comment-item__reply {flex: 0 0 auto !important;}
.comment-item__reply a {display: inline-flex; align-items: center; min-height: 28px; margin: 0; padding: 0 8px; border-radius: 14px;
	color: var(--tt-2); font-size: 12px; font-weight: 600;}
.comment-item__reply a:hover {background: var(--bg-2); color: var(--tt); text-decoration: none;}
.comment-item__controls a:not(:hover) {color: var(--tt-2);}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}

	.signature {
		font-size: .9em;
		opacity: .5;
		margin-top: .9em;
		margin-bottom: .9em;
	}

/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px; background-color: var(--ui-bg-darker);}
.login__title {font-size: 17px; font-weight: 600; padding: 1px 0; text-transform: capitalize;}
.login__close {cursor: pointer; font-size: 24px; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--tt-2); margin-left: 10px; font-weight: 400; color: var(--tt-2);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 14px; color: var(--tt-2);}
.login__caption {font-size: 14px; color: var(--tt); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--tt-accent);}
.login__input input {padding-left: 40px;}
.login__row .fal {opacity: 0.5; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: var(--ui-bg-darker); padding: 20px 40px; text-align: center;}
.login__social-caption {font-size: 11px; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__social-btns .login__social-telegram {display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px;
	border-radius:50%; background:#229ed9; color:#fff;}
.login__social-telegram svg {width:18px; height:18px; fill:currentColor;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block; border-radius: 6px; padding: 10px; text-align: center; white-space: nowrap;
	background-color: var(--ui-bg-darker); box-shadow: inset 0 0 10px rgba(0,0,0,0.1); font-size: 13px;}
.login__menu .fal {display: block; height: 30px; font-size: 24px; opacity: 0.3;}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
 .owl-nav {position: absolute; left: 0; right: 0; top: 50%;}
 .owl-prev, .owl-next {display: flex; cursor: pointer; box-shadow: none; width: 40px; height: 50px; border-radius: 5px; 
	background: none; color: var(--tt); position: absolute; top: 0; font-size: 30px; margin-top: -40px;}
 .owl-prev {left: -50px;}
 .owl-next {right: -50px;}
 .owl-prev:hover, .owl-next:hover {background: var(--bg-dark) !important; color: #fff !important;}
 .owl-dots {text-align: center; position: absolute; left: 0; right: 0; bottom: -37px;}
 .owl-dot {display: inline-block; width: 16px; height: 16px; border-radius: 50%; 
	cursor: pointer; background: var(--bg); margin: 0 5px; box-shadow: var(--bsh-2);}
.owl-dot.active, .owl-dot:hover {background: var(--accent-green);}
.sect--carou .owl-nav {left: auto; top: -10px; display: flex; gap: 10px;}
.sect--carou .owl-prev, .sect--carou .owl-next {position: static; width: 30px; height: 30px; border-radius: 4px; 
	font-size: 18px; background-color: var(--bg-dark); color: #fff;}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.6; background-color: #000; cursor: pointer; display: none;}
.mobile-menu {width: 300px; height: 100%; overflow-x: hidden; overflow-y: auto;
	padding: 0px 0; z-index: 999; position: fixed; left: -320px; top: 0; transition: left .4s; background: var(--bg);}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: grid; place-items: center; left: 300px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; padding: 0; line-height: 1; text-align: center; font-size: 0; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close > span {position: relative; display: block; width: 16px; height: 16px;}
.mobile-menu-close > span::before, .mobile-menu-close > span::after {content: ''; position: absolute; left: 50%; top: 50%;
	width: 15px; height: 2px; border-radius: 2px; background: currentColor; transform-origin: center;}
.mobile-menu-close > span::before {transform: translate(-50%,-50%) rotate(45deg);}
.mobile-menu-close > span::after {transform: translate(-50%,-50%) rotate(-45deg);}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu {margin: 0; display: block;}
.mobile-menu .header__menu > li > a {height: 50px; border-bottom: 1px solid var(--bdc); padding: 0 20px;}
.mobile-menu .header__menu-hidden a {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 5px 0;}
.mobile-menu .header__menu-hidden {background-color: var(--bg-2); position: static; box-shadow: none;
	opacity: 1; visibility: visible; transform: none; border: 0; width: 100%; display: grid; border-radius: 0;
	gap: 5px 10px; grid-template-columns: repeat(auto-fill,minmax(100px,1fr)); padding: 10px 20px; font-size: 12px;}

@media screen and (max-width: 1220px) {
	body {background-image: none;}
	.wrapper {padding: 0; background-image: none; overflow: hidden;}
	.wrapper-container, .header, .footer {max-width:1000px; border-radius: 0;}
	.header .header__menu, .has-overlay__icon, .poster .poster__fav, .poster__btn-info, 
	.cols__right .js-this-in-mobile-menu {display: none;}
	.header {padding-top: 20px; padding-bottom: 20px;}
	.header__btn-menu {display: flex; margin-left: 10px; padding: 0; width: 40px; font-size: 18px;}
	.header__btn-login {background-color: var(--bg); color: var(--tt-3); box-shadow: 0 0 0 1px var(--bdc);}
	.header__search {flex: 1 1 0; max-width: 100%; min-width: 50px;}
	#scrolltop {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.carou__content > .poster, .sect__content--carousel:not(.owl-carousel) > .poster {width: calc((100% - 100px)/6);}
	.sect__ctrl-menu {min-width: 100%;}
	.cols {display: block;}
	.cols__right {margin-top: 60px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.editor-choice__grid {grid-template-columns: repeat(2,minmax(0,1fr));}
	.thematic__grid {grid-template-columns: repeat(3,minmax(0,1fr));}
	.carou__content > .poster, .sect__content--carousel:not(.owl-carousel) > .poster {width: calc((100% - 80px)/5);}
	.card__bottom .btn {width: 100%;}
	.card__meta.flex-grow-1 {margin: 0;}
	.linek__img {margin: 0px; margin-right: 10px;}
	.linek {padding: 10px;}
	.count-items .linek::before {right: 10px; margin-top: -20px;}
}

@media screen and (max-width: 760px) {
	.wrapper-container {max-width:640px;}
	.editor-choice {padding: 25px var(--indent);}
	.continue-listening {padding: 14px var(--indent);}
	.continue-listening__dismiss {top: 26px; right: 32px;}
	.carou__head {display: block;}
	.carou__head .carou-caption {margin-bottom: 15px;}
	.top-listens__tabs {display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px;}
	.top-listens__tabs button {min-width: 0; padding: 0 6px; font-size: 12px;}
	.carou__content > .poster, .sect__content--carousel:not(.owl-carousel) > .poster {width: calc((100% - 40px)/3);}
	.header__search {order: 10; min-width: 100%; margin: 0; margin-top: 20px;}
	.logo {flex: 1 1 0; min-width: 50px; max-width: 100%; margin-right: 10px;}
	.sect__ctrl-menu li, .sect__ctrl-menu li a, .sect__ctrl-menu label, 
	.sect__ctrl-menu label div {justify-content: center; flex-grow: 1; text-align: center;}
	.footer__top, .footer__bottom, .footer__menu, .footer__text {justify-content: center; min-width: 100%; text-align: center;}
	.footer__menu {gap: 20px; margin-bottom: 20px;}
	.sect__ctrl-menu {gap: 10px;}
	.sect__ctrl-menu a, .sect__ctrl-menu label div {background-color: var(--bg); color: var(--tt); border-radius: 4px; padding: 0 10px;}
	.card {grid-template-columns: 120px minmax(0,1fr); grid-template-rows: min-content min-content 1fr; 
		grid-template-areas: "cimg ctitle" "cimg cbtm" "cdesc cdesc"; gap: 15px 10px;}
	.card__img {height: 180px;}
	.card__bottom {align-self: flex-end;}
	.card .poster__fav {right: auto; top: 100px; left: 150px;}
	.card__rating-ext span {display: none;}
	.card__title {padding: 0; margin: 0;}
	.linek {align-items: flex-start;}
	.linek .poster__fav {position: static; margin-top: 10px;}
	.linek__title {padding: 0;}
	.linek__meta {margin-top: 5px;}
	.linek .card__btn {width: calc(100% + 90px);}
	.blog-card {padding: 12px 10px;}
	.blog-card__title {display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: clip;
		-webkit-box-orient: vertical; -webkit-line-clamp: 3; line-height: 1.35;}
	.blog-card__excerpt {display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical;
		-webkit-line-clamp: 2; line-height: 1.4;}
	.blog-card__footer {display: grid !important; grid-template-columns: minmax(0,1fr); align-items: center; gap: 4px;}
	.blog-card__byline {min-width: 0;}
	.blog-card__meta-row {justify-content: space-between; gap: 12px; margin-left: 0; min-width: 0;}
	.blog-card__stats {gap: 10px;}
	.blog-card__views-label {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
		overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;}
	.blog-card .card__btn {display: none;}
	.top100-page__header {margin-bottom: 14px;}
	.top100-page__header .sect__header {font-size: 22px; line-height: 1.25;}
	.top100-page__header p {font-size: 12px;}
	.top100-jumps {display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 6px; margin-bottom: 14px;}
	.top100-jumps > span {grid-column: 1 / -1;}
	.top100-jumps a {min-height: 36px; padding: 0 4px;}
	.top100-card {align-items: flex-start; padding: 10px;}
	.top100-card__cover-wrap {margin: 0 10px 0 0;}
	.top100-card__title {display: -webkit-box; overflow: hidden; padding: 0; white-space: normal; text-overflow: clip;
		-webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.35;}
	.top100-card__author {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.top100-card__categories {display: none;}
	.top100-card__duration {margin-top: 4px;}
	.top100-card .top100-card__favorite {position: static; width: max-content; margin: 8px 0 0 auto; opacity: 1;
		visibility: visible; transform: none;}
	.top100-card__footer {gap: 8px 10px; margin-top: 8px !important;}
	.top100-card .card__rating-ext::before {content: '\2605'; min-width: 24px; justify-content: center; padding: 0 6px; font-size: 14px;}
	.top100-card .card__rating-ext span {display: inline;}
	.top100-card__comments {min-width: max-content;}
	.top100-card .top100-card__listen {width: calc(100% + 90px);}
	.count-items .linek::before {right: 10px; margin-top: -5px; top: 10px; transform: none;}
    .carou-caption {text-align: center;}

	.pmovie {border-radius: 0; margin: 0 var(--indent-negative); margin-top: -20px;}
	.pmovie__main {grid-template-areas: "pimg pheader" "plist plist"; 
		grid-template-columns: 120px minmax(0,1fr); gap: 15px 10px;}
	.pmovie__header h1 {font-size: 18px; display: block; overflow: visible;}
	.pmovie__list li {padding-left: 130px;}
	.pmovie__img {width: 120px; height: 180px;}
	.pmovie__rating {position: absolute; left: 100%; bottom: 0; margin: 0 0 0 10px; width: 190px;}
	.pmovie__rating--10-stars {bottom: 13px; width: 200px;}
	.pmovie__rating--4 {min-width: 190px; width: calc(100vw - 170px);}
	.pmovie__header {padding: 0;}
	.pmovie__header .poster__fav {position: static; margin-top: 20px; display: inline-flex;}
	.tabs-block__select button {flex-grow: 1;}
	.pmovie__related .grid-items {display: flex; grid-template-columns: none; gap: 12px; overflow-x: auto; overflow-y: hidden;
		padding-bottom: 10px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; scrollbar-width: thin;}
	.pmovie__related .grid-items > .poster {flex: 0 0 132px; width: 132px; min-width: 0; scroll-snap-align: start;}
	
	.page__text .quote {margin-left: var(--indent-negative); margin-right: var(--indent-negative); padding-right: var(--indent);}
	.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {font-size: 18px;}
	
	/* Compact mobile comment tree: keep five DLE levels readable without
	   letting the ancestor rails consume the text column. */
	.comments-tree-list .comments-tree-list {margin-left: 28px; padding-left: 0; border-left-color: var(--comment-tree-line);}
	.comments-tree-list .comments-tree-list .comments-tree-list {margin-left: 17px;}
	.comments-tree-list .comments-tree-list .comments-tree-list .comments-tree-list {margin-left: 10px;}
	.comments-tree-list .comments-tree-list > .comments-tree-item::before {left: -1px; width: 7px; height: 25px;
		border-left-color: var(--comment-tree-line); border-bottom-color: var(--comment-tree-line);}
	.comments-tree-list .comments-tree-list > .comments-tree-item > div > .comment-item {padding-left: 8px; padding-right: 8px;}
	.comments-tree-item:has(> .comments-tree-list) > div > .comment-item::after {left: 28px; border-left-color: var(--comment-tree-line);}
	.comments-tree-list .comments-tree-list .comments-tree-item:has(> .comments-tree-list) > div > .comment-item::after {left: 17px;}
	.comments-tree-list .comments-tree-list .comments-tree-list .comments-tree-item:has(> .comments-tree-list) > div > .comment-item::after {left: 10px;}
	.comment-replies-toggle {margin-left: 36px; min-height: 36px; padding-left: 8px;}
	.page__comments {margin-right: 0; margin-left: 0; border: 1px solid rgba(117,123,133,.42); border-radius: 12px;}
	.page__comments-psform, .comment-item, .page__comments-title {padding-left: 14px; padding-right: 14px;}
	.add-comments-form__input {min-width: 0; margin: 0;}
	.add-comments-form__actions {display: grid; grid-template-columns: minmax(0,1fr) auto;}
	.add-comments-form__btn {width: 100%;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
	.grid-items, #dle-content {grid-template-columns: repeat(auto-fill,minmax(120px,1fr));}
	.favorites-hero {display: block; margin-right: var(--indent-negative); margin-left: var(--indent-negative); padding: 18px var(--indent); border-right: 0; border-left: 0; border-radius: 0;}
	.favorites-hero__title {font-size: 20px;}
	.favorites-hero__actions {display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.35fr); margin-top: 16px;}
	.favorites-count {white-space: normal;}
	.favorites-clear {padding: 0 10px; white-space: normal; text-align: center; line-height: 1.25;}
	.persons-page__header h1 {font-size: 21px;}
	.persons-catalog__tools {align-items: stretch; flex-direction: column; gap: 8px;}
	.persons-catalog__status {align-self: flex-start; min-height: 34px;}
	.persons-catalog__alphabet {flex-wrap: nowrap; margin-right: var(--indent-negative); margin-left: var(--indent-negative); padding-right: var(--indent); padding-left: var(--indent);
		border-right: 0; border-left: 0; border-radius: 0; overflow-x: auto; scrollbar-width: thin;}
	.persons-catalog__alphabet button {flex: 0 0 auto;}
	.persons-catalog__list {grid-template-columns: 1fr;}
	.sect--carou .sect__title {min-width: calc(100% + 80px); margin-right: -80px;}
	.home-discovery {margin: 30px var(--indent-negative) 0; padding: 20px var(--indent); border-left: 0; border-right: 0;}
	.home-discovery__header {display: block; margin-bottom: 15px;}
	.home-discovery__header h2 {font-size: 18px;}
	.home-discovery__header p {margin-top: 5px;}
	.home-discovery__links {display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px;}
	.home-discovery__links a {display: flex; align-items: center; min-height: 42px; padding: 8px 10px;}
	.home-discovery__more summary {width: 100%; justify-content: center;}
	.continue-listening {padding: 12px var(--indent);}
	.continue-listening__link {grid-template-columns: 48px minmax(0,1fr); gap: 11px; padding: 10px 46px 10px 10px;}
	.continue-listening__dismiss {top: 22px;}
	.continue-listening__cover {width: 48px; height: 72px;}
	.continue-listening__body strong {font-size: 14px;}
	.continue-listening__action {grid-column: 1 / -1; min-height: 36px;}
	.editor-choice__grid {display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity;}
	.editor-card {flex: 0 0 260px; scroll-snap-align: start;}
	.thematic {margin: 30px var(--indent-negative) 0; padding: 20px var(--indent); border-left: 0; border-right: 0;}
	.thematic__header {display: block; margin-bottom: 15px;}
	.thematic__header h2 {font-size: 18px;}
	.thematic__grid {display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity;}
	.thematic-card {flex: 0 0 245px; scroll-snap-align: start;}
	.add-comments-form__guest-fields {grid-template-columns: 1fr;}
	
	.pmovie__subtitle {font-size: 16px;}
	.pmovie__share-caption {display: none;}
	.pmovie__player-bottom, .tabs-block__content {margin-right: 0; margin-left: 0;}
}

@media screen and (max-width: 470px) {
	.pmovie {padding-left: 10px; padding-right: 10px;}
	.pmovie__main {grid-template-columns: 120px minmax(0,1fr); column-gap: 10px;}
	.pmovie__player-bottom, .tabs-block__content {margin-right: 0; margin-left: 0;}
	.wrapper-container123 {max-width:360px;}
	.carou__content > .poster, .sect__content--carousel:not(.owl-carousel) > .poster {width: calc((100% - 20px)/2);}
	.header__logo {font-size: 18px;}
	.header {padding-top: 10px; padding-bottom: 10px;}
	.header__search {margin-top: 10px;}
	.coll {height: 140px;}
	.cols__right {margin: 0 var(--indent-negative); margin-top: 40px;}
	.descr {padding-top: 40px;}
	.pagination__pages {padding-top: 20px;}
	.card__title h3 {font-size: 16px; padding: 0;
		display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
	.speedbar {margin-bottom: -20px;}
	.comment-item__date {width: auto;}
	.add-comments-form__actions {grid-template-columns: 1fr; gap: 6px;}
	.add-comments-form__cancel {width: 100%;}
	.comment-item {padding-top: 14px; padding-bottom: 14px;}
	.comment-item__header, .comment-item__main {padding-left: 42px;}
	.comment-item__footer {padding-left: 42px;}
	.comment-item__img {width: 32px; height: 32px;}
	.comments-tree-list .comments-tree-list .comment-item__header,
	.comments-tree-list .comments-tree-list .comment-item__main {padding-left: 36px;}
	.comments-tree-list .comments-tree-list .comment-item__footer {padding-left: 36px;}
	.comments-tree-list .comments-tree-list .comment-item__img {width: 28px; height: 28px;}
}

@media screen and (max-width: 383.98px) {
	.pmovie__main {row-gap: 30px;}
	.pmovie__rating {bottom: -22px; display: grid; grid-template-columns: auto minmax(0,1fr) 28px;
		grid-template-areas: "stars stars score" "caption votes votes"; align-items: center; gap: 3px 6px;}
	.pmovie__rating .unit-rating {grid-area: stars;}
	.pmovie__rating-caption {grid-area: caption; margin: 0; font-size: 11px; line-height: 1.3;}
	.pmovie__rating-votes {grid-area: votes; position: static; min-width: 0; font-size: 11px; line-height: 1.3; white-space: nowrap;}
	.pmovie__rating-score {grid-area: score; position: static; width: 28px; height: 28px;}
}


/* UPDATES
----------------------------------------------- */
@media screen and (min-width: 1220px) {
	.cols--no-cols {display: block;}
	.cols--no-cols .cols__right {margin-top: 60px;}
	.cols--no-cols .sb__grid {grid-template-columns: repeat(auto-fill,minmax(360px,1fr));}
}
.sb__grid {display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); counter-reset: num;}
.sb--mt {margin-top: 20px;}
.sb--mt .sb__title {border-bottom: 1px solid var(--bdc);}
.ftop-item .has-overlay__icon {padding: 0;}
.ftop-item {border-bottom: 1px solid var(--bdc); padding: 15px;}
.ftop-item, .ftop-item__desc {position: relative; z-index: 5;}
.ftop-item__img {width: 60px; border-radius: 4px; margin-right: 15px; z-index: 5;}
.ftop-item::before {content: counter(num); counter-increment: num; color: var(--tt-2); opacity: 0.3; 
	position: absolute; right: 15px; top: 50%; transform: translateY(-50%); font-size: 40px; font-weight: 700;}
.lcomm {font-size: 13px; border-bottom: 1px solid var(--bdc); padding: 15px;}
.lcomm__link {display: block; font-size: 12px; color: var(--tt-3); padding-left: 1px; font-weight: 500;}
.lcomm__date {font-size: 12px; color: var(--tt-2); margin-left: 10px;}
.lcomm__text {margin: 8px 0 10px 0; opacity: 0.66; -webkit-line-clamp: 3;}
.lcomm__author {font-weight: 500;}
.lcomm__av {width: 24px; height: 24px; border-radius: 50%; margin-right: 10px;}

.header__login-img {width: 40px; height: 40px; border-radius: 50%; cursor: pointer; margin-left: 20px;}
.header__favlink {font-size: 24px; display: grid; place-items: center; width: 30px; height: 30px; position: relative; margin-left: 20px;}
.header__favlink span {border-radius: 3px; background-color: var(--accent-red); color: #fff; 
	font-size: 10px; position: absolute; right: -10px; top: -1px; min-width: 20px; text-align: center;}
.header__login-panel {position: absolute; right: 0; top: 100%; width: 240px; padding-bottom: 10px;
	background-color: var(--bg); box-shadow: 0 10px 20px rgba(0,0,0,0.3); border-radius: 6px; margin-top: 15px;}
.header__login-header {padding: 20px; color: var(--tt); font-weight: 600; gap: 20px; border-bottom: 1px solid var(--bdc);
	background-color: var(--ui-bg-darker); margin-bottom: 10px; border-radius: 6px 6px 0 0;}
.header__login-avatar {width: 40px; height: 40px; border-radius: 50%;}
.header__login-group span {font-size: 12px; font-weight: 400; margin-top: 2px; 
	display: block; color: var(--ui-tt-fade) !important;}
.header__login-menu a {display: flex; align-items: center; min-height: 30px; padding: 0 20px 0 0;}
.header__login-menu a i {width: 40px; text-align: center; color: var(--accent-red);}
.header__login-menu-border {border-top: 1px solid var(--bdc); margin-top: 10px; padding-top: 10px;}
.header__login-menu a span {font-size: 12px; margin-left: auto;}
.header__login-menu a:hover {color: var(--accent-green);}
.header__login-img:hover {opacity: 0.8;}

.pmovie__franchise .sect__title {font-size: 18px; font-weight: 600;}
.fr-list {counter-reset: num; display: flex; flex-direction: column-reverse; margin-bottom: -30px;}
.fr::before {content: counter(num); counter-increment: num; width: 40px; text-align: center; margin-top: -1px; 
	color: var(--tt-accent); font-weight: 600; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.fr {cursor: pointer; position: relative; padding: 6px 10px; padding-left: 40px; border-radius: 4px;}
.fr:nth-child(2n) {background-color: var(--bg-2);}
.fr__title {display: inline-block; max-width: 100%; line-height: 20px; height: 20px; font-weight: 400;}
.fr:hover {box-shadow: 0 0 0 1px var(--bdc); z-index: 3;}
.fr__rating {background: var(--accent-gray); color: #fff; font-weight: 700; font-size: 12px; width: 30px; height: 30px; border-radius: 15px;}
.clrrating-1, .clrrating-2, .clrrating-3, .clrrating-4 {background-color: var(--accent-red);}
.clrrating-7, .clrrating-8 {background-color: var(--accent-green);}
.clrrating-9, .clrrating-10 {background-color: var(--accent-gold);}
.is-active .fr__title {font-weight: 600; color: var(--tt-3);}
.fr.is-active::before {content: ""; display: block; left: 13px; 
	background-size: 13px 15px; background-repeat: no-repeat; width: 13px; height: 15px; 
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='15px' viewBox='0 0 13 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='sprite' transform='translate(-170.000000, -111.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='play_black' transform='translate(170.000000, 111.000000)'%3E%3Cpath d='M12.508581,8.36085 L1.50873,14.86076 C1.033253,15.14173 0.420037,14.98404 0.139074,14.50857 C0.048028,14.35449 0,14.1788 0,13.99984 L0,1 C0,0.44772 0.447715,0 1,0 C1.178966,0 1.354653,0.04803 1.50873,0.13908 L12.508581,6.63899 C12.984057,6.91996 13.141741,7.53317 12.860778,8.00865 C12.774963,8.15388 12.653806,8.27503 12.508581,8.36085 Z' id='Triangle'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.dt-is-active .fr.is-active::before {filter: invert(0.8);}
.pmovie__btn-scroll {margin-top: 6px; padding: 0 10px; height: 24px; gap: 5px; font-size: 12px; border-radius: 3px;}
@media screen and (max-width: 760px) {
	.pmovie .poster__fav {display: flex; justify-content: space-between; gap: 10px;}
	.pmovie__btn-scroll {margin: 0; flex-grow: 1; padding: 0;}
	.pmovie__btn-scroll span {display: none;}
	.pmovie__btn-scroll::before {content: attr(data-mobtext); display: inline;}
}
@media screen and (max-width: 590px) {
	.header__favlink {margin: 0 10px;}
	.header__login-img {margin-left: 10px;}
}
figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}

.mce-accordion summary {
	cursor: pointer;
}

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 12px 27px;
	border-radius: 10px;
	outline: none;
	background-color: #f44336;
	color: #fff;
	text-shadow: 0 1px #333;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: all ease .1s; transition: all ease .1s;
}

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}

.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
	html {scroll-behavior: auto !important;}
	*, *::before, *::after {scroll-behavior: auto !important; animation-duration: .01ms !important;
		animation-iteration-count: 1 !important; transition-duration: .01ms !important;}
}

@media (prefers-contrast: more) {
	:root {--bdc: #777; --tt-2: #4a4a4a;}
	.dt-is-active {--bdc: #8294a3; --tt-2: #e2e8ed;}
}

@media screen and (max-width: 590px) {
	.blog-story-nav {grid-template-columns: 1fr;}
	.blog-story-nav__item--next {grid-column: 1;}
}
