:root {
	--atr-green: #10b83f;
	--atr-green-dark: #079932;
	--atr-yellow: #ffbf12;
	--atr-yellow-dark: #e8a000;
	--atr-ink: #070c16;
	--atr-muted: #667085;
	--atr-border: #e8edf1;
	--atr-soft: #f7faf9;
	--atr-shadow: 0 14px 32px rgba(7, 12, 22, 0.08);
	--atl-green: var(--atr-green);
	--atl-green-dark: var(--atr-green-dark);
	--atl-yellow: var(--atr-yellow);
	--atl-ink: var(--atr-ink);
	--atl-muted: var(--atr-muted);
	--atl-border: var(--atr-border);
	--atl-bg: #f5f7fa;
	--atl-shadow: var(--atr-shadow);
}

body.aletrent-listing-page {
	margin: 0;
	background: var(--atl-bg);
	color: var(--atl-ink);
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 100;
}

.aletrent-listing-site,
.aletrent-listing-site * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.aletrent-listing-site a {
	color: inherit;
	text-decoration: none;
}

.aletrent-listing-site img {
	display: block;
	max-width: 100%;
}

.atl-shell {
	/* Public pages must use homepage shell metrics. */
	width: min(1220px, calc(100% - 48px));
	max-width: 1220px;
	margin: 0 auto;
}

.atl-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid var(--atl-border);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(14px);
}

.admin-bar .atl-header {
	top: 32px;
}

.atl-header__inner {
	display: grid;
	grid-template-columns: 210px minmax(360px, 1fr) auto;
	gap: 26px;
	align-items: center;
	min-width: 0;
	min-height: 76px;
}

.atl-logo img {
	width: 174px;
	height: auto;
}

.atl-logo strong {
	color: var(--atl-green);
	font-size: 25px;
	font-weight: 900;
}

.atl-search {
	display: grid;
	grid-template-columns: 1fr 54px;
	min-width: 0;
	height: 48px;
	overflow: hidden;
	border: 1px solid var(--atl-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(7, 12, 22, 0.05);
}

.atl-search input {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	padding: 0 18px;
	font: inherit;
	font-weight: 500;
}

.atl-search button {
	display: grid;
	place-items: center;
	border: 0;
	background: var(--atl-green);
	cursor: pointer;
}

.atl-search button img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.atl-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 800;
}

.atl-post {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 8px;
	background: var(--atl-green);
	color: #fff !important;
	box-shadow: 0 10px 22px rgba(16, 184, 63, 0.22);
}

.atl-main {
	padding: 22px 0 52px;
}

.atl-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 24px;
	align-items: start;
}

.atl-content,
.atl-contact-card,
.atl-panel,
.atl-related {
	border: 1px solid var(--atl-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(7, 17, 31, 0.04);
}

.atl-content {
	padding: 22px;
}

.atl-titlebar {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 18px;
	align-items: start;
	margin-bottom: 18px;
}

.atl-titlebar h1 {
	margin: 0;
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 900;
	line-height: 1.1;
}

.atl-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.atl-tags span,
.atl-related-card span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 6px;
	background: var(--atl-green);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.atl-tags span.is-rent,
.atl-related-card span.is-rent {
	background: var(--atl-yellow);
	color: #101725;
}

.atl-tags .atl-tag-icon {
	gap: 6px;
	background: #07111f;
	color: #fff;
}

.atl-tags .atl-tag-icon img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.atl-favorite {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--atl-border);
	border-radius: 50%;
	background: #fff;
	color: #9aa4b2;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
}

.atl-favorite.is-active {
	color: var(--atl-green);
}

.atl-gallery {
	display: grid;
	gap: 12px;
}

.atl-gallery__main {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #111827;
}

.atl-gallery__main img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.atl-gallery__counter {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(7, 17, 31, 0.72);
	color: #fff;
	font-weight: 800;
}

.atl-gallery__thumbs {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 96px;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 2px;
}

.atl-gallery__thumbs button {
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}

.atl-gallery__thumbs button.is-active {
	border-color: var(--atl-green);
}

.atl-gallery__thumbs img {
	width: 96px;
	height: 72px;
	object-fit: cover;
}

.atl-panel {
	margin-top: 18px;
	padding: 20px;
	box-shadow: none;
}

.atl-panel h2,
.atl-related h2 {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 900;
}

.atl-specs dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	border: 1px solid var(--atl-border);
	border-radius: 8px;
	overflow: hidden;
}

.atl-specs div {
	display: grid;
	grid-template-columns: minmax(120px, 0.75fr) 1fr;
	min-height: 52px;
	border-bottom: 1px solid var(--atl-border);
}

.atl-specs div:nth-last-child(-n+2) {
	border-bottom: 0;
}

.atl-specs dt,
.atl-specs dd {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 12px 14px;
}

.atl-specs dt {
	background: #f8fafc;
	color: #647084;
	font-weight: 750;
}

.atl-specs dd {
	color: #172033;
	font-weight: 700;
}

.atl-description {
	color: #253044;
	font-size: 16px;
	font-weight: 450;
	line-height: 1.62;
}

.atl-description p {
	margin: 0 0 12px;
}

.atl-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
	color: #667085;
	font-size: 13px;
	font-weight: 700;
}

.atl-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: #f3f6f9;
}

.atl-secondary-actions {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.atl-secondary-actions a,
.atl-secondary-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--atl-border);
	border-radius: 8px;
	background: #fff;
	color: #263349;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
}

.atl-secondary-actions button[disabled] {
	background: #f4f6fa;
	color: #97a1b4;
	cursor: not-allowed;
}

.atl-sidebar {
	position: sticky;
	top: 98px;
}

.admin-bar .atl-sidebar {
	top: 130px;
}

.atl-contact-card {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.atl-promotion-card {
	display: grid;
	gap: 14px;
	margin-top: 16px;
	padding: 18px;
	border: 1px solid var(--atl-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(7, 17, 31, 0.04);
}

.atl-promotion-card h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 950;
}

.atl-promotion-notice {
	padding: 10px 12px;
	border-radius: 8px;
	background: #e9fbef;
	color: var(--atl-green-dark);
	font-size: 13px;
	font-weight: 850;
}

.atl-promotion-services {
	display: grid;
	gap: 10px;
}

.atl-promotion-service {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 78px;
	padding: 12px;
	border: 1px solid var(--atl-border);
	border-radius: 9px;
	background: #fff;
}

.atl-promotion-service:hover {
	border-color: rgba(16, 184, 63, 0.5);
	box-shadow: 0 10px 24px rgba(7, 17, 31, 0.06);
}

.atl-promotion-service__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #f4f8fb;
}

.atl-promotion-service__icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.atl-promotion-service--premium .atl-promotion-service__icon {
	background: #fff8df;
}

.atl-promotion-service--premium .atl-promotion-service__icon img {
	width: 24px;
	height: 24px;
	margin-left: -4px;
}

.atl-promotion-service--premium .atl-promotion-service__icon img:first-child {
	margin-left: 0;
}

.atl-promotion-service__icon b {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--atl-green);
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.atl-promotion-service strong,
.atl-promotion-service small,
.atl-promotion-service em {
	display: block;
}

.atl-promotion-service strong {
	font-size: 15px;
	font-weight: 950;
}

.atl-promotion-service small {
	margin-top: 3px;
	color: var(--atl-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.35;
}

.atl-promotion-service em {
	white-space: nowrap;
	color: var(--atl-green-dark);
	font-size: 13px;
	font-style: normal;
	font-weight: 950;
}

body.atl-promotion-modal-open {
	overflow: hidden;
}

.atl-promotion-notice--inline {
	margin-top: 12px;
}

.atl-promotion-modal[hidden],
.atl-promotion-step[hidden],
.atl-promotion-duration-panel[hidden] {
	display: none !important;
}

.atl-promotion-modal {
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.atl-promotion-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 17, 31, 0.46);
}

.atl-promotion-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 600px);
	max-height: min(92vh, 860px);
	overflow: auto;
	padding: 36px 42px;
	border-radius: 8px;
	background: #f4f6fa;
	color: #06142a;
	box-shadow: 0 28px 70px rgba(7, 17, 31, 0.24);
}

.atl-promotion-modal__close {
	position: absolute;
	top: 24px;
	right: 28px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #8a94aa;
	cursor: pointer;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
}

.atl-promotion-step h2,
.atl-promotion-duration-head h2 {
	margin: 0;
	color: #07111f;
	font-size: 24px;
	font-weight: 950;
	line-height: 1.15;
}

.atl-promotion-choice-list {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.atl-promotion-choice {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 62px;
	padding: 14px 12px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #fff;
	color: inherit;
	cursor: pointer;
	text-align: left;
}

.atl-promotion-choice--premium {
	border-color: #ff5b24;
	background: #fff3ed;
}

.atl-promotion-choice__copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.atl-promotion-choice strong {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 950;
}

.atl-promotion-choice strong img {
	width: 15px;
	height: 15px;
	object-fit: contain;
}

.atl-promotion-choice strong i {
	color: var(--atl-green);
	font-style: normal;
}

.atl-promotion-choice small {
	color: #1c2940;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.3;
}

.atl-promotion-choice em {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 13px;
	border-radius: 999px;
	background: #4665ff;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	white-space: nowrap;
}

.atl-promotion-choice b {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 8px;
	border-radius: 0 6px 0 7px;
	background: #ff6b1b;
	color: #fff;
	font-size: 10px;
	font-weight: 950;
}

.atl-promotion-back {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #4b67ff;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
}

.atl-promotion-duration-head {
	display: flex;
	align-items: center;
	gap: 10px;
}

.atl-promotion-duration-head__icon {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	min-width: 24px;
}

.atl-promotion-duration-head__icon img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.atl-promotion-duration-head__icon b {
	display: grid;
	place-items: center;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: var(--atl-green);
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.atl-promotion-details,
.atl-promotion-until,
.atl-promotion-fieldset,
.atl-promotion-compare {
	border-radius: 18px;
	background: #fff;
}

.atl-promotion-details {
	margin: 20px 0 10px;
	padding: 20px;
	color: #06142a;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
}

.atl-promotion-compare {
	position: relative;
	display: grid;
	gap: 9px;
	margin: 0 0 10px;
	padding: 14px 20px;
	overflow: hidden;
	background: #eef1f7;
}

.atl-promotion-compare span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 8px;
	border-radius: 0 0 0 9px;
	background: #ff9b25;
	color: #fff;
	font-size: 10px;
	font-weight: 950;
}

.atl-promotion-compare del,
.atl-promotion-compare strong {
	display: block;
	width: max-content;
	max-width: calc(100% - 54px);
	padding: 3px 9px;
	border-radius: 999px;
	background: #fff;
	color: #06142a;
	font-size: 12px;
	font-weight: 850;
	text-decoration-thickness: 2px;
}

.atl-promotion-compare strong {
	color: #06142a;
	text-decoration: none;
}

.atl-promotion-until {
	display: grid;
	place-items: center;
	min-height: 56px;
	margin-bottom: 10px;
	color: #07111f;
	font-size: 13px;
	font-weight: 750;
	text-align: center;
}

.atl-promotion-fieldset {
	display: grid;
	gap: 13px;
	margin: 0 0 10px;
	padding: 22px 20px;
	border: 0;
}

.atl-promotion-fieldset legend {
	margin: 0 0 14px;
	padding: 0;
	color: #06142a;
	font-size: 16px;
	font-weight: 850;
}

.atl-promotion-fieldset label {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 28px;
	margin: 0;
	color: #07111f;
	font-size: 15px;
	font-weight: 650;
	cursor: pointer;
}

.atl-promotion-fieldset input {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #4f84ff;
}

.atl-promotion-fieldset label span {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: baseline;
}

.atl-promotion-fieldset del {
	color: #98a2b3;
	font-size: 13px;
	font-weight: 800;
}

.atl-promotion-terms {
	margin: 8px 0 12px;
	color: #7a86a0;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.35;
	text-align: center;
}

.atl-promotion-pay {
	display: grid;
	place-items: center;
	min-height: 48px;
	border-radius: 10px;
	background: #4f84f6;
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
}

.atl-promotion-pay[aria-disabled="true"] {
	opacity: 0.55;
	pointer-events: none;
}

.atl-price {
	display: flex;
	align-items: baseline;
	gap: 7px;
}

.atl-price strong {
	font-size: 31px;
	font-weight: 850;
	line-height: 1;
}

.atl-price strong b {
	margin-left: 5px;
	color: #182033;
	font-size: 0.78em;
	font-weight: 600;
	line-height: 1;
}

.atl-price span {
	color: var(--atl-green-dark);
	font-size: 16px;
	font-weight: 750;
}

.atl-phone,
.atl-message {
	display: grid;
	place-items: center;
	min-height: 54px;
	border: 0;
	border-radius: 8px;
	background: var(--atl-green);
	color: #fff !important;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
}

.atl-phone small {
	margin-top: 2px;
	font-size: 13px;
	font-weight: 700;
	opacity: 0.9;
}

.atl-message {
	background: #07111f;
}

.atl-message-notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #bce8c9;
	border-radius: 8px;
	background: #ecfff2;
	color: var(--atl-green-dark);
	font-weight: 850;
}

.atl-message-notice--error {
	border-color: #ffd0d0;
	background: #fff1f1;
	color: #b42318;
}

body.atl-message-drawer-open {
	overflow: hidden;
}

.atl-message-drawer[hidden] {
	display: none !important;
}

.atl-message-drawer {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: grid;
	align-items: end;
	padding: 20px;
}

.atl-message-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 17, 31, 0.38);
}

.atl-message-drawer__panel {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	margin: 0 auto;
	padding: 16px;
	border: 1px solid var(--atl-border);
	border-radius: 12px 12px 0 0;
	background: #fff;
	box-shadow: 0 -18px 50px rgba(7, 17, 31, 0.18);
}

.atl-message-thread {
	display: grid;
	gap: 10px;
	max-height: min(330px, 42vh);
	overflow: auto;
	margin-bottom: 12px;
	padding: 12px;
	border: 1px solid var(--atl-border);
	border-radius: 10px;
	background: #f8fafc;
}

.atl-message-bubble {
	justify-self: start;
	max-width: min(82%, 430px);
	padding: 10px 12px;
	border: 1px solid #dce7ef;
	border-radius: 10px;
	background: #fff;
	color: var(--atl-ink);
}

.atl-message-bubble.is-mine {
	justify-self: end;
	border-color: rgba(18, 178, 75, 0.28);
	background: #e8fff0;
}

.atl-message-bubble p {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	white-space: pre-wrap;
}

.atl-message-bubble span {
	display: block;
	margin-top: 5px;
	color: #667085;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
}

.atl-message-empty {
	padding: 8px;
	color: #667085;
	font-size: 13px;
	font-weight: 750;
	text-align: center;
}

.atl-message-drawer__head {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: start;
	margin-bottom: 12px;
}

.atl-message-drawer__head span,
.atl-message-drawer__head strong {
	display: block;
}

.atl-message-drawer__head span {
	color: var(--atl-green-dark);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.atl-message-drawer__head strong {
	margin-top: 3px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
}

.atl-message-drawer__head button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #f1f5f9;
	color: #475467;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
}

.atl-message-form {
	display: grid;
	gap: 12px;
}

.atl-message-form textarea {
	width: 100%;
	min-height: 112px;
	resize: vertical;
	border: 1px solid var(--atl-border);
	border-radius: 10px;
	padding: 13px;
	color: var(--atl-ink);
	font: inherit;
	font-weight: 650;
	outline: 0;
}

.atl-message-form__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.atl-message-form__actions button,
.atl-message-login a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	padding: 0 16px;
}

.atl-message-form__actions button:first-child {
	background: #eef2f6;
	color: #344054;
}

.atl-message-form__actions button:last-child,
.atl-message-login a {
	background: var(--atl-green);
	color: #fff !important;
}

.atl-message-login {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	align-items: center;
	padding: 14px;
	border-radius: 10px;
	background: #f8fafc;
}

.atl-message-login p {
	margin: 0;
	color: #344054;
	font-weight: 750;
}

body.atr-report-modal-open {
	overflow: hidden;
}

/* The report modal is appended to <body>, outside the .aletrent-site wrapper,
   so it inherits none of the theme's box-sizing. Without this the panel's
   width:100% + 24px padding measured 438px on a 390px screen and sat at
   x:-24, which pushed every row flush against both edges. */
.atr-report-modal,
.atr-report-modal *,
.atr-report-modal *::before,
.atr-report-modal *::after {
	box-sizing: border-box;
}

.atr-report-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: grid;
	place-items: center;
	padding: 18px;
	font-family: "Inter", Arial, Helvetica, sans-serif;
}

.atr-report-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 17, 31, 0.38);
}

.atr-report-modal__panel {
	position: relative;
	z-index: 1;
	width: min(540px, 100%);
	max-height: min(92vh, 720px);
	overflow: auto;
	padding: 32px 44px 34px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(7, 17, 31, 0.22);
	color: #07111f;
}

.atr-report-modal__close {
	position: absolute;
	top: 26px;
	right: 34px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border: 0;
	background: transparent;
	color: #8a96aa;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.atr-report-step h2 {
	margin: 0 46px 24px 0;
	color: #07111f;
	font-size: 22px;
	font-weight: 950;
	line-height: 1.2;
}

.atr-report-step p {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: -8px 0 18px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eefbf3;
	color: #0b8f35;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.4;
}

.atr-report-reasons {
	display: grid;
	gap: 0;
}

.atr-report-reasons label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 54px;
	margin: 0;
	color: #07111f;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.atr-report-reasons input {
	appearance: none;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #e0e7ef;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 5px #fff;
}

.atr-report-reasons input:checked {
	border-color: #12b844;
	background: #12b844;
}

.atr-report-modal textarea {
	width: 100%;
	min-height: 150px;
	border: 1px solid #dfe6ee;
	border-radius: 8px;
	background: #fbfcfe;
	color: #07111f;
	font: inherit;
	font-size: 15px;
	line-height: 1.5;
	padding: 14px 15px;
	resize: vertical;
	outline: 0;
}

.atr-report-modal textarea:focus {
	border-color: #12b844;
	box-shadow: 0 0 0 3px rgba(18, 184, 68, 0.14);
}

.atr-report-step .atr-report-error {
	display: block;
	min-height: 0;
	margin: 12px 0 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fdeceb;
	color: #b42318;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

/* .atr-report-step p sets display:inline-flex, which outranks the browser's
   [hidden] rule — the error box has to hide itself explicitly. */
.atr-report-step .atr-report-error[hidden] {
	display: none;
}

.atr-report-modal__primary,
.atr-report-modal__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 44px;
	min-height: 44px;
	border-radius: 8px;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	padding: 0 18px;
}

.atr-report-modal__primary {
	border: 0;
	background: #12b844;
	color: #fff;
}

.atr-report-modal__primary:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.atr-report-modal__secondary {
	border: 1px solid #dfe6ee;
	background: #fff;
	color: #344054;
}

.atr-report-modal__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 16px;
}

.atr-report-success {
	justify-items: center;
	text-align: center;
	padding: 16px 0 4px;
}

.atr-report-success__icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 0 18px;
	border-radius: 50%;
	background: #12b844;
	color: #fff;
	font-size: 34px;
	font-weight: 950;
	line-height: 1;
}

.atr-report-success h2 {
	margin-right: 0;
}

.atr-report-success p {
	display: block;
	max-width: 360px;
	min-height: 0;
	margin: -8px auto 10px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #647084;
	font-size: 15px;
	font-weight: 700;
}

.atr-report-success .atr-report-modal__primary {
	margin-top: 18px;
}

@media (max-width: 560px) {
	.atr-report-modal {
		align-items: end;
		padding: 0;
	}

	.atr-report-modal__panel {
		width: 100%;
		max-height: 92vh;
		max-height: 90dvh;
		padding: 26px 20px calc(22px + env(safe-area-inset-bottom));
		border-radius: 14px 14px 0 0;
		-webkit-overflow-scrolling: touch;
	}

	.atr-report-modal__close {
		top: 18px;
		right: 14px;
	}

	.atr-report-step h2 {
		margin-bottom: 14px;
		font-size: 20px;
	}

	.atr-report-reasons label {
		gap: 14px;
		min-height: 50px;
		font-size: 15px;
		border-bottom: 1px solid #f1f4f8;
	}

	.atr-report-reasons label:last-child {
		border-bottom: 0;
	}

	/* Below 16px iOS zooms the whole page when the field takes focus. */
	.atr-report-modal textarea {
		min-height: 132px;
		font-size: 16px;
	}

	.atr-report-modal__actions {
		gap: 12px;
	}

	.atr-report-modal__primary,
	.atr-report-modal__secondary {
		flex: 1 1 0;
		width: auto;
		height: 48px;
		min-height: 48px;
		font-size: 15px;
	}
}

.atl-seller {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 12px;
	align-items: center;
	padding: 14px;
	border: 1px solid var(--atl-border);
	border-radius: 8px;
}

.atl-seller__avatar {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #e9fbef;
	color: var(--atl-green-dark);
	font-size: 24px;
	font-weight: 950;
	text-transform: uppercase;
}

.atl-seller strong,
.atl-seller span,
.atl-seller a {
	display: block;
}

.atl-seller strong {
	align-items: center;
	font-size: 16px;
	font-weight: 900;
}

.atl-seller__name {
	display: flex !important;
	align-items: center;
	gap: 0;
}

.atr-verified-badge {
	display: inline-grid !important;
	place-items: center;
	width: 17px;
	height: 17px;
	margin-left: 6px;
	border-radius: 50%;
	background: var(--atl-green);
	color: #fff;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
}

.atl-seller span {
	margin-top: 3px;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
}

.atl-seller a {
	margin-top: 8px;
	color: var(--atl-green-dark);
	font-weight: 900;
}

.atl-store-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 12px;
}

.atl-store-socials a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border: 1px solid #dce7ef;
	border-radius: 8px;
	background: #f8fafc;
	color: #14532d;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

.atl-store-socials a:hover {
	border-color: rgba(18, 178, 75, 0.42);
	background: #eefaf2;
}

.atl-address {
	display: block;
	padding: 14px;
	border: 1px solid var(--atl-border);
	border-radius: 8px;
	color: #344054;
	font-weight: 700;
	line-height: 1.35;
}

.atl-related-wrap {
	margin-top: 24px;
}

.atl-related-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.atl-related-heading h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
}

.atl-related-heading a {
	flex: 0 0 auto;
	color: var(--atl-green-dark);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.atl-related {
	margin-top: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.atl-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.atl-related-load {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 40px;
	margin: 18px auto 0;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: var(--atl-green);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 850;
	cursor: pointer;
}

.atl-related-load:disabled {
	cursor: wait;
	opacity: 0.7;
}

.atl-related-card {
	position: relative;
	display: grid;
	gap: 8px;
	overflow: hidden;
	border: 1px solid var(--atl-border);
	border-radius: 10px;
	background: #fff;
}

.atl-related-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.atl-related-card span {
	position: absolute;
	top: 10px;
	left: 10px;
}

.atl-related-card small {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 6px;
	background: var(--atl-green);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
}

.atl-related-card strong,
.atl-related-card em {
	padding: 0 12px;
}

.atl-related-card strong {
	min-height: 38px;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
}

.atl-related-card em {
	display: inline-flex;
	align-items: baseline;
	gap: 4px;
	color: #111827;
	font-style: normal;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.05;
}

.atl-related-card em b {
	color: #182033;
	font-size: 0.82em;
	font-weight: 600;
	line-height: 1;
}

.atl-related-card em i {
	margin-left: 3px;
	color: var(--atl-green);
	font-style: normal;
	font-weight: 750;
}

.atl-related-card__price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 30px;
	padding: 0 12px 12px;
}

.atl-related-card__price-row > b {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	min-height: 18px;
	padding: 0 7px;
	border-radius: 5px;
	background: var(--atl-green);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.atl-shell {
		width: min(1220px, calc(100% - 48px));
	}

	.atl-layout {
		grid-template-columns: 1fr;
	}

	.atl-header__inner {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.atl-actions {
		grid-column: 1 / -1;
		justify-content: flex-end;
	}

	.atl-sidebar {
		position: static;
		order: -1;
	}

	.atl-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.atl-shell {
		width: min(100% - 28px, 430px);
	}

	.atl-main {
		padding-top: 14px;
	}

	.atl-content {
		padding: 14px;
	}

	.atl-header__inner {
		min-height: 68px;
		gap: 12px;
	}

	.atl-logo img {
		width: 148px;
	}

	.atl-actions {
		display: none;
	}

	.atl-titlebar h1 {
		font-size: 25px;
	}

	.atl-gallery__main img {
		aspect-ratio: 1 / 0.86;
	}

	.atl-specs dl,
	.atl-specs div {
		grid-template-columns: 1fr;
	}

	/* Two related-listing cards per row on mobile. */
	.atl-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.atl-related-card strong {
		min-height: 34px;
		padding: 0 10px;
		font-size: 12.5px;
	}

	.atl-related-card em {
		white-space: nowrap;
		font-size: 15px;
	}

	.atl-related-card__price-row {
		flex-wrap: wrap;
		gap: 4px 8px;
		padding: 0 10px 10px;
	}

	.atl-specs div:nth-last-child(-n+2) {
		border-bottom: 1px solid var(--atl-border);
	}

	.atl-specs div:last-child {
		border-bottom: 0;
	}

	.atl-price strong {
		font-size: 30px;
	}

	.atl-promotion-service {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.atl-promotion-service em {
		grid-column: 2;
	}

	.atl-promotion-modal {
		padding: 10px;
		align-items: end;
	}

	.atl-promotion-modal__dialog {
		width: 100%;
		max-height: 94vh;
		padding: 26px 16px 18px;
		border-radius: 8px 8px 0 0;
	}

	.atl-promotion-modal__close {
		top: 12px;
		right: 14px;
	}

	.atl-promotion-step h2,
	.atl-promotion-duration-head h2 {
		font-size: 21px;
	}

	.atl-promotion-choice {
		grid-template-columns: 1fr;
		padding-right: 12px;
	}

	.atl-promotion-choice em {
		width: max-content;
		min-height: 34px;
	}

	.atl-promotion-choice b {
		position: static;
		width: max-content;
		margin-top: 4px;
		border-radius: 5px;
	}

	.atl-promotion-details,
	.atl-promotion-fieldset {
		padding: 18px 16px;
	}

	.atl-promotion-compare del,
	.atl-promotion-compare strong {
		max-width: 100%;
	}
}

/* Simplified listing detail layout. */
body.aletrent-listing-page {
	background: #fff;
}

.atl-main {
	padding: 18px 0 46px;
}

.atl-shell {
	width: min(1060px, calc(100% - 28px));
	max-width: 1060px;
}

.atl-layout {
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 14px;
}

.atl-content {
	display: grid;
	gap: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.atl-titlebar {
	align-items: center;
	margin: 0 0 28px;
}

.atl-titlebar h1 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.35;
}

.atl-mobile-price {
	display: none;
}

.atl-tags {
	margin-top: 10px;
}

.atl-tags span {
	min-height: 22px;
	padding: 0 8px;
	border-radius: 5px;
	font-size: 10px;
}

.atl-favorite {
	width: 46px;
	height: 46px;
	border: 1px solid rgba(16, 184, 63, 0.38);
	border-radius: 12px;
	background: #fff;
	color: var(--atl-green-dark);
	box-shadow: 0 8px 18px rgba(16, 184, 63, 0.12);
	font-size: 26px;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.atl-favorite:hover {
	border-color: var(--atl-green);
	background: #eefaf2;
	transform: translateY(-1px);
}

.atl-gallery {
	position: relative;
	gap: 6px;
}

.atl-gallery__main {
	border-radius: 10px;
	background: #eef1f6;
	cursor: pointer;
}

.atl-gallery__main img {
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: #eef1f6;
}

.atl-gallery__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	background: rgba(16, 184, 63, 0.86);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 34px;
	font-weight: 500;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(16, 184, 63, 0.24);
	transform: translateY(-50%);
	transition: background 0.2s ease, transform 0.2s ease;
}

.atl-gallery__nav:hover {
	background: var(--atl-green);
	transform: translateY(-50%) scale(1.04);
}

.atl-gallery__nav--prev {
	left: 14px;
}

.atl-gallery__nav--next {
	right: 14px;
}

.atl-gallery__counter {
	right: 12px;
	bottom: 12px;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 7px;
	background: rgba(15, 23, 42, 0.44);
	font-size: 13px;
}

.atl-gallery__thumbs {
	grid-auto-columns: 72px;
	gap: 4px;
	padding-top: 0;
}

.atl-gallery__thumbs button {
	border: 0;
	border-radius: 6px;
	background: #edf1f7;
}

.atl-gallery__thumbs button.is-active {
	box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px #3f82f6;
}

.atl-gallery__thumbs img {
	width: 72px;
	height: 52px;
}

.atl-gallery__promo {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 6px;
	min-height: 30px;
	margin-top: 0;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--atl-green-dark);
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(7, 17, 31, 0.12);
	backdrop-filter: blur(8px);
}

.atl-gallery__promo img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

body.atl-lightbox-open {
	overflow: hidden;
}

.atl-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 24px;
}

.atl-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 7, 18, 0.88);
}

.atl-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: min(1120px, 100%);
	height: min(82vh, 760px);
}

.atl-lightbox__dialog img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 10px;
	object-fit: contain;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.atl-lightbox__close,
.atl-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	backdrop-filter: blur(10px);
}

.atl-lightbox__close {
	top: -6px;
	right: -6px;
	width: 44px;
	height: 44px;
	font-size: 34px;
	font-weight: 300;
}

.atl-lightbox__nav {
	top: 50%;
	width: 52px;
	height: 52px;
	font-size: 42px;
	font-weight: 300;
	transform: translateY(-50%);
}

.atl-lightbox__nav:hover,
.atl-lightbox__close:hover {
	background: var(--atl-green);
}

.atl-lightbox__nav--prev {
	left: -70px;
}

.atl-lightbox__nav--next {
	right: -70px;
}

.atl-lightbox.is-single .atl-lightbox__nav {
	display: none;
}

.atl-lightbox__count {
	position: absolute;
	right: 0;
	bottom: -42px;
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.atl-panel {
	margin-top: 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.atl-panel h2 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 750;
}

.atl-specs h2 {
	display: none;
}

.atl-specs dl {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 42px;
	border: 0;
	border-radius: 0;
	overflow: visible;
}

.atl-specs div {
	grid-template-columns: minmax(120px, 0.75fr) 1fr;
	min-height: 18px;
	border-bottom: 0;
}

.atl-specs div:nth-last-child(-n+2) {
	border-bottom: 0;
}

.atl-specs dt,
.atl-specs dd {
	align-items: start;
	min-width: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.35;
}

.atl-specs dt {
	background: transparent;
	color: #8892ad;
	font-weight: 500;
}

.atl-specs dd {
	color: #0b1b35;
	font-weight: 500;
}

.atl-description {
	padding-top: 28px;
	border-top: 1px solid var(--atl-green);
	color: #001936;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

.atl-description h2 {
	display: none;
}

.atl-meta {
	gap: 14px;
	margin-top: 24px;
	padding-top: 14px;
	border-top: 1px solid var(--atl-green);
	color: #6b7280;
	font-size: 13px;
	font-weight: 500;
}

.atl-meta span {
	min-height: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.atl-secondary-actions {
	margin-top: 14px;
}

.atl-secondary-actions button {
	min-height: 36px;
	border-color: #e5e9f0;
	border-radius: 8px;
	background: #f6f7fb;
	color: #17233b;
	font-size: 13px;
	font-weight: 700;
}

.atl-sidebar {
	position: static;
	display: grid;
	gap: 10px;
	top: auto;
	align-self: start;
}

.admin-bar .atl-sidebar {
	top: auto;
}

.atl-sidebar-favorite {
	display: flex;
	justify-content: flex-end;
	min-height: 46px;
}

.atl-price-card,
.atl-seller-card {
	border: 0;
	border-radius: 12px;
	background: #f5f6fa;
	box-shadow: none;
}

.atl-price-card {
	display: grid;
	gap: 22px;
	padding: 26px 20px;
}

.atl-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px;
	min-width: 0;
}

.atl-price strong {
	color: #0a1b35;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
}

.atl-price span {
	color: #5f6b80;
	font-size: 14px;
	font-weight: 600;
}

.atl-contact-actions {
	display: grid;
	gap: 10px;
}

.atl-phone,
.atl-message {
	display: grid;
	grid-template-columns: auto auto;
	gap: 7px 9px;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.15;
}

.atl-phone {
	background: #3fba65;
}

.atl-message {
	min-height: 54px;
	background: #4a84f4;
}

.atl-phone i,
.atl-message i {
	font-style: normal;
	line-height: 1;
}

.atl-phone span,
.atl-message span {
	grid-column: 2;
}

.atl-phone small {
	grid-column: 1 / -1;
	margin-top: -1px;
	font-size: 18px;
	font-weight: 800;
	opacity: 1;
}

.atl-seller-card {
	display: grid;
	gap: 14px;
	padding: 24px 20px;
}

.atl-seller-card__cover {
	overflow: hidden;
	margin: -24px -20px 2px;
	border-radius: 12px 12px 0 0;
	background: #e8edf5;
}

.atl-seller-card__cover img {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

/* Avatar on the left, name/details on the right. */
.atl-seller-card__head {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	min-width: 0;
}

.atl-seller-card__head > div:first-child {
	flex: 1 1 auto;
	min-width: 0;
}

.atl-seller-card strong,
.atl-seller-card span,
.atl-seller-card a {
	display: block;
}

.atl-seller-card strong {
	color: #1c293d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
}

.atl-seller-card span {
	margin-top: 4px;
	color: #7a8498;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
}

.atl-seller-card a {
	margin-top: 4px;
	color: #2f73ff;
	font-size: 14px;
	font-weight: 500;
}

.atl-seller__name {
	display: flex !important;
	align-items: center;
	gap: 6px;
}

.atl-seller__avatar {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	overflow: hidden;
	border: 1px solid #dce3ee;
	border-radius: 50%;
	background: #fff;
	color: #95a0b5;
	font-size: 22px;
	font-weight: 750;
	text-transform: uppercase;
}

.atl-seller__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.atl-seller__avatar span {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.atr-verified-badge {
	margin: 0;
}

.atl-store-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
}

.atl-store-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin: 0;
	border-radius: 8px;
	background: #e8ebf3;
	color: #06142a;
	font-weight: 600;
}

.atl-store-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -2px 0 0;
}

.atl-store-socials__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 42px;
	height: 42px;
	min-height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid #e2e7f0;
	border-radius: 12px;
	background: #fff;
	color: #19253a;
	font-size: 12px;
	font-weight: 650;
	line-height: 1;
}

.atl-store-socials__link:hover {
	border-color: rgba(16, 184, 63, 0.45);
	background: #f8fff9;
}

.atl-store-socials__icon {
	display: inline-grid !important;
	place-items: center;
	width: 28px;
	height: 28px;
	margin: 0 !important;
	border-radius: 10px;
	background: transparent;
}

.atl-store-socials__icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.atl-store-socials__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.atl-address {
	display: block;
	padding: 12px 0 0;
	border: 0;
	border-top: 1px solid var(--atl-green);
	border-radius: 0;
	color: #263349;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 980px) {
	.atl-shell {
		width: min(100% - 20px, 720px);
	}

	.atl-layout {
		grid-template-columns: 1fr;
	}

	.atl-sidebar {
		position: static;
		order: 2;
	}

	.atl-content {
		order: 1;
	}

	.atl-related-wrap {
		order: 3;
	}
}

@media (max-width: 620px) {
	body.aletrent-listing-page {
		padding-bottom: 88px;
		background: #f4f6fb;
	}

	.atl-shell {
		width: 100%;
		max-width: none;
	}

	.atl-main {
		padding: 0 0 28px;
	}

	.atl-layout {
		gap: 8px;
	}

	.atl-content,
	.atl-sidebar {
		padding: 0 4px;
	}

	.atl-content {
		display: grid;
	}

	.atl-gallery {
		order: 1;
		margin: 0 -4px;
	}

	.atl-titlebar {
		order: 2;
		grid-template-columns: 1fr auto;
		margin: 0;
		padding: 16px 16px 18px;
		border-radius: 0 0 14px 14px;
		background: #fff;
	}

	.atl-titlebar h1 {
		font-size: 17px;
		font-weight: 500;
	}

	.atl-mobile-price {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 6px;
		margin-bottom: 8px;
		color: #0a1b35;
	}

	.atl-mobile-price strong {
		font-size: 26px;
		font-weight: 850;
		line-height: 1;
	}

	.atl-mobile-price span {
		color: #5f6b80;
		font-size: 14px;
		font-weight: 650;
	}

	.atl-favorite {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		font-size: 25px;
	}

	.atl-gallery__main {
		border-radius: 0;
		background: #fff;
	}

	/* Fill the frame so no white bands show above/below the photo;
	   the favorite button and Premium badge sit fully on the image. */
	.atl-gallery__main img {
		aspect-ratio: 1 / 0.78;
		object-fit: cover;
		background: #fff;
	}

	.atl-gallery__promo {
		top: 10px;
		right: 10px;
		min-height: 28px;
		padding: 0 9px;
	}

	.atl-gallery__nav {
		width: 36px;
		height: 36px;
		font-size: 30px;
	}

	.atl-gallery__nav--prev {
		left: 10px;
	}

	.atl-gallery__nav--next {
		right: 10px;
	}

	.atl-gallery__thumbs {
		display: none;
	}

	.atl-panel {
		margin-top: 8px;
		padding: 18px 16px;
		border-radius: 14px;
		background: #fff;
	}

	.atl-specs {
		order: 3;
	}

	.atl-description {
		order: 4;
		border-top: 1px solid var(--atl-green);
	}

	.atl-meta {
		order: 5;
		padding: 12px 16px 0;
	}

	.atl-secondary-actions {
		order: 6;
		align-items: center;
		padding: 0 16px;
	}

	/* JS moves the favorite button onto the gallery on mobile:
	   top left, no background, just the heart glyph. */
	.atl-gallery__main .atl-favorite {
		position: absolute;
		z-index: 5;
		top: 10px;
		left: 10px;
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		color: #fff;
		font-size: 32px;
		line-height: 1;
		filter: drop-shadow(0 2px 6px rgba(7, 12, 22, 0.55));
		transform: none;
	}

	.atl-gallery__main .atl-favorite:hover {
		border: 0;
		background: transparent;
		transform: none;
	}

	.atl-gallery__main .atl-favorite.is-active {
		color: var(--atl-green);
	}

	.atl-sidebar-favorite {
		display: none;
	}

	/* Price is already shown in the title bar; hide the sidebar copy.
	   display: contents removes the empty card box so the seller card
	   sits right below the action row. */
	.atl-price-card .atl-price {
		display: none;
	}

	.atl-price-card {
		display: contents;
	}

	.atl-specs dl {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.atl-specs div {
		grid-template-columns: minmax(116px, 0.85fr) 1fr;
	}

	.atl-specs dt,
	.atl-specs dd {
		font-size: 14px;
	}

	.atl-sidebar {
		gap: 8px;
	}

	.atl-price-card,
	.atl-seller-card {
		border-radius: 14px;
	}

	.atl-price-card {
		padding: 22px 20px 24px;
	}

	.atl-price strong {
		font-size: 28px;
	}

	.atl-contact-actions {
		position: fixed;
		z-index: 60;
		left: 16px;
		right: 16px;
		bottom: 12px;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.admin-bar .atl-contact-actions {
		bottom: 12px;
	}

	.atl-phone,
	.atl-message {
		min-height: 56px;
		border-radius: 10px;
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
	}

	.atl-phone small {
		display: none;
	}

	.atl-message {
		grid-template-columns: auto auto;
	}

	.atl-seller-card {
		gap: 10px;
		padding: 16px;
	}

	.atl-seller-card__cover {
		margin: -16px -16px 2px;
	}

	.atl-store-socials__label {
		display: none !important;
	}

	.atl-store-socials__link {
		min-width: 42px;
	}

	.atl-lightbox {
		padding: 14px;
	}

	.atl-lightbox__dialog {
		height: min(78vh, 680px);
	}

	.atl-lightbox__close {
		top: 8px;
		right: 8px;
	}

	.atl-lightbox__nav {
		width: 42px;
		height: 42px;
		font-size: 34px;
	}

	.atl-lightbox__nav--prev {
		left: 8px;
	}

	.atl-lightbox__nav--next {
		right: 8px;
	}

	.atl-lightbox__count {
		right: 8px;
		bottom: 8px;
	}
}
