/* BASIC LAYOUT
----------------------------------------------- */
.list__buttons-left .page__tooltip {width:100%; display: flex; margin:10px 0 0 0;}
.page__rating-list {text-align:left !important; margin:0 0 0 10px;}
.wrapper {min-width: 320px; position: relative; overflow: hidden; overflow: clip;}
.wrapper__container {max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper__container--main {background-color: var(--bg); padding: 0 var(--indent);}
.header {padding-top: 30px; padding-bottom: 30px; box-shadow: var(--bsh);}
.carou, .footer {background: var(--gradient), url(../images/bg.jpg); 
	padding-top: 40px; padding-bottom: 40px; background-blend-mode: color; 
	color: #fff; --bdc: rgba(255,255,255,0.2); --tt: #fff; --tt-fade: rgba(255,255,255,0.66); }
.cols {display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 50px; padding: 50px 0;
	min-height: 100vh; grid-template-areas: "sidebar content";}
.cols__content {grid-area: content;}
.cols__sidebar {grid-area: sidebar;}
.footer__two {border-top: 1px solid var(--bdc); padding-top: 20px; margin-top: 40px; margin-bottom: -20px;}
.col2 .cols {grid-template-columns: minmax(0,1fr) 320px; grid-template-areas: "content sidebar";}

.has-branding {padding-top: 140px; background-color: #000;}
.has-branding .wrapper__container--main {overflow: hidden;}

.scrolltop {position: fixed; width: 40px; height: 40px; right: 10px; bottom: 10px; padding: 0;
	z-index: 990; border-radius: 50%; font-size: 18px; opacity: 0; scale: 0 0;}
.scrolltop.is-active {scale: 1 1; opacity: 1;}
.overlay {position: fixed; z-index: 998; left: 0; top: 0; width: 100%; height: 100%; 
	opacity: 0.8; background-color: #1d1924; cursor: pointer; display: none;}


/* HEADER, TOPMENU, CAROU
----------------------------------------------- */
.logo {position: relative; text-transform: uppercase; padding-left: 100px; min-height: 40px; font-weight: 700; margin: -5px 0;}
.logo::before {content: ''; width: 80px; aspect-ratio: 1 / 1; position: absolute; left: 0; top: 50%; 
	background: url(../images/logo.svg) 0 0 / contain no-repeat; translate: 0 -50%; margin-top: -10px;}
.logo__title {font-size: 24px; font-weight: 700; letter-spacing: 5px;}
.logo__subtitle {font-size: 12px; color: var(--tt-fade); letter-spacing: 3px; 
	border-top: 3px dotted var(--bdc); margin-top: 8px; padding-top: 1px;}
.lt .header__logo {--tt-fade: rgba(0,0,0,0.3);}
.logo span {position: relative; display: inline-block; padding: 5px 5px; margin-right: 7px;
	background-color: var(--accent); color: #fff; vertical-align: middle;}
.logo span::before, .logo span::after {content: ''; position: absolute; left: 0; bottom: 100%; width: 100%; height: 5px;
	background-image: linear-gradient(to bottom right, transparent 50.5%, var(--accent) 50.5%),
	linear-gradient(to bottom left, transparent 50.5%, var(--accent) 50.5%);
	background-repeat: repeat-x, repeat-x; background-position: 5px 0, 5px 0; background-size: 10px 10px, 10px 10px;}
.logo span::after {bottom: auto; top: 100%; scale: 1 -1; transform-origin: center top; margin-top: 5px;}
.logo:has(img) {background: none; min-width: 200px; margin: 0;}
.logo:has(img)::before {display: none;}
.logo img {display: block; position: absolute; left: 0; top: 50%; translate: 0 -50%; max-height: 100%;}
.dt .header__theme-select::before {content:"\f755";}
.header__theme-select {opacity: 0.6; color: var(--accent);}
.header__btn-login::before {width: 40px; height: 40px; border-radius: 50%; 
	background: rgba(35, 79, 145, 0.3); color: #fff;}
.header__ava {width: 40px; cursor: pointer;}
.header__btn1 span {position: absolute; right: 0; top: 0; padding: 1px 3px; font-size: 10px; border-radius: 3px; 
	background-color: var(--accent); color: #fff; display: inline-block; 
	text-align: center; min-width: 20px; line-height: 1.3;}

.search-block {position: relative; margin: 0 20px;}
.search-block__input, .search-block__input:focus {padding: 0 50px 0 15px; 
	--bdc: rgba(35, 79, 145, 0.3); border-width: 2px;}
.search-block__input:not(:focus)::placeholder {color: var(--tt-fade);}
.search-block__btn {position: absolute; right: 0; top: 0; height: 40px; 
	font-size: 16px; width: 46px; color: var(--accent); opacity: 0.6;}


/* SECTION
----------------------------------------------- */
.sect:not(:last-child) {margin-bottom: 40px;}
.sect__header {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.sect__title {font-size: 18px; font-weight: 700; text-transform: uppercase;}
.sect__link {height: 30px; border-radius: 4px; padding: 0 10px; text-transform: uppercase; font-weight: 500; opacity: 0.6;
	color: var(--accent); border: 1px solid var(--accent); font-size: 12px; margin: -5px 0; display: flex; align-items: center;}
.ya-share2 {min-height: 24px;}
.speedbar {color: var(--accent); --tt: var(--accent); font-size: 12px; margin-bottom: 20px; opacity: 0.6;}
.speedbar a::after {content:"\f178"; margin: 0 10px;}
.carou__caption {text-align: center; margin-bottom: 40px; letter-spacing: 1px; padding: 0 50px;
	font-weight: 700; font-size: 24px; text-transform: uppercase; line-height: 1.2;}
.sect:has(.has-carousel) .sect__header {padding-right: 80px;}

.descr {padding-top: 25px; border-top: 1px solid var(--bdc); color: var(--tt-fade-0); 
	display: grid; gap: 15px; margin-top: 80px;}
.descr :is(h1,h2,h3) {font-size: 18px; font-weight: 700; text-transform: uppercase; color: var(--tt);}
.descr a {text-decoration: underline; color: var(--accent);}
.descr a:hover {text-decoration: none;}
.descr ul li {position: relative; padding-left: 25px; margin-left: 25px;}
.descr ul li::before {content:"\f00c"; color: var(--accent); position: absolute; left: 0; top: 0;}


/* ITEM
----------------------------------------------- */
.item__ext-rating-item {font-size: 13px; padding-left: 30px; line-height: 20px;}
.item__ext-rating-item.allo {background: url(../images/allo.svg) 0 center / 20px no-repeat;}
.item__ext-rating-item.kp {background: url(../images/kp.svg) 0 center / 20px no-repeat;}
.item__ext-rating-item.imdb {background: url(../images/imdb.svg) 0 center / 20px no-repeat;}
.item__ext-rating-item.mdl {background: url(../images/mdl.svg) 0 center / 20px no-repeat;}
.item__ratingscore-ring {width: 50px; font-weight: 500; font-size: 16px;}
.item__ratingscore-ring svg {position: absolute; left: 0; top: 0; fill: none; transform: rotate(-90deg);}
.item__ratingscore-ring svg circle {fill: inherit; stroke: rgba(255,255,255,0.4);}
.item__ratingscore-ring svg circle:nth-child(2) {stroke: var(--yellow);}
.item__rating-block {position: relative; padding-right: 65px;}
.item__rating-votes {font-size: 12px; text-align: right; color: var(--tt-fade); margin-top: 0px;}
.item__rating-block .item__ratingscore-ring {position: absolute; right: 0; top: 50%; translate: 0 -50%;}
.item__rating-block .unit-rating { --size: 22px; --size-1: -22px; --size-2: -44px; position: relative; right: -5px;}
.item__rating-block .item__ratingscore-ring svg circle:first-child {stroke: rgba(0,0,0,0.1);}
.item-poster .unit-rating li {background-image:url(../dleimages/rating2.svg)}

.item__img {box-shadow: var(--bsh); overflow: hidden;}
.item__img-overlay {position: absolute; inset: 0; z-index: 5; pointer-events: none; opacity: 0;
	background-color: rgba(0,0,0,0.66); color: #fff; justify-content: flex-start; padding-top: 40px;}
.item__img-overlay::after {position: absolute; left: 20px; right: 20px; bottom: 20px; translate: 0 0; 
	display: inline-block; padding: 6px 20px; font-size: 12px; text-transform: uppercase; font-weight: 500; 
	border: 1px solid #fff; content: attr(data-text); text-align: center;}
.item__tags a {height: 30px; border-radius: 4px; padding: 0 10px; text-transform: uppercase; font-weight: 500; opacity: 0.6;
	color: var(--accent); border: 1px solid var(--accent); font-size: 12px; display: flex; align-items: center;}
.item__meta {padding: 6px 0; border: 1px dashed var(--bdc); border-left: 0; border-right: 0; 
	font-size: 12px; color: var(--tt-fade); --bdc: #bdbdbd;}

.item__fav > span, .item__fav > a {cursor: pointer; display: grid; place-items: center; aspect-ratio: 1 / 1; margin: -5px 0;
	width: 36px; border-radius: 4px; background-color: var(--bg-darker); color: var(--bg-darkest); font-size: 18px;}
.item__fav:has(.fav-added) > a {background-color: var(--green); color: #fff;}
.item__list {line-height: 1.3; font-size: 14px;}
.item__list li > span:first-child {font-weight: 500; margin-right: 5px;}
.item__list a {color: var(--accent); text-decoration: underline;}


/* ITEM POSTER, SHORTSTORY, NEWS
----------------------------------------------- */
.grid-items:has(.item-poster) {grid-template-columns: repeat(4,minmax(0,1fr));}
.item-poster__votes {opacity: 0.8; font-size: 12px; line-height: 1; margin-top: -10px;}
.item-poster__title {font-weight: 500; line-height: 1.3; margin-bottom: 3px;}
.item-poster__subtitle {color: var(--tt-fade); font-size: 12px;}

.item-card {display: grid; gap: 20px; grid-template-columns: 140px minmax(0,1fr); grid-template-rows: auto 1fr; 
	grid-template-areas: "img header" "img desc";}
.item-card__img {grid-area: img; cursor: pointer;}
.item-card__title {font-size: 16px; font-weight: 500; line-height: 1.3;
	display: inline-block; max-width: 100%; margin-bottom: 16px;}
.item-card__title span {color: var(--accent); opacity: 0.6;}
.item-card .item__ratingscore-ring svg circle:first-child {stroke: rgba(0,0,0,0.1);}
.item-card__header {grid-area: header;}
.item-card__desc {grid-area: desc;}

.item-news__img {aspect-ratio: 3 / 1.5;}
.item-news__title {color: var(--accent); text-decoration: underline dashed; font-weight: 500; line-height: 1.5; font-size: 15px;}
.item-news__date {font-size: 12px; color: var(--tt-fade); margin-top: -8px; margin-bottom: -2px;}

.items-text-one-line {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; line-height: 1.5;}


/* TRAILER POPUP
----------------------------------------------- */
.trl {background-color: rgba(0,0,0,0.9); position: fixed; z-index: 990; left: 0; top: 0; 
	width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; backdrop-filter: blur(10px);}
.trl__close {position: absolute; right: 20px; top: 20px; font-size: 40px; color: #fff;}
.trl__inner {width: 100%; max-width: 700px; margin: 0 auto; color: #fff; padding: 80px 20px 20px 20px;}
.trl__btn {height: 40px; padding: 0 40px; margin: 15px 0; width: 100%;}
.trl h1 {margin-bottom: 15px; margin-top: 20px; font-size: 24px;}
.trl .page__text, .trl .full-text {color: #ccc; margin: 0px; padding: 0; background: none;}
.trl-is-opened {overflow: hidden;}


/* SIDEBAR
----------------------------------------------- */
.sb__title {background-color: var(--accent); color: #fff; text-transform: uppercase; margin-bottom: 20px;
	padding: 14px 20px; font-weight: 700; font-size: 18px; border-radius: 4px;}
.sb__menu a {display: flex; align-items: center; gap: 10px; padding: 5px 0; 
	border-bottom: 1px dashed var(--bdc); --bdc: #bdbdbd;}
.sb__menu a::before {content:"\f0da"; opacity: 0.3;}
.sb__menu-caption {font-weight: 700; text-transform: uppercase; margin-bottom: 10px; color: var(--accent); opacity: 0.6;}
.sb__menu li:not(.sb__menu-caption) + .sb__menu-caption {margin-top: 20px;}
.rkl--holder {display: grid; place-items: center; font-weight: 700; font-size: 24px;
	background: var(--bg-darker); color: rgba(0,0,0,0.2); height: 500px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.lt .footer__logo {--accent: #406194;}
.footer__notify {border-left: 1px solid var(--bdc); padding-left: 20px;}
.footer__copyright {font-size: 12px;}
.footer__menu {text-transform: uppercase; font-weight: 500; --tt: #fff;}

.pagination {gap: 20px 10px; padding-top: 40px; border-top: 1px solid var(--bdc);}
.pagination__pages a, .pagination__pages span, .pagination > a, .pagination > span 
{display: grid; place-items: center; color: var(--tt-fade);
	height: 36px; min-width: 36px; padding: 0 10px; border-radius: 3px; border: 1px solid var(--bdc);}
.pagination__pages {gap: 10px; font-size: 14px;}
.pagination__pages span:not(.nav_ext) {color: #fff; background: var(--accent);}
.pagination__btns {height: 36px; border-radius: 4px; overflow: hidden; background-color: var(--bg); box-shadow: var(--bsh);}
.pagination__btns > * {width: 40px; display: grid; place-items: center; color: var(--accent); font-size: 18px;}
.pagination__btns > span {color: var(--tt-fade);}
.pagination__btn-loader:has(span:not(.fal)) {display: none;}


/* INNER PAGE
----------------------------------------------- */
.page__main {margin-bottom: 40px;}
.item-page__header {padding: 0 0 20px 0;}
.item-page__title {font-size: 24px; font-weight: 500; line-height: 1.3;}
.item-page__title > span {color: var(--accent); opacity: 0.6;}
.item-page__title a {margin-left: 10px; font-size: 14px;}
.page__btn-watch, .page__btn-trailer {height: 40px; font-size: 12px; padding: 0 15px;}
.page__btn-trailer, .page__btn-watch {border: 1px solid rgba(35,79,145,0.2); 
	color: #4273bd; background-color: rgba(33, 88, 170, 0.05);}
.page__btn-watch {border-width: 3px; box-shadow: var(--bsh); background-color: rgba(33, 88, 170, 0.1);}
.item-page__poster {width: 200px;}

.page__text {margin-top: 30px;}
.page__scr ul {display: grid; gap: 10px; grid-template-columns: repeat(4,1fr); margin-top: 30px;}
.page__scr a, .page__scr img {display: block; height: auto; width: 100%; aspect-ratio: 300 / 200;}
.page__scr img {object-fit: cover;}

.page__player {position: relative;}
.page__subtitle {text-align: center; font-weight: 500; font-size: 14px; text-transform: uppercase; margin-bottom: 20px;}
.page__player .tabs-block__select {gap: 10px; margin-bottom: 10px;}
.page__player .tabs-block__select button {background: var(--bg-darker); color: var(--tt-fade);}
.page__player .tabs-block__select button.is-active, .page__player .tabs-block__select button:hover {background: var(--accent); color: #fff;}
.page__complaint a {position: absolute; right: 0px; top: 0; display: flex; align-items: center; height: 40px; 
	gap: 10px; color: var(--red);}
.nl .page__player-controls + .tabs-block__content {display: block;}
.page__player .ya-share2 {min-height: 48px; margin-top: 10px;}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.page__title {margin-bottom: 30px; font-size: 24px;}
.full-text {line-height: 1.6; font-size: 15px; word-wrap: break-word; color: var(--tt-fade-0);}
.full-text a {text-decoration: underline; color: var(--ui-accent);}
.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, .full-text table {margin-bottom: 25px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 6px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -3px; left: 17px; width: 24px; 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 {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -3px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text > *: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; font-weight: 500; margin-bottom: 20px;}


/* COMMENTS
----------------------------------------------- */
.page__comments {margin-top: 0px;}
.page__comments-info {color: var(--tt-fade); display: block; margin: 5px 0 20px; font-size: 14px; padding-left: 23px; position: relative;}
.page__comments-info::before {color: var(--red); position: absolute; left: 0; top: 2px;}
.page__ac {margin-bottom: 20px;}
.ac-form {position: relative;}
.ac-form__header, .ac-form__editor, .ac-form .message-info {gap: 10px; margin-bottom: 10px;}
.ac-form__btn {padding: 0 60px;}
.ac-form__bottom {gap: 25px;}
.confidential-check {font-size: 14px;}
.ac-form__header > span {margin-left: 15px;}
.ac-form .comments_subscribe {margin-top: 0px;}

.ac-toggle.ac-form {cursor: pointer;}
.ac-form__header input, .ac-form__editor textarea {background-color: rgba(0,0,0,0.0);}
.ac-toggle, .ac-toggle .ac-form__editor {position: relative;}
.ac-toggle .ac-form__bottom button {position: absolute; bottom: 20px; right: 10px; z-index: 10; pointer-events: none;}
.ac-form .bb-btn {display: none;}
.ac-form .bb-pane {background: none; box-shadow: none; border: 0; position: absolute; left: 0; bottom: 0; right: 0;}
.ac-form #b_emo, .ac-form #b_leech, .ac-form #b_quote, .ac-form #b_spoiler, 
.ac-form #b_b, .ac-form #b_u, .ac-form #b_s, .ac-form #b_color, .ac-form #b_hide {display: grid;}
.ac-toggle .bb-btn {pointer-events: none;}
.ac-toggle .ac-form__editor .bb-editor textarea {height: 120px; resize: none;}
.ac-form__editor .bb-editor textarea {height: 200px; line-height: 1.4; padding-bottom: 40px;}
.comments_subscribe + br, .ac-form .bb-editor + br {display: none;}
.ac-toggle .has-checkbox {display: none;}

.mass_comments_action {display: none; align-items: center; flex-wrap: wrap; gap: 10px;}
.mass_comments_action select {flex: 1 1 0; margin: 0 -28px 0 0; border-radius: 0; box-shadow: none; min-width: 60%;}
.mass_comments_action .bbcodes {border-radius: 0; padding: 0 10px;}

.comm__title {font-size: 18px; margin-bottom: 20px;}

.comm {margin-bottom: 10px; position: relative; border-radius: 6px; padding: 10px; padding-left: 80px; 
	border: 1px solid rgba(35,79,145,0.2); background-color: rgba(33, 88, 170, 0.05);}
.comm__img {width: 50px; height: 50px; border-radius: 4px; position: absolute; left: 10px; top: 10px;}
.comm__letter {width: 100%; height: 100%; text-transform: uppercase; border-radius: inherit;
	position: absolute; left: 0; top: 0; color: #fff; font-size: 18px; font-weight: 500;}
.comm__author, .comm__author a {color: var(--tt); font-weight: 500;}
.comm__date {color: var(--tt-fade); font-size: 13px;}
.comm__rating a {display: grid; place-items: center; width: 20px; height: 20px;; border-radius: 2px; 
	background-color: var(--green); color: #fff; font-size: 12px;}
.comm__rating a:first-child {background-color: var(--red);}
.comm__rating > span {font-size: 14px; font-weight: 500;}
.comm__rating span .ratingplus {color: var(--green);}
.comm__rating span .ratingminus {color: var(--red);}
.comm__text {margin: 8px 0;}
.comm__action {font-size: 12px; --tt: var(--tt-fade);}
.comm__ctrl {margin: 0 0px -10px 0;}
.comm__ctrl-btn {font-size: 22px; height: 30px;}
.comm__ctrl-menu li + li {margin-top: 10px;}
body:has(.pwidget) #dropmenudiv {z-index: 1000 !important;}


/* POPUP WIDGET
----------------------------------------------- */
.pwidget {background-color: var(--bg); color: var(--tt); 
	border-radius: 20px; overflow: hidden; z-index: 999; padding: 20px; padding-top: 24px; 
	position: fixed; left: 20px; bottom: 20px; right: 20px; box-shadow: 0 0 60px rgba(0,0,0,0.5);}
.pwidget::before {content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); 
	background-color: rgba(0,0,0,0.2); height: 4px; width: 40px; border-radius: 2px;}
.pwidget .wctrl__content {display: block; margin-bottom: 20px;}
@media screen and (min-width: 760px) {
	.pwidget {left: 50%; bottom: 50%; right: auto; translate: -50% 50%; width: 400px;}
	.pwidget::before {display: none;}
}


/* LOGIN
----------------------------------------------- */
.lgn {position: fixed; z-index: 999; left: 50%; top: 50%; translate: -50% -50%; width: 500px; max-width: calc(100% - 40px);}
.lgn__content {background-color: var(--bg); box-shadow: var(--bsh-long); padding: 30px 60px; position: relative;}
.lgn__ctrl > * {color: #fff !important; font-size: 19px; font-weight: 500; height: 45px; position: relative; text-transform: uppercase;}
.lgn__ctrl span::before {content: ''; border: 10px solid transparent; border-bottom-color: var(--bg); 
	position: absolute; left: 50%; bottom: 0; margin-left: -10px; z-index: 5;}
.lgn__btn-close {font-size: 40px; color: #fff; position: absolute; right: -50px; top: 0; z-index: 10;}
.lgn__header {position: relative; padding-left: 80px; margin-bottom: 15px;}
.lgn__avatar {width: 60px; background-color: var(--bg-darker); color: var(--bg-darkest); font-size: 24px; 
	position: absolute; left: 0; top: 50%; translate: 0 -50%; overflow: hidden; border-radius: 50%;}
.lgn__title {font-size: 19px; font-weight: 500;}
.lgn__caption {color: var(--tt-fade); margin-top: 5px;}
.lgn__input input {height: 50px; line-height: 50px; border-radius: 0; padding: 0 30px;}
.lgn__input input::placeholder {font-size: 16px;}
.lgn__input input + input {margin-top: -1px;} 
.lgn__input input:focus {position: relative; z-index: 5;}
.lgn__btn button {height: 50px;}
.lgn__cell a {color: var(--ui-accent);}
.lgn__social-caption {font-size: 13px; color: var(--tt-fade); margin-top: 5px;}
.lgn__social-caption::before, .lgn__social-caption::after {content: ''; flex-grow: 1; background: var(--bdc); height: 1px;}
.lgn__social a {border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center;}
.lgn__social a img {height: 18px; width: 18px; display: block; filter: invert(1);}
.lgn__social-vk {background-color: #587ba1;}
.lgn__social-ok {background-color: #ff9800;}
.lgn__social-fb {background-color: #3b5998;}
.lgn__social-ml {background-color: #2196f3;}
.lgn__social-gg {background-color: #f44336;}
.lgn__social-ya {background-color: #fc3f1d;}
.lgn__social:not(:has(a)) {display: none;}
.lgn--logged {width: 400px;}
.lgn__menu a {display: flex; align-items: center; gap: 10px;}
.c-0 span {display: none;}



/**
 * 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-stage {position: relative; display:flex; justify-content:flex-start;}
.owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
.owl-item {position: relative; min-height: 10px;}
.owl-nav.disabled, .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-nav {position: absolute; right: -10px; top: 0; margin-top: -62px; display: flex; gap: 10px;}
.owl-prev, .owl-next {cursor: pointer; height: 30px; aspect-ratio: 1 / 1; display: grid; place-items: center; 
	font-size: 20px; background-color: transparent; color: var(--accent); opacity: 0.6; box-shadow: none; border-radius: 4px;}
.owl-next {opacity: 1;}
.cols__sidebar .owl-nav {right: 10px; margin-top: -60px;}
.cols__sidebar .owl-nav button {--accent: #fff;}
.carou .owl-nav {left: 0; right: 0; top: 50%; margin: 0;}
.carou .owl-nav button {top: 0; position: absolute; height: 40px; margin-top: -60px; 
	font-size: 40px; opacity: 0.6; --accent: #fff;}
.carou .owl-prev {left: -60px;}
.carou .owl-next {right: -60px;}
.has-branding .carou .owl-nav {top: -20px;}
.has-branding .carou .owl-prev {left: 0px;}
.has-branding .carou .owl-next {right: 0px;}


/* CLS FIX
----------------------------------------------- */
.has-carousel:not(.owl-carousel) {display: flex; overflow: hidden; gap: 20px;}
.has-carousel:not(.owl-carousel) > * {flex-shrink: 0;}
.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 100px)/6);}
.poster-carousel:not(.owl-carousel) > .item-poster {width: calc((100% - 60px)/4);}
.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 20px)/2);}
.news-carousel-side:not(.owl-carousel) > .item-news {width: calc((100% - 0px)/1);}

@media screen and (max-width: 1220px) {
	.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 80px)/5);}
	.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 80px)/5);}
	.news-carousel-side:not(.owl-carousel) > .item-news {width: calc((100% - 20px)/2);}
	.video-inside embed, .video-inside object, .video-inside video, .video-inside iframe, .video-inside frame {height:400px;}
}
@media screen and (max-width: 950px) {
	.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 60px)/4);}
	.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 60px)/4);}
}
@media screen and (max-width: 760px) {
	.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 40px)/3);}
	.poster-carousel:not(.owl-carousel) > .item-poster {width: calc((100% - 40px)/3);}
	.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 40px)/3);}
	.news-carousel-side:not(.owl-carousel) > .item-news {width: calc((100% - 0px)/1);}
}
@media screen and (max-width: 590px) {
    .video-inside embed, .video-inside object, .video-inside video, .video-inside iframe, .video-inside frame {height:300px;}
}
@media screen and (max-width: 470px) {
	.poster-carousel-top:not(.owl-carousel) > .item-poster {width: calc((100% - 20px)/2);}
	.poster-carousel:not(.owl-carousel) > .item-poster {width: calc((100% - 20px)/2);}
	.poster-carousel-side:not(.owl-carousel) > .item-poster {width: calc((100% - 20px)/2);}
	.news-carousel-side:not(.owl-carousel) > .item-news {width: calc((100% - 0px)/1);}
	.video-inside embed, .video-inside object, .video-inside video, .video-inside iframe, .video-inside frame {height:250px;}
}

/*--- Подсветка исходного кода ---*/
.hljs-comment, .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
  color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr,
.hljs-selector-pseudo, .hljs-number {
  color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}
#pmlist .pm_navigation td {
	border: 1px solid transparent!important;
}
#pmlist_doaction {
    width: 200px;
}

/* DDLItalia result cards final overrides */
.item-card.ddl-result-card {
	grid-template-columns: minmax(210px, 250px) minmax(0, 1fr) !important;
	gap: 24px !important;
	padding: 18px !important;
	border: 1px solid rgba(35, 79, 145, 0.14) !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, rgba(35, 79, 145, 0.05), rgba(240, 180, 0, 0.035)), var(--bg) !important;
	box-shadow: 0 18px 50px rgba(18, 35, 62, 0.07) !important;
}

.item-card.ddl-result-card .ddl-result-card__poster {
	aspect-ratio: 2 / 3 !important;
	min-height: 0 !important;
}

.item-card.ddl-result-card .ddl-action-btn--open {
	display: none;
}

.item-card.ddl-result-card.is-thanked .ddl-action-btn--thank {
	display: none;
}

.item-card.ddl-result-card.is-thanked .ddl-action-btn--open {
	display: inline-flex;
}

/* DDLItalia result cards */
.ddl-result-card {
	position: relative;
	grid-template-columns: minmax(210px, 250px) minmax(0, 1fr) !important;
	gap: 24px;
	padding: 18px;
	border: 1px solid rgba(35, 79, 145, 0.14);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(35, 79, 145, 0.05), rgba(240, 180, 0, 0.035)),
		var(--bg);
	box-shadow: 0 18px 50px rgba(18, 35, 62, 0.07);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ddl-result-card:hover {
	transform: translateY(-2px);
	border-color: rgba(35, 79, 145, 0.26);
	box-shadow: 0 24px 70px rgba(18, 35, 62, 0.11);
}

.ddl-result-card__poster,
.item-card__img.ddl-result-card__poster {
	display: block;
	aspect-ratio: 2 / 3 !important;
	min-height: 0 !important;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(35, 79, 145, 0.08), rgba(0, 0, 0, 0.04));
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
	overflow: hidden;
}

.ddl-result-card__poster img,
.item-card__img.ddl-result-card__poster img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	padding: 8px;
	background: transparent;
}

.ddl-result-card__main {
	min-width: 0;
	justify-content: center;
}

.ddl-result-card__top {
	justify-content: space-between;
}

.ddl-result-card__tags a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(35, 79, 145, 0.22);
	border-radius: 999px;
	background: rgba(255,255,255,0.68);
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
}

.ddl-result-card__score {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(18, 35, 62, 0.08);
}

.ddl-result-card__title {
	font-size: clamp(24px, 2.05vw, 34px) !important;
	font-weight: 850;
	line-height: 1.13;
	letter-spacing: 0;
	color: #090909;
}

.ddl-result-card__meta {
	align-items: center;
	flex-wrap: wrap;
	padding: 12px 0;
	border-top: 1px dashed rgba(35, 79, 145, 0.16);
	border-bottom: 1px dashed rgba(35, 79, 145, 0.16);
	color: var(--tt-fade);
}

.ddl-result-card__meta .item__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.ddl-result-card__meta .fal {
	color: var(--accent);
	opacity: .72;
}

.ddl-result-card__text {
	font-size: 16px;
	line-height: 1.55;
	color: var(--tt-fade-0);
}

.ddl-result-card__actions {
	margin-top: 2px;
	flex-wrap: wrap;
}

.ddl-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(35, 79, 145, 0.22);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .16s ease, background .16s ease, color .16s ease;
}

.ddl-action-btn:hover,
.ddl-action-mini:hover {
	transform: translateY(-1px);
}

.ddl-action-btn--thank {
	background: var(--accent);
	color: #fff;
}

.ddl-action-btn--open {
	display: none;
	background: #0f172a;
	color: #fff;
}

.ddl-result-card.is-thanked .ddl-action-btn--thank {
	display: none;
}

.ddl-result-card.is-thanked .ddl-action-btn--open {
	display: inline-flex;
}

.ddl-action-mini {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--accent);
	font-size: 13px;
	font-weight: 750;
	text-decoration: none !important;
}

.ddl-hidden-links-panel {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
	padding: 16px 18px;
	border: 1px solid rgba(35, 79, 145, 0.16);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(35, 79, 145, 0.08), rgba(240, 180, 0, 0.08));
}

.ddl-hidden-links-panel__icon {
	display: grid;
	place-items: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--accent);
	color: #fff;
	font-size: 18px;
}

.ddl-hidden-links-panel__title {
	font-size: 18px;
	font-weight: 850;
	color: #111;
}

.ddl-hidden-links-panel__text {
	margin-top: 3px;
	color: var(--tt-fade);
}

.ddl-fullstory .item-page__poster {
	width: min(300px, 100%);
}

.ddl-fullstory .item-page__img,
.ddl-fullstory .item-page__img.ratio-3-2 {
	aspect-ratio: 2 / 3 !important;
	min-height: 0 !important;
	border-radius: 14px;
}

.ddl-fullstory .item-page__img img {
	object-fit: contain !important;
	padding: 8px;
}

@media (max-width: 760px) {
	.ddl-result-card {
		grid-template-columns: 1fr !important;
	}

	.ddl-result-card__poster,
	.item-card__img.ddl-result-card__poster {
		width: min(260px, 100%);
		margin: 0 auto;
	}

	.ddl-result-card__title {
		font-size: 24px !important;
	}
}
.clipboard-copy-link svg {
	color: #6c838e;
	vertical-align: middle;
	margin-top: -3px;
}

/* DDLItalia overrides */
.wrapper__container {
	--max-width: 1280px;
}

.header {
	position: relative;
	z-index: 30;
	box-shadow: none;
	border-bottom: 1px solid var(--bdc);
}

.ddl-topnav {
	position: relative;
	z-index: 25;
	margin: 0 var(--indent-negative);
	padding: 14px var(--indent);
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid var(--bdc);
	backdrop-filter: blur(14px);
}

.dt .ddl-topnav {
	background: rgba(17, 21, 32, 0.88);
}

.ddl-topnav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	max-width: var(--max-width);
	margin: 0 auto;
}

.ddl-topnav__group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.ddl-topnav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 13px;
	border: 1px solid var(--bdc);
	border-radius: 999px;
	color: var(--tt);
	background: var(--bg);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 8px 22px rgba(35, 79, 145, 0.08);
}

.ddl-topnav a:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

.ddl-topnav__group--tools a {
	color: var(--accent);
	background: rgba(35, 79, 145, 0.06);
}

.cols,
.col2 .cols {
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	padding: 46px 0;
	min-height: 0;
}

.cols__content {
	width: 100%;
}

.cols__sidebar {
	display: none !important;
}

.sect:not(:last-child) {
	margin-bottom: 34px;
}

.sect__header {
	align-items: center;
	background: linear-gradient(90deg, rgba(35, 79, 145, 0.08), rgba(240, 180, 0, 0.08));
	border: 1px solid var(--bdc);
	border-radius: 10px;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.sect__title {
	font-size: 20px;
	letter-spacing: 0;
}

.sect__link {
	border-radius: 999px;
	opacity: 1;
}

.sect__content.grid-items,
#dle-content {
	grid-template-columns: 1fr;
}

.logo__title {
	letter-spacing: 1px;
}

.logo__title span {
	color: #f0b400;
}

.logo__subtitle {
	letter-spacing: 1px;
}

.item-card {
	grid-template-columns: 220px minmax(0, 1fr);
	border: 1px solid var(--bdc);
	border-radius: 10px;
	padding: 14px;
	background: var(--bg);
}

.item-card__header {
	align-items: flex-start;
}

.item-card__img,
.item-page__img,
.item-poster .item__img,
.item-news__img {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	overflow: hidden;
}

.item-card__img,
.item-page__img,
.item-news__img {
	aspect-ratio: 16 / 9;
}

.item-card__img img,
.item-page__img img,
.item-poster .item__img img,
.item-news__img img,
.carou .item__img img {
	object-fit: contain !important;
	background: rgba(0, 0, 0, 0.05);
}

.item-card .item__tags {
	width: auto !important;
	height: auto !important;
	max-height: 54px;
	overflow: hidden;
}

.item-card__title {
	font-size: 22px;
	font-weight: 700;
}

.item__text {
	line-height: 1.55;
}

.rkl--holder {
	min-height: 130px;
	font-size: 20px;
	color: var(--tt-fade);
}

.ddl-fullstory .item-page__poster {
	width: min(360px, 100%);
}

.ddl-fullstory .item-page__img {
	min-height: 210px;
}

@media (max-width: 760px) {
	.ddl-topnav__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.ddl-topnav__group {
		width: 100%;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}

	.cols,
	.col2 .cols {
		padding: 28px 0;
	}

	.sect__header {
		flex-wrap: wrap;
	}

	.item-card {
		grid-template-columns: 1fr;
		grid-template-areas: "img" "header" "desc";
	}

	.item-card__img {
		min-height: 180px;
	}
}

/* DDLItalia final layout */
.wrapper__container {
	--max-width: 1720px;
}

.header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 28px;
	padding-top: 24px;
	padding-bottom: 18px;
	border-bottom: 0;
}

.header__logo {
	order: 1;
	flex: 0 0 300px;
}

.header__search {
	order: 2;
	flex: 1 1 620px;
	max-width: 760px;
	margin: 0;
}

.header__theme-select,
.header__btns,
.header__login,
.header__btn-menu {
	order: 3;
}

.ddl-topnav {
	order: 10;
	flex: 0 0 calc(100% - 328px);
	margin: -6px 0 0 328px;
	padding: 0;
	background: transparent;
	border: 0;
	backdrop-filter: none;
}

.ddl-topnav__main,
.ddl-topnav__tools {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.ddl-topnav__tools {
	margin-top: 8px;
}

.ddl-nav-item {
	position: relative;
}

.ddl-nav-link,
.ddl-topnav__tools a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	border: 1px solid rgba(35, 79, 145, 0.16);
	border-radius: 999px;
	background: #fff;
	color: var(--tt);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 8px 22px rgba(35, 79, 145, 0.08);
}

.ddl-nav-link.has-dd::after {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	margin-left: 8px;
	color: var(--accent);
}

.ddl-topnav__tools a {
	background: rgba(35, 79, 145, 0.06);
	color: var(--accent);
}

.ddl-nav-item:hover > .ddl-nav-link,
.ddl-nav-item:focus-within > .ddl-nav-link,
.ddl-nav-link:hover,
.ddl-topnav__tools a:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

.ddl-nav-item:hover > .ddl-nav-link::after,
.ddl-nav-item:focus-within > .ddl-nav-link::after {
	color: #fff;
}

.ddl-dropdown {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	z-index: 100;
	width: min(520px, calc(100vw - 40px));
	max-height: 560px;
	overflow: auto;
	padding: 12px;
	background: #fff;
	border: 1px solid rgba(35, 79, 145, 0.14);
	border-radius: 12px;
	box-shadow: 0 22px 60px rgba(18, 35, 62, 0.18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
}

.ddl-nav-item:hover .ddl-dropdown,
.ddl-nav-item:focus-within .ddl-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.ddl-catmenu,
.ddl-catmenu__sub {
	display: grid;
	gap: 6px;
}

.ddl-catmenu__sub {
	margin: 6px 0 4px 14px;
	padding-left: 12px;
	border-left: 2px solid rgba(35, 79, 145, 0.12);
}

.ddl-catmenu__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 34px;
	padding: 7px 9px 7px 11px;
	border-radius: 8px;
	color: var(--tt);
	font-weight: 700;
}

.ddl-catmenu__item a:hover,
.ddl-catmenu__item a.active {
	background: rgba(35, 79, 145, 0.08);
	color: var(--accent);
}

.ddl-catmenu__item em {
	font-style: normal;
	min-width: 34px;
	padding: 3px 7px;
	border-radius: 999px;
	background: rgba(240, 180, 0, 0.2);
	color: #6f5200;
	font-size: 12px;
	text-align: center;
}

.ddl-catmenu__active {
	display: block;
}

.cols,
.col2 .cols {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 54px clamp(20px, 4vw, 70px);
}

.cols__content {
	max-width: none;
	width: 100%;
}

.sect__content.grid-items,
#dle-content {
	grid-template-columns: 1fr !important;
}

.item-card {
	grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
	gap: 26px;
	padding: 18px;
}

.item-card__title {
	font-size: clamp(22px, 1.8vw, 30px);
	line-height: 1.18;
}

.item-card__img {
	min-height: 210px;
}

.item-card__desc {
	font-size: 16px;
}

.item__meta {
	font-size: 14px;
}

@media screen and (max-width: 1220px) {
	.header__logo,
	.header__search,
	.ddl-topnav {
		flex-basis: 100%;
		max-width: none;
		margin-left: 0;
	}

	.ddl-topnav {
		margin-top: 0;
	}

	.ddl-topnav__main,
	.ddl-topnav__tools {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}
}

@media screen and (max-width: 760px) {
	.cols,
	.col2 .cols {
		padding: 30px 14px;
	}

	.item-card {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.item-card__img {
		min-height: 190px;
	}

	.ddl-dropdown {
		position: fixed;
		left: 12px;
		right: 12px;
		top: 170px;
		width: auto;
	}
}

/* DDLItalia centered tab header */
.header {
	justify-content: center;
	row-gap: 16px;
	padding-top: 20px;
	padding-bottom: 0;
	background: #fff;
}

.header.vw100 {
	width: auto;
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.header__logo {
	flex: 0 0 300px;
	margin-right: 0;
}

.header__search {
	flex: 1 1 620px;
	max-width: 720px;
}

.header__theme-select,
.header__btns,
.header__login {
	flex: 0 0 auto;
}

.ddl-topnav {
	position: relative;
	order: 20;
	flex: 0 0 100%;
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
	padding: 0;
	z-index: 120;
}

.ddl-topnav__main {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
	width: 100%;
	border: 1px solid rgba(35, 79, 145, 0.16);
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	background: linear-gradient(180deg, #fff, #f7f9fc);
	box-shadow: 0 16px 45px rgba(35, 79, 145, 0.09);
	overflow: visible;
}

.ddl-nav-item {
	position: static;
	min-width: 0;
}

.ddl-nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0 10px;
	border: 0;
	border-right: 1px solid rgba(35, 79, 145, 0.11);
	border-radius: 0;
	background: transparent;
	color: #111;
	box-shadow: none;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	white-space: nowrap;
}

.ddl-nav-item:not(:first-child):not(:last-child) .ddl-nav-link {
	border-radius: 0;
}

.ddl-nav-item:first-child .ddl-nav-link {
	border-radius: 14px 0 0 0;
}

.ddl-nav-item:last-child .ddl-nav-link {
	border-right: 0;
	border-radius: 0 14px 0 0;
}

.ddl-nav-link.has-dd::after {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	margin-left: 7px;
	color: rgba(35, 79, 145, 0.62);
}

.ddl-nav-item:hover > .ddl-nav-link,
.ddl-nav-item:focus-within > .ddl-nav-link,
.ddl-nav-item.is-open > .ddl-nav-link,
.ddl-nav-link:hover {
	background: var(--accent);
	color: #fff;
}

.ddl-nav-item:hover > .ddl-nav-link::after,
.ddl-nav-item:focus-within > .ddl-nav-link::after,
.ddl-nav-item.is-open > .ddl-nav-link::after {
	color: #fff;
}

.ddl-dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 400;
	width: 100%;
	max-height: min(64vh, 620px);
	overflow: auto;
	padding: 18px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(35, 79, 145, 0.16);
	border-radius: 0 0 16px 16px;
	box-shadow: 0 30px 80px rgba(18, 35, 62, 0.22);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	backdrop-filter: blur(18px);
}

.ddl-nav-item:hover .ddl-dropdown,
.ddl-nav-item:focus-within .ddl-dropdown,
.ddl-nav-item.is-open .ddl-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.ddl-catmenu {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px 14px;
}

.ddl-catmenu__sub {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 7px 10px;
	grid-column: 1 / -1;
	margin: 8px 0 0;
	padding: 12px;
	border: 1px solid rgba(35, 79, 145, 0.12);
	border-radius: 12px;
	background: rgba(35, 79, 145, 0.035);
}

.ddl-catmenu__item {
	min-width: 0;
}

.ddl-catmenu > .ddl-catmenu__item:has(> .ddl-catmenu__sub) {
	grid-column: 1 / -1;
}

.ddl-catmenu > .ddl-catmenu__item:has(> .ddl-catmenu__sub) > a {
	max-width: 330px;
}

.ddl-catmenu__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 38px;
	padding: 8px 10px 8px 12px;
	border-radius: 10px;
	color: #111;
	font-weight: 750;
	line-height: 1.2;
}

.ddl-catmenu__item a span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.ddl-catmenu__item a:hover,
.ddl-catmenu__item a.active {
	background: rgba(35, 79, 145, 0.1);
	color: var(--accent);
}

.ddl-catmenu__item em {
	flex: 0 0 auto;
	min-width: 38px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #f0b400;
	color: #111;
	font-style: normal;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}

.ddl-dropdown--pages .ddl-catmenu {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.carou {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1380px) {
	.ddl-topnav {
		max-width: 100%;
	}

	.ddl-topnav__main {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		border-radius: 14px;
	}

	.ddl-nav-item:first-child .ddl-nav-link,
	.ddl-nav-item:last-child .ddl-nav-link {
		border-radius: 0;
	}
}

@media screen and (max-width: 980px) {
	.header {
		justify-content: flex-start;
	}

	.header__logo,
	.header__search {
		flex-basis: 100%;
		max-width: none;
		margin: 0;
	}

	.ddl-topnav__main {
		display: flex;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.ddl-nav-item {
		position: relative;
		flex: 0 0 auto;
		min-width: 130px;
	}

	.ddl-dropdown {
		position: fixed;
		left: 12px;
		right: 12px;
		top: 168px;
		width: auto;
	}

	.ddl-catmenu,
	.ddl-catmenu__sub,
	.ddl-dropdown--pages .ddl-catmenu {
		grid-template-columns: 1fr;
	}
}

/* DDLItalia editorial cards and article page */
.cols,
.col1 .cols,
.col2 .cols {
	max-width: 1920px !important;
	width: min(100% - 56px, 1920px) !important;
	padding: 48px 0 !important;
}

.cols__content,
.sect,
#dle-content {
	width: 100% !important;
	max-width: none !important;
}

.sect__content.grid-items,
#dle-content {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 28px !important;
}

.sect__header {
	border-radius: 18px !important;
	padding: 18px 22px !important;
	background: linear-gradient(90deg, #f6f9ff 0%, #fffdf5 100%) !important;
	box-shadow: inset 0 0 0 1px rgba(42, 82, 152, 0.08) !important;
}

.item-card.ddl-result-card,
.ddl-result-card {
	display: grid !important;
	grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) !important;
	align-items: stretch !important;
	gap: clamp(32px, 4vw, 72px) !important;
	min-height: 560px !important;
	padding: clamp(24px, 3.6vw, 54px) !important;
	border: 1px solid rgba(39, 78, 144, 0.14) !important;
	border-radius: 26px !important;
	background: linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #fffdf6 100%) !important;
	box-shadow: 0 26px 78px rgba(40, 76, 132, 0.12) !important;
	overflow: visible !important;
}

.item-card.ddl-result-card:hover,
.ddl-result-card:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 34px 92px rgba(40, 76, 132, 0.16) !important;
}

.ddl-result-card__poster,
.item-card__img.ddl-result-card__poster {
	width: 100% !important;
	max-width: 390px !important;
	aspect-ratio: 2 / 3 !important;
	align-self: center !important;
	justify-self: center !important;
	border-radius: 12px !important;
	background: #f3f6fb !important;
	box-shadow: 0 20px 46px rgba(20, 31, 52, 0.18), inset 0 0 0 12px rgba(255, 255, 255, 0.72) !important;
	overflow: hidden !important;
}

.ddl-result-card__poster img,
.item-card__img.ddl-result-card__poster img {
	width: 100% !important;
	height: 100% !important;
	padding: 14px !important;
	object-fit: contain !important;
	background: #eef1f5 !important;
}

.ddl-result-card__main {
	justify-content: center !important;
	min-width: 0 !important;
	row-gap: 20px !important;
}

.ddl-result-card__top,
.ddl-full-hero__top {
	justify-content: flex-start !important;
	align-items: center !important;
}

.ddl-result-card__tags {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	width: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.ddl-result-card__tags a {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 48px !important;
	padding: 0 22px !important;
	border: 1px solid rgba(41, 92, 174, 0.16) !important;
	border-radius: 999px !important;
	background: linear-gradient(180deg, #ffffff, #f6f9ff) !important;
	color: #215ab0 !important;
	box-shadow: 0 12px 28px rgba(33, 90, 176, 0.07) !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}

.ddl-result-card__score,
.ddl-full-hero__score {
	flex: 0 0 70px !important;
	width: 70px !important;
	height: 70px !important;
	margin-left: 10px !important;
	border: 3px solid #fff !important;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #2d63c8, #ffd22e) border-box !important;
	color: #111936 !important;
	box-shadow: 0 12px 36px rgba(43, 96, 192, 0.18) !important;
	font-size: 21px !important;
	font-weight: 800 !important;
}

.ddl-result-card__title {
	max-width: 1120px !important;
	color: #0d1734 !important;
	font-size: clamp(36px, 3.15vw, 64px) !important;
	font-weight: 950 !important;
	line-height: 1.08 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
}

.ddl-result-card__meta,
.ddl-full-hero__meta {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 12px 24px !important;
	padding: 8px 0 20px !important;
	border: 0 !important;
	color: #5f6675 !important;
	font-size: 19px !important;
	line-height: 1.3 !important;
}

.ddl-result-card__meta .item__meta-item,
.ddl-full-hero__meta-item {
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
}

.ddl-result-card__meta .item__meta-item:not(:first-child),
.ddl-full-hero__meta-item:not(:first-child) {
	padding-left: 24px !important;
	border-left: 1px solid rgba(24, 32, 54, 0.24) !important;
}

.ddl-result-card__meta .fal,
.ddl-full-hero__meta .fal {
	color: #155bd4 !important;
	opacity: 1 !important;
}

.ddl-author-dot {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	border-radius: 50% !important;
	background: linear-gradient(135deg, #eaf1ff, #ffffff) !important;
	box-shadow: 0 8px 24px rgba(33, 90, 176, 0.13) !important;
}

.ddl-result-card__author,
.ddl-full-hero__author {
	color: #0954d6 !important;
	font-weight: 850 !important;
}

.ddl-result-card__text,
.ddl-full-hero__intro {
	max-width: 1200px !important;
	color: #4a4a4a !important;
	font-size: clamp(18px, 1.25vw, 24px) !important;
	line-height: 1.55 !important;
}

.ddl-result-card__actions,
.ddl-full-hero__actions {
	margin-top: 8px !important;
	flex-wrap: wrap !important;
}

.ddl-action-btn {
	position: relative !important;
	min-width: 188px !important;
	min-height: 60px !important;
	padding: 0 32px !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-size: 17px !important;
	font-weight: 950 !important;
	text-transform: uppercase !important;
	box-shadow: 0 16px 34px rgba(30, 87, 190, 0.24) !important;
}

.ddl-action-btn--thank {
	background: linear-gradient(135deg, #5d7fea 0%, #0b55c4 100%) !important;
	color: #fff !important;
}

.ddl-action-btn--thank.is-loading {
	color: transparent !important;
	pointer-events: none !important;
}

.ddl-action-btn--thank.is-loading::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border: 3px solid rgba(255,255,255,.45);
	border-top-color: #fff;
	border-radius: 50%;
	animation: ddlSpin .8s linear infinite;
}

.ddl-action-btn--open {
	display: none !important;
	background: linear-gradient(135deg, #0b1938 0%, #243f78 100%) !important;
	color: #fff !important;
}

.ddl-result-card.is-thanked .ddl-action-btn--open,
.ddl-fullstory.is-thanked .ddl-action-btn--open {
	display: inline-flex !important;
}

.ddl-action-mini {
	min-height: 60px !important;
	color: #0758d8 !important;
	font-size: 19px !important;
	font-weight: 850 !important;
}

.ddl-thank-message {
	display: none;
	width: fit-content;
	max-width: 100%;
	padding: 12px 16px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 800;
}

.ddl-thank-message.is-visible {
	display: block;
}

.ddl-thank-message.is-error {
	background: #fff1f1;
	color: #b42318;
	box-shadow: inset 0 0 0 1px rgba(180, 35, 24, 0.18);
}

.ddl-thank-message.is-ok {
	background: #effaf3;
	color: #157347;
	box-shadow: inset 0 0 0 1px rgba(21, 115, 71, 0.18);
}

.ddl-thank-message.is-loading {
	background: #eef5ff;
	color: #1f5ca8;
	box-shadow: inset 0 0 0 1px rgba(31, 92, 168, 0.14);
}

.ddl-unlocked-content {
	margin-top: 4px;
	padding: 18px;
	border: 1px solid rgba(35, 88, 185, 0.17);
	border-radius: 18px;
	background: linear-gradient(135deg, #f8fbff, #ffffff);
	box-shadow: 0 16px 38px rgba(37, 78, 144, 0.09);
	color: #15213d;
	font-size: 17px;
	line-height: 1.6;
}

.ddl-unlocked-content a {
	display: inline-flex;
	align-items: center;
	margin: 5px 8px 5px 0;
	padding: 10px 14px;
	border-radius: 12px;
	background: #115fd1;
	color: #fff !important;
	font-weight: 850;
	text-decoration: none !important;
}

.ddl-unlocked-content__empty {
	color: #697283;
	font-weight: 750;
}

.ddl-fullstory {
	width: 100%;
}

.ddl-full-hero {
	display: grid;
	grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
	gap: clamp(36px, 5vw, 86px);
	align-items: center;
	min-height: 660px;
	padding: clamp(28px, 4vw, 58px);
	border: 1px solid rgba(39, 78, 144, 0.14);
	border-radius: 28px;
	background: linear-gradient(135deg, #ffffff 0%, #ffffff 62%, #fffdf6 100%);
	box-shadow: 0 32px 90px rgba(40, 76, 132, 0.13);
}

.ddl-full-hero__poster {
	display: block;
	width: 100%;
	max-width: 430px;
	aspect-ratio: 2 / 3;
	justify-self: center;
	border-radius: 14px;
	background: #eef1f5;
	box-shadow: 0 24px 54px rgba(20, 31, 52, 0.22);
	overflow: hidden;
}

.ddl-full-hero__poster img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ddl-full-hero__body {
	min-width: 0;
}

.ddl-full-hero__title {
	max-width: 1240px;
	margin: 28px 0 28px;
	color: #0d1734;
	font-size: clamp(44px, 4vw, 76px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: 0;
}

.ddl-full-content {
	margin-top: 34px;
	padding: clamp(24px, 3vw, 42px);
	border: 1px solid rgba(39, 78, 144, 0.12);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(40, 76, 132, 0.09);
}

.ddl-full-content .full-text {
	color: #272a33;
	font-size: 19px;
	line-height: 1.7;
}

.ddl-hidden-links-panel {
	border-radius: 18px !important;
	background: linear-gradient(135deg, #eef5ff, #fffdf4) !important;
	box-shadow: inset 0 0 0 1px rgba(35, 79, 145, 0.08) !important;
}

@keyframes ddlSpin {
	to { transform: rotate(360deg); }
}

@media screen and (max-width: 1180px) {
	.item-card.ddl-result-card,
	.ddl-result-card,
	.ddl-full-hero {
		grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) !important;
	}

	.ddl-result-card__title {
		font-size: clamp(32px, 4vw, 48px) !important;
	}
}

@media screen and (max-width: 820px) {
	.cols,
	.col1 .cols,
	.col2 .cols {
		width: min(100% - 24px, 1920px) !important;
		padding: 28px 0 !important;
	}

	.item-card.ddl-result-card,
	.ddl-result-card,
	.ddl-full-hero {
		grid-template-columns: 1fr !important;
		min-height: 0 !important;
		padding: 22px !important;
		border-radius: 22px !important;
	}

	.ddl-result-card__poster,
	.item-card__img.ddl-result-card__poster,
	.ddl-full-hero__poster {
		max-width: 320px !important;
	}

	.ddl-result-card__meta .item__meta-item:not(:first-child),
	.ddl-full-hero__meta-item:not(:first-child) {
		padding-left: 0 !important;
		border-left: 0 !important;
	}

	.ddl-full-hero__title {
		font-size: clamp(34px, 9vw, 46px);
	}
}

/* DDLItalia balanced scale and DLE BBCode formatting */
.cols,
.col1 .cols,
.col2 .cols {
	width: min(100% - 52px, 1660px) !important;
	padding: 34px 0 !important;
}

.item-card.ddl-result-card,
.ddl-result-card {
	grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) !important;
	gap: clamp(24px, 3vw, 44px) !important;
	min-height: 360px !important;
	padding: clamp(20px, 2.4vw, 34px) !important;
	border-radius: 18px !important;
	box-shadow: 0 18px 48px rgba(40, 76, 132, 0.1) !important;
}

.ddl-result-card__poster,
.item-card__img.ddl-result-card__poster {
	max-width: 280px !important;
	border-radius: 10px !important;
	box-shadow: 0 14px 32px rgba(20, 31, 52, 0.14), inset 0 0 0 8px rgba(255, 255, 255, 0.72) !important;
}

.ddl-result-card__poster img,
.item-card__img.ddl-result-card__poster img {
	padding: 10px !important;
}

.ddl-result-card__main {
	row-gap: 12px !important;
}

.ddl-result-card__tags {
	gap: 8px !important;
}

.ddl-result-card__tags a {
	min-height: 34px !important;
	padding: 0 14px !important;
	font-size: 12px !important;
	box-shadow: 0 8px 20px rgba(33, 90, 176, 0.06) !important;
}

.ddl-result-card__score,
.ddl-full-hero__score {
	flex-basis: 52px !important;
	width: 52px !important;
	height: 52px !important;
	font-size: 17px !important;
	box-shadow: 0 8px 22px rgba(43, 96, 192, 0.14) !important;
}

.ddl-result-card__title {
	font-size: clamp(26px, 2.15vw, 40px) !important;
	line-height: 1.12 !important;
}

.ddl-result-card__meta,
.ddl-full-hero__meta {
	gap: 8px 16px !important;
	padding: 4px 0 10px !important;
	font-size: 15px !important;
}

.ddl-result-card__meta .item__meta-item:not(:first-child),
.ddl-full-hero__meta-item:not(:first-child) {
	padding-left: 16px !important;
}

.ddl-author-dot {
	width: 34px !important;
	height: 34px !important;
}

.ddl-result-card__text,
.ddl-full-hero__intro {
	font-size: 16px !important;
	line-height: 1.55 !important;
}

.ddl-action-btn {
	min-width: 142px !important;
	min-height: 46px !important;
	padding: 0 22px !important;
	font-size: 13px !important;
	box-shadow: 0 10px 24px rgba(30, 87, 190, 0.2) !important;
}

.ddl-action-mini {
	min-height: 46px !important;
	font-size: 15px !important;
}

.ddl-full-hero {
	grid-template-columns: minmax(230px, 320px) minmax(0, 1fr) !important;
	gap: clamp(28px, 3.5vw, 56px) !important;
	min-height: 430px !important;
	padding: clamp(24px, 3vw, 38px) !important;
	border-radius: 22px !important;
	box-shadow: 0 22px 62px rgba(40, 76, 132, 0.11) !important;
}

.ddl-full-hero__poster {
	max-width: 320px !important;
	border-radius: 12px !important;
	box-shadow: 0 18px 42px rgba(20, 31, 52, 0.16) !important;
}

.ddl-full-hero__title {
	margin: 18px 0 18px !important;
	font-size: clamp(34px, 3.1vw, 52px) !important;
	line-height: 1.1 !important;
}

.ddl-full-hero__title .fal,
.ddl-full-hero__title .fa,
.ddl-full-hero__title [class*="fa-"] {
	font-size: .55em !important;
	vertical-align: middle !important;
}

.ddl-full-content {
	margin-top: 24px !important;
	padding: clamp(20px, 2.4vw, 34px) !important;
	border-radius: 18px !important;
}

.ddl-full-content .full-text {
	font-size: 17px !important;
	line-height: 1.65 !important;
}

.ddl-full-content .full-text img {
	max-width: min(100%, 420px) !important;
	height: auto !important;
	border-radius: 10px !important;
}

.ddl-unlocked-content {
	display: grid;
	gap: 12px;
	margin-top: 8px !important;
	padding: 16px !important;
	border-radius: 14px !important;
	font-size: 15px !important;
}

.ddl-unlocked-content a,
.ddl-full-content .full-text a[href]:not(.highslide):not([href^="javascript"]) {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: fit-content !important;
	max-width: 100% !important;
	min-height: 40px !important;
	margin: 4px 6px 4px 0 !important;
	padding: 0 14px !important;
	border-radius: 10px !important;
	background: #155fd0 !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	overflow-wrap: anywhere !important;
}

.ddl-spoiler {
	display: block;
	margin: 10px 0 !important;
	border: 1px solid rgba(35, 88, 185, 0.16);
	border-radius: 12px;
	background: #f8fbff;
	overflow: hidden;
}

.ddl-spoiler summary {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	color: #0d4fc1;
	font-size: 14px;
	font-weight: 850;
	cursor: pointer;
	list-style: none;
}

.ddl-spoiler summary::-webkit-details-marker {
	display: none;
}

.ddl-spoiler summary::before {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	color: #0d4fc1;
	transition: transform .18s ease;
}

.ddl-spoiler[open] summary::before {
	transform: rotate(90deg);
}

.ddl-spoiler__body,
.ddl-spoiler .text_spoiler {
	display: block !important;
	padding: 14px;
	border-top: 1px solid rgba(35, 88, 185, 0.12);
	background: #fff;
	color: #333b4c;
	line-height: 1.6;
}

.ddl-unlocked-content[hidden] {
	display: none !important;
}

.full-text .quote,
.full-text .dle_quote,
.full-text .dlehidden,
.ddl-unlocked-content .quote,
.ddl-unlocked-content .dle_quote,
.ddl-unlocked-content .dlehidden {
	display: block;
	margin: 12px 0;
	padding: 14px 16px;
	border: 1px solid rgba(35, 88, 185, 0.15);
	border-left: 4px solid #155fd0;
	border-radius: 12px;
	background: #f7faff;
	color: #253047;
}

.title_spoiler,
.text_spoiler {
	max-width: 100%;
}

@media screen and (max-width: 1180px) {
	.item-card.ddl-result-card,
	.ddl-result-card,
	.ddl-full-hero {
		grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) !important;
	}

	.ddl-result-card__title,
	.ddl-full-hero__title {
		font-size: clamp(28px, 4vw, 42px) !important;
	}
}

@media screen and (max-width: 820px) {
	.cols,
	.col1 .cols,
	.col2 .cols {
		width: min(100% - 24px, 1660px) !important;
	}

	.item-card.ddl-result-card,
	.ddl-result-card,
	.ddl-full-hero {
		grid-template-columns: 1fr !important;
		padding: 18px !important;
	}

	.ddl-result-card__poster,
	.item-card__img.ddl-result-card__poster,
	.ddl-full-hero__poster {
		max-width: 260px !important;
	}

	.ddl-result-card__title,
	.ddl-full-hero__title {
		font-size: clamp(26px, 8vw, 36px) !important;
	}
}

/* DDLItalia compact editorial scale */
.cols,
.col1 .cols,
.col2 .cols {
	width: min(100% - 64px, 1500px) !important;
	padding: 26px 0 !important;
}

.item-card.ddl-result-card,
.ddl-result-card {
	grid-template-columns: 190px minmax(0, 1fr) !important;
	gap: 24px !important;
	min-height: 250px !important;
	padding: 20px 24px !important;
	border-radius: 14px !important;
	box-shadow: 0 12px 34px rgba(40, 76, 132, 0.08) !important;
}

.ddl-result-card__poster,
.item-card__img.ddl-result-card__poster {
	width: 190px !important;
	max-width: 190px !important;
	aspect-ratio: 2 / 3 !important;
	border-radius: 8px !important;
	box-shadow: 0 10px 24px rgba(20, 31, 52, 0.12), inset 0 0 0 7px rgba(255, 255, 255, 0.72) !important;
}

.ddl-result-card__poster img,
.item-card__img.ddl-result-card__poster img {
	width: 100% !important;
	height: 100% !important;
	padding: 8px !important;
	object-fit: contain !important;
}

.ddl-result-card__main {
	justify-content: center !important;
	row-gap: 9px !important;
	min-height: 0 !important;
}

.ddl-result-card__top,
.ddl-full-hero__top {
	gap: 8px !important;
}

.ddl-result-card__tags {
	gap: 6px !important;
}

.ddl-result-card__tags a {
	min-height: 30px !important;
	padding: 0 12px !important;
	border-radius: 999px !important;
	font-size: 11px !important;
	line-height: 1 !important;
}

.ddl-result-card__score,
.ddl-full-hero__score {
	flex-basis: 46px !important;
	width: 46px !important;
	height: 46px !important;
	font-size: 15px !important;
}

.ddl-result-card__title {
	max-width: 1120px !important;
	font-size: clamp(22px, 1.55vw, 31px) !important;
	line-height: 1.15 !important;
	letter-spacing: 0 !important;
}

.ddl-result-card__meta,
.ddl-full-hero__meta {
	gap: 6px 12px !important;
	padding: 2px 0 6px !important;
	font-size: 13px !important;
}

.ddl-result-card__meta .item__meta-item,
.ddl-full-hero__meta-item {
	gap: 6px !important;
}

.ddl-result-card__meta .item__meta-item:not(:first-child),
.ddl-full-hero__meta-item:not(:first-child) {
	padding-left: 12px !important;
}

.ddl-author-dot {
	width: 28px !important;
	height: 28px !important;
	font-size: 13px !important;
}

.ddl-result-card__text,
.ddl-full-hero__intro {
	max-width: 1120px !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

.ddl-action-btn {
	min-width: 126px !important;
	min-height: 38px !important;
	padding: 0 16px !important;
	border-radius: 999px !important;
	font-size: 12px !important;
}

.ddl-action-mini {
	min-height: 38px !important;
	font-size: 14px !important;
}

.ddl-thank-message {
	width: fit-content !important;
	max-width: 100% !important;
	padding: 10px 14px !important;
	border-radius: 12px !important;
	font-size: 13px !important;
}

.ddl-unlocked-content {
	display: block !important;
	width: min(100%, 980px) !important;
	margin-top: 6px !important;
	padding: 14px !important;
	border-radius: 12px !important;
	font-size: 14px !important;
}

.ddl-unlocked-content[hidden] {
	display: none !important;
}

.ddl-unlocked-content a,
.ddl-full-content .full-text a[href]:not(.highslide):not([href^="javascript"]) {
	min-height: 36px !important;
	padding: 0 12px !important;
	border-radius: 9px !important;
	font-size: 13px !important;
}

.ddl-spoiler {
	margin: 8px 0 !important;
	border-radius: 10px !important;
}

.ddl-spoiler summary {
	min-height: 38px !important;
	padding: 0 12px !important;
	font-size: 13px !important;
}

.ddl-spoiler__body,
.ddl-spoiler .text_spoiler {
	padding: 12px !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.ddl-full-hero {
	grid-template-columns: 240px minmax(0, 1fr) !important;
	gap: 34px !important;
	min-height: 330px !important;
	padding: 24px 30px !important;
	border-radius: 16px !important;
	box-shadow: 0 14px 38px rgba(40, 76, 132, 0.08) !important;
}

.ddl-full-hero__poster {
	width: 240px !important;
	max-width: 240px !important;
	border-radius: 10px !important;
}

.ddl-full-hero__title {
	max-width: 1180px !important;
	margin: 12px 0 12px !important;
	font-size: clamp(28px, 2.2vw, 42px) !important;
	line-height: 1.12 !important;
}

.ddl-full-content {
	margin-top: 18px !important;
	padding: 22px !important;
	border-radius: 14px !important;
}

.ddl-full-content .full-text {
	font-size: 15px !important;
	line-height: 1.6 !important;
}

@media screen and (max-width: 1180px) {
	.item-card.ddl-result-card,
	.ddl-result-card,
	.ddl-full-hero {
		grid-template-columns: 170px minmax(0, 1fr) !important;
	}

	.ddl-result-card__poster,
	.item-card__img.ddl-result-card__poster,
	.ddl-full-hero__poster {
		width: 170px !important;
		max-width: 170px !important;
	}

	.ddl-result-card__title {
		font-size: clamp(21px, 2.6vw, 28px) !important;
	}

	.ddl-full-hero__title {
		font-size: clamp(26px, 3.6vw, 36px) !important;
	}
}

@media screen and (max-width: 820px) {
	.cols,
	.col1 .cols,
	.col2 .cols {
		width: min(100% - 24px, 1500px) !important;
		padding: 18px 0 !important;
	}

	.item-card.ddl-result-card,
	.ddl-result-card,
	.ddl-full-hero {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		padding: 16px !important;
	}

	.ddl-result-card__poster,
	.item-card__img.ddl-result-card__poster,
	.ddl-full-hero__poster {
		width: min(210px, 72vw) !important;
		max-width: min(210px, 72vw) !important;
	}

	.ddl-result-card__title,
	.ddl-full-hero__title {
		font-size: clamp(23px, 7vw, 32px) !important;
	}
}
