/* Cowrent — ilgalaikė nuoma. Visos taisyklės apribotos .cwlt- prefiksu. */

.cwlt-page-wrap,
.cwlt-banner {
	--cwlt-accent: #ef4f2f;
	--cwlt-accent-dark: #d33f21;
	--cwlt-ink: #232628;
	--cwlt-ink-soft: #6b7681;
	--cwlt-line: #e4e8ec;
	--cwlt-bg: #f4f7fa;
	--cwlt-radius: 14px;
	--cwlt-shadow: 0 8px 30px rgba(35, 38, 40, .08);

	color: var(--cwlt-ink);
	font-family: inherit;
}

.cwlt-page-wrap {
	background: #fff;
	padding: 28px 0 0;
}

.cwlt-shell {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.cwlt-page-wrap *,
.cwlt-banner * {
	box-sizing: border-box;
}

.cwlt-icon {
	flex: 0 0 auto;
	height: 18px;
	width: 18px;
}

/* --- Tipografija ------------------------------------------------------- */

.cwlt-eyebrow {
	color: var(--cwlt-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.cwlt-h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 16px;
}

.cwlt-muted {
	color: var(--cwlt-ink-soft);
}

.cwlt-lead {
	color: var(--cwlt-ink-soft);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.cwlt-note {
	color: var(--cwlt-ink-soft);
	margin: 24px 0 0;
	text-align: center;
}

.cwlt-link {
	color: var(--cwlt-accent);
	font-weight: 600;
	text-decoration: none;
}

.cwlt-link:hover {
	text-decoration: underline;
}

/* --- Mygtukai ---------------------------------------------------------- */

.cwlt-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	padding: 15px 26px;
	text-decoration: none;
	transition: background .18s ease, color .18s ease, transform .18s ease;
}

.cwlt-btn--primary {
	background: var(--cwlt-accent);
	color: #fff;
}

.cwlt-btn--primary:hover,
.cwlt-btn--primary:focus {
	background: var(--cwlt-accent-dark);
	color: #fff;
	transform: translateY(-1px);
}

.cwlt-btn--ghost {
	background: transparent;
	border-color: rgba(35, 38, 40, .18);
	color: var(--cwlt-ink);
}

.cwlt-btn--ghost:hover {
	border-color: var(--cwlt-ink);
	color: var(--cwlt-ink);
}

.cwlt-btn--block {
	width: 100%;
}

/* --- Pagrindinio puslapio skiltis -------------------------------------- */

.cwlt-banner {
	background: linear-gradient(180deg, #f7f9fb 0%, #fff 100%);
	padding: 56px 0 48px;
}

.cwlt-banner__top {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.cwlt-banner__title {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 10px;
}

.cwlt-banner__text {
	color: var(--cwlt-ink-soft);
	margin: 0;
	max-width: 640px;
}

.cwlt-banner__perks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.cwlt-banner__perks li,
.cwlt-hero__perks li {
	align-items: center;
	color: var(--cwlt-ink-soft);
	display: flex;
	font-size: 14px;
	gap: 8px;
}

.cwlt-banner__perks .cwlt-icon,
.cwlt-hero__perks .cwlt-icon,
.cwlt-checklist .cwlt-icon {
	color: var(--cwlt-accent);
	height: 16px;
	width: 16px;
}

/* --- Naršymo kelias ---------------------------------------------------- */

.cwlt-crumbs {
	align-items: center;
	color: var(--cwlt-ink-soft);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 22px;
}

.cwlt-crumbs a {
	color: var(--cwlt-ink-soft);
	text-decoration: none;
}

.cwlt-crumbs a:hover {
	color: var(--cwlt-accent);
}

/* --- Katalogo antraštė ------------------------------------------------- */

.cwlt-hero {
	border-bottom: 1px solid var(--cwlt-line);
	margin-bottom: 28px;
	padding-bottom: 28px;
}

.cwlt-hero--tight {
	border-bottom: 0;
	padding-bottom: 8px;
}

.cwlt-hero__title {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 12px;
}

.cwlt-hero__text {
	color: var(--cwlt-ink-soft);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 720px;
}

.cwlt-hero__perks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

/* --- Filtrai ----------------------------------------------------------- */

.cwlt-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.cwlt-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cwlt-chip {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: 999px;
	color: var(--cwlt-ink);
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 9px 16px;
	transition: all .18s ease;
}

.cwlt-chip:hover {
	border-color: var(--cwlt-ink-soft);
}

.cwlt-chip.is-active {
	background: var(--cwlt-ink);
	border-color: var(--cwlt-ink);
	color: #fff;
}

.cwlt-sort {
	align-items: center;
	color: var(--cwlt-ink-soft);
	display: flex;
	font-size: 14px;
	gap: 8px;
}

.cwlt-sort select {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: 10px;
	color: var(--cwlt-ink);
	font-size: 14px;
	max-width: 240px;
	padding: 9px 12px;
}

/* --- Kortelės ---------------------------------------------------------- */

.cwlt-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
}

.cwlt-card {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: var(--cwlt-radius);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

/* The card's flex display overrides the browser's default [hidden] rule. */
.cwlt-card[hidden] {
	display: none !important;
}

.cwlt-card:hover {
	border-color: transparent;
	box-shadow: var(--cwlt-shadow);
	transform: translateY(-3px);
}

/* Kortelės turinys – vertikalus stulpelis, kad kaina liktų apačioje. */
.cwlt-card__link {
	color: inherit;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	position: relative;
	text-decoration: none;
}

/* 16/9 – artimiausia dažniausiam nuotraukų formatui, todėl lieka mažiausiai tuščios vietos. */
.cwlt-card__media {
	aspect-ratio: 16 / 9;
	background: #fff;
	border-bottom: 1px solid var(--cwlt-line);
	flex: 0 0 auto;
	overflow: hidden;
	position: relative;
}

/* Nuotraukos labai skirtingų proporcijų (nuo 3:2 iki 21:9), todėl telpa visos,
   o ne apkarpomos. Absoliutus pozicionavimas apeina temos `img { height: auto }`. */
.cwlt-card .cwlt-card__media img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: contain;
	object-position: center;
	padding: 6px;
	position: absolute;
	transition: transform .35s ease;
	width: 100%;
}

.cwlt-card:hover .cwlt-card__media img {
	transform: scale(1.03);
}

.cwlt-card__badge {
	background: var(--cwlt-accent);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	left: 12px;
	padding: 6px 12px;
	position: absolute;
	top: 12px;
	z-index: 2;
}

.cwlt-card__badge--hidden {
	background: #7a6100;
}

/* Priminimas administratoriui, kad turinys viešai nematomas. */
.cwlt-preview-note {
	background: #fff7e0;
	border: 1px solid #f0d68a;
	border-radius: 10px;
	color: #6b5200;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 12px 16px;
}

/* Pop-up dengia visą kortelę – vietos užtenka ir ilgesnei informacijai. */
.cwlt-card__pop {
	background: rgba(20, 24, 26, .94);
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	inset: 0;
	justify-content: center;
	opacity: 0;
	overflow: auto;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	transition: opacity .2s ease;
	z-index: 3;
}

.cwlt-card:hover .cwlt-card__pop,
.cwlt-card.is-open .cwlt-card__pop {
	opacity: 1;
}

.cwlt-pop__title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.cwlt-pop__specs {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cwlt-pop__specs li {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	font-size: 13px;
	gap: 12px;
	justify-content: space-between;
	padding-bottom: 6px;
}

.cwlt-pop__specs li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.cwlt-pop__specs span {
	color: rgba(255, 255, 255, .6);
}

.cwlt-pop__specs strong {
	text-align: right;
}

.cwlt-pop__desc {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: rgba(255, 255, 255, .78);
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
}

.cwlt-pop__price {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	margin: 0;
}

.cwlt-pop__price strong {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

.cwlt-pop__more {
	align-items: center;
	align-self: flex-start;
	background: var(--cwlt-accent);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 6px;
	padding: 10px 14px;
}

.cwlt-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 16px 18px 18px;
}

.cwlt-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 10px;
	min-height: 2.6em;
	overflow: hidden;
}

.cwlt-card__specs {
	color: var(--cwlt-ink-soft);
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.cwlt-card__specs li {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 6px;
}

.cwlt-card__specs .cwlt-icon {
	color: var(--cwlt-ink-soft);
	height: 15px;
	width: 15px;
}

/* Kaina visada kortelės apačioje, nesvarbu kiek eilučių užima pavadinimas. */
.cwlt-card__foot {
	align-items: flex-end;
	border-top: 1px solid var(--cwlt-line);
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
}

.cwlt-card__price {
	color: var(--cwlt-ink-soft);
	font-size: 13px;
	margin: 0;
}

.cwlt-card__price strong {
	color: var(--cwlt-ink);
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	margin: 0 2px;
}

.cwlt-card__cta {
	align-items: center;
	color: var(--cwlt-accent);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 5px;
}

.cwlt-card__cta .cwlt-icon {
	height: 16px;
	width: 16px;
}

.cwlt-empty {
	background: var(--cwlt-bg);
	border-radius: var(--cwlt-radius);
	padding: 48px 24px;
	text-align: center;
}

/* --- Automobilio puslapis ---------------------------------------------- */

.cwlt-single__head {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.cwlt-single__title {
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 12px;
}

.cwlt-single__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cwlt-single__chips li {
	align-items: center;
	background: var(--cwlt-bg);
	border-radius: 999px;
	color: var(--cwlt-ink-soft);
	display: flex;
	font-size: 13px;
	gap: 6px;
	padding: 7px 14px;
}

.cwlt-single__from {
	color: var(--cwlt-ink-soft);
	font-size: 14px;
	margin: 0;
	text-align: right;
}

.cwlt-single__from strong {
	color: var(--cwlt-ink);
	display: inline-block;
	font-size: 26px;
	font-weight: 800;
	margin: 0 4px;
}

.cwlt-single__cols {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 380px;
}

.cwlt-gallery__stage {
	aspect-ratio: 16 / 9;
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: var(--cwlt-radius);
	overflow: hidden;
	position: relative;
}

.cwlt-gallery .cwlt-gallery__stage img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: contain;
	padding: 10px;
	position: absolute;
	width: 100%;
}

.cwlt-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.cwlt-gallery__thumb {
	aspect-ratio: 4 / 3;
	background: #fff;
	border: 2px solid var(--cwlt-line);
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 92px;
}

.cwlt-gallery .cwlt-gallery__thumb img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: contain;
	padding: 3px;
	position: absolute;
	width: 100%;
}

.cwlt-gallery__thumb.is-active {
	border-color: var(--cwlt-accent);
}

.cwlt-block {
	border-top: 1px solid var(--cwlt-line);
	margin-top: 32px;
	padding-top: 28px;
}

.cwlt-specs {
	display: grid;
	gap: 0 32px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin: 0;
}

.cwlt-specs__row {
	border-bottom: 1px solid var(--cwlt-line);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 12px 0;
}

.cwlt-specs dt {
	align-items: center;
	color: var(--cwlt-ink-soft);
	display: flex;
	font-size: 14px;
	gap: 8px;
	margin: 0;
}

.cwlt-specs dd {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: right;
}

.cwlt-checklist {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.cwlt-checklist li {
	align-items: center;
	color: var(--cwlt-ink-soft);
	display: flex;
	font-size: 15px;
	gap: 10px;
}

/* --- „Tavo prenumerata“ ------------------------------------------------ */

.cwlt-sub,
.cwlt-summary {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: var(--cwlt-radius);
	box-shadow: var(--cwlt-shadow);
	padding: 24px;
	position: sticky;
	top: 24px;
}

.cwlt-sub__title {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 6px;
}

.cwlt-sub__sub {
	color: var(--cwlt-ink-soft);
	font-size: 14px;
	margin: 0 0 20px;
}

.cwlt-sub__step {
	margin-bottom: 18px;
}

.cwlt-sub__label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .02em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.cwlt-opts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cwlt-opt {
	cursor: pointer;
	margin: 0;
	position: relative;
}

.cwlt-opt input {
	height: 100%;
	inset: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.cwlt-opt span {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: 10px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 14px;
	transition: all .16s ease;
}

.cwlt-opt:hover span {
	border-color: var(--cwlt-ink-soft);
}

/* Pažymėjimą rodo tik `:checked` – klasė papildomai nenaudojama, nes grįžus
   atgal naršyklė atkuria tik įvesties laukų būseną, o ne klases. */
.cwlt-opt input:checked + span {
	background: rgba(239, 79, 47, .08);
	border-color: var(--cwlt-accent);
	color: var(--cwlt-accent);
	font-weight: 700;
}

.cwlt-opt input:focus-visible + span {
	outline: 2px solid var(--cwlt-accent);
	outline-offset: 2px;
}

.cwlt-opt.is-hidden {
	display: none;
}

.cwlt-sub__price {
	align-items: baseline;
	background: var(--cwlt-bg);
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	justify-content: space-between;
	margin: 20px 0 16px;
	padding: 16px 18px;
}

.cwlt-sub__price > span {
	color: var(--cwlt-ink-soft);
	font-size: 14px;
}

.cwlt-sub__price p {
	margin: 0;
}

.cwlt-sub__price strong {
	font-size: 28px;
	font-weight: 800;
}

.cwlt-sub__price em {
	color: var(--cwlt-ink-soft);
	font-size: 14px;
	font-style: normal;
}

.cwlt-sub__meta {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}

.cwlt-sub__meta li {
	border-bottom: 1px solid var(--cwlt-line);
	display: flex;
	font-size: 14px;
	gap: 12px;
	justify-content: space-between;
	padding: 10px 0;
}

.cwlt-sub__meta li:last-child {
	border-bottom: 0;
}

.cwlt-sub__meta span {
	color: var(--cwlt-ink-soft);
}

.cwlt-sub__note {
	color: var(--cwlt-ink-soft);
	font-size: 13px;
	margin: 12px 0 0;
	text-align: center;
}

/* --- „Kyla klausimų?“ -------------------------------------------------- */

.cwlt-faq {
	background: var(--cwlt-bg);
	margin-top: 56px;
	padding: 56px 0;
}

.cwlt-faq__inner {
	display: grid;
	gap: 40px;
	grid-template-columns: 330px minmax(0, 1fr);
}

.cwlt-faq__contacts {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.cwlt-faq__contacts li {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.cwlt-faq__contacts a {
	color: var(--cwlt-ink);
	font-weight: 700;
	text-decoration: none;
}

.cwlt-faq__contacts a:hover {
	color: var(--cwlt-accent);
}

.cwlt-faq__item {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: 12px;
	margin-bottom: 10px;
	padding: 4px 18px;
}

.cwlt-faq__item summary {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	list-style: none;
	padding: 14px 28px 14px 0;
	position: relative;
}

.cwlt-faq__item summary::-webkit-details-marker {
	display: none;
}

.cwlt-faq__item summary::after {
	color: var(--cwlt-accent);
	content: "+";
	font-size: 22px;
	line-height: 1;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.cwlt-faq__item[open] summary::after {
	content: "–";
}

.cwlt-faq__answer {
	color: var(--cwlt-ink-soft);
	line-height: 1.7;
	padding: 0 0 16px;
}

/* --- Užklausos forma --------------------------------------------------- */

.cwlt-form__cols {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 380px;
	margin: 24px 0 8px;
}

.cwlt-form {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: var(--cwlt-radius);
	padding: 28px;
}

.cwlt-field__row {
	display: grid;
	gap: 0 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cwlt-field {
	margin: 0 0 18px;
}

.cwlt-field label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 7px;
}

.cwlt-field label span {
	color: var(--cwlt-accent);
}

.cwlt-field label em {
	color: var(--cwlt-ink-soft);
	font-style: normal;
	font-weight: 400;
}

.cwlt-field input,
.cwlt-field textarea {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: 10px;
	color: var(--cwlt-ink);
	font-family: inherit;
	font-size: 15px;
	padding: 13px 14px;
	transition: border-color .16s ease, box-shadow .16s ease;
	width: 100%;
}

.cwlt-field input:focus,
.cwlt-field textarea:focus {
	border-color: var(--cwlt-accent);
	box-shadow: 0 0 0 3px rgba(239, 79, 47, .12);
	outline: none;
}

.cwlt-field.has-error input,
.cwlt-field.has-error textarea {
	border-color: #d63638;
}

.cwlt-field__error {
	color: #d63638;
	display: block;
	font-size: 13px;
	margin-top: 6px;
}

.cwlt-consent {
	margin: 4px 0 20px;
}

.cwlt-consent label {
	align-items: flex-start;
	color: var(--cwlt-ink-soft);
	display: flex;
	font-size: 14px;
	gap: 10px;
	line-height: 1.55;
}

.cwlt-consent input {
	margin-top: 3px;
}

.cwlt-req {
	color: var(--cwlt-accent);
}

.cwlt-hp {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.cwlt-alert {
	background: #fdf0f0;
	border: 1px solid #f3c7c7;
	border-radius: 12px;
	color: #922;
	margin-bottom: 24px;
	padding: 16px 20px;
}

.cwlt-alert ul {
	margin: 8px 0 0;
	padding-left: 20px;
}

.cwlt-summary__car {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-bottom: 18px;
}

.cwlt-summary .cwlt-summary__car img {
	background: #fff;
	border: 1px solid var(--cwlt-line);
	border-radius: 10px;
	flex: 0 0 auto;
	height: 72px;
	object-fit: contain;
	padding: 4px;
	width: 110px;
}

.cwlt-summary__name {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 4px;
}

.cwlt-thanks {
	margin: 0 auto;
	max-width: 640px;
	padding: 40px 0 20px;
	text-align: center;
}

.cwlt-thanks__icon {
	align-items: center;
	background: rgba(27, 199, 68, .12);
	border-radius: 50%;
	color: #17a83a;
	display: inline-flex;
	height: 64px;
	justify-content: center;
	margin-bottom: 18px;
	width: 64px;
}

.cwlt-thanks__icon .cwlt-icon {
	height: 30px;
	width: 30px;
}

.cwlt-thanks__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 26px;
}

/* --- Adaptyvumas ------------------------------------------------------- */

@media (max-width: 1024px) {
	.cwlt-single__cols,
	.cwlt-form__cols,
	.cwlt-faq__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.cwlt-sub,
	.cwlt-summary {
		position: static;
	}
}

@media (max-width: 782px) {
	.cwlt-banner {
		padding: 40px 0 36px;
	}

	.cwlt-banner__title,
	.cwlt-single__title {
		font-size: 27px;
	}

	.cwlt-hero__title {
		font-size: 29px;
	}

	.cwlt-single__from {
		text-align: left;
	}

	.cwlt-grid {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}

	.cwlt-form {
		padding: 20px;
	}
}

@media (hover: none) {
	/* Jutikliniuose ekranuose pop-up atidaro JS – užvedimas neveikia. */
	.cwlt-card:hover .cwlt-card__pop {
		opacity: 0;
	}

	.cwlt-card.is-open .cwlt-card__pop {
		opacity: 1;
	}
}
