/*
 * AngeliasEye editorial page layer.
 * This file is intentionally limited to Agent B's home, about, routine,
 * journal and contact templates.
 */

.ae-page {
	overflow: clip;
	background: var(--ae-ivory);
}

.ae-section {
	padding: clamp(64px, 8vw, 104px) 0;
}

.ae-section--blush {
	background: var(--ae-blush);
}

.ae-lede {
	max-width: 430px;
	color: var(--ae-muted);
	font-size: 13px;
	line-height: 1.75;
}

.ae-section-heading {
	margin-bottom: 34px;
}

.ae-section-heading--center {
	text-align: center;
}

.ae-section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.ae-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--ae-text) !important;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .16em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.ae-text-link .ae-icon {
	width: 14px;
	height: 14px;
	transition: transform .2s var(--ae-ease);
}

.ae-text-link:hover .ae-icon,
.ae-text-link:focus-visible .ae-icon {
	transform: translateX(4px);
}

.ae-empty-state {
	padding: 48px 24px;
	border: 1px solid var(--ae-border);
	background: rgba(255, 255, 255, .35);
	text-align: center;
}

.ae-empty-state p {
	margin: 0 0 18px;
	color: var(--ae-muted);
}

.ae-empty-state--large {
	padding: clamp(70px, 10vw, 140px) 24px;
}

.ae-empty-state--large h2 {
	margin: 10px auto 14px;
	font-family: var(--ae-display);
	font-size: clamp(32px, 5vw, 62px);
	font-weight: 400;
	line-height: .98;
}

/* Home */

.ae-home-hero {
	background: var(--ae-blush);
}

.ae-home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	align-items: stretch;
	min-height: min(650px, calc(100vh - 125px));
}

.ae-home-hero__copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(54px, 8vw, 110px) clamp(12px, 5vw, 72px) clamp(54px, 8vw, 100px) 0;
}

.ae-home-hero h1 {
	max-width: 570px;
	margin: 0 0 24px;
	font-family: var(--ae-display);
	font-size: clamp(52px, 6.1vw, 92px);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: .88;
	text-transform: uppercase;
}

.ae-home-hero__media {
	position: relative;
	overflow: hidden;
	min-height: 500px;
	background:
		radial-gradient(circle at 74% 24%, rgba(255, 255, 255, .82), transparent 24%),
		linear-gradient(145deg, #e9d9cc 0%, #d9c2af 100%);
}

.ae-home-hero__products {
	position: absolute;
	inset: 0;
}

.ae-home-hero__product {
	position: absolute;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 26px 22px rgba(52, 35, 25, .16));
	mix-blend-mode: multiply;
}

.ae-home-hero__product--1 {
	right: 1%;
	bottom: -5%;
	width: 52%;
	height: 82%;
}

.ae-home-hero__product--2 {
	left: 7%;
	bottom: -4%;
	width: 37%;
	height: 70%;
}

.ae-home-hero__product--3 {
	left: 27%;
	bottom: -13%;
	width: 35%;
	height: 54%;
}

.ae-home-hero__stamp {
	position: absolute;
	right: 22px;
	bottom: 22px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, .62);
	color: #fff;
	font-size: 10px;
	letter-spacing: .14em;
	line-height: 1.4;
	text-align: right;
}

.ae-home-hero__stamp small {
	font-size: 7px;
	letter-spacing: .18em;
}

.ae-icon-strip {
	background: var(--ae-card);
	border-bottom: 1px solid var(--ae-border);
}

.ae-icon-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.ae-feature {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 100px;
	padding: 15px 20px;
	border-right: 1px solid var(--ae-border);
}

.ae-feature:first-child {
	border-left: 1px solid var(--ae-border);
}

.ae-feature__symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	flex: 0 0 35px;
	border: 1px solid var(--ae-gold);
	border-radius: 50%;
	color: var(--ae-gold);
	font-family: Georgia, serif;
	font-size: 19px;
	line-height: 1;
}

.ae-feature strong,
.ae-feature span:not(.ae-feature__symbol) {
	display: block;
}

.ae-feature strong {
	margin-bottom: 3px;
	font-size: 10px;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ae-feature span:not(.ae-feature__symbol) {
	color: var(--ae-muted);
	font-size: 10px;
	line-height: 1.45;
}

.ae-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 28px);
}

.ae-home-story__grid,
.ae-home-journal__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(32px, 7vw, 104px);
}

.ae-home-story__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ddc5b3;
}

.ae-home-story__media img,
.ae-home-journal__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ae-home-story__copy {
	max-width: 470px;
}

.ae-home-story h2,
.ae-home-journal h2 {
	margin: 0 0 20px;
	color: var(--ae-text);
	font-family: var(--ae-display);
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: .93;
	text-transform: uppercase;
}

.ae-home-story p:not(.ae-eyebrow),
.ae-home-journal p:not(.ae-eyebrow) {
	margin: 0 0 24px;
	color: var(--ae-muted);
}

.ae-home-journal__media {
	position: relative;
	display: block;
	aspect-ratio: 1.22 / 1;
	overflow: hidden;
	background: #ded1c6;
	text-decoration: none !important;
}

.ae-home-journal__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .62));
	content: "";
}

.ae-home-journal__media span {
	position: absolute;
	z-index: 1;
	right: 24px;
	bottom: 20px;
	left: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

/* About */

.ae-page-hero {
	display: grid;
	min-height: 620px;
}

.ae-page-hero--split {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.ae-page-hero__media {
	min-height: 560px;
	background: #dec9ba;
}

.ae-page-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: center;
}

.ae-page-hero__copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(50px, 8vw, 110px);
	background: var(--ae-blush);
}

.ae-page-hero h1,
.ae-editorial-intro h1,
.ae-routine-hero h1 {
	margin: 0 0 18px;
	color: var(--ae-text);
	font-family: var(--ae-display);
	font-size: clamp(54px, 7vw, 100px);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: .86;
	text-transform: uppercase;
}

.ae-page-hero__lead {
	margin: 0 0 13px;
	font-family: var(--ae-display);
	font-size: clamp(25px, 3vw, 38px);
	line-height: 1;
}

.ae-page-hero__copy > p:not(.ae-eyebrow):not(.ae-page-hero__lead) {
	max-width: 485px;
	color: var(--ae-muted);
}

.ae-page-hero__copy .ae-btn {
	align-self: flex-start;
	margin-top: 13px;
}

.ae-philosophy {
	background: var(--ae-card);
}

.ae-philosophy__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--ae-border);
	border-bottom: 1px solid var(--ae-border);
}

.ae-philosophy-card {
	min-height: 235px;
	padding: 24px 25px;
	border-right: 1px solid var(--ae-border);
}

.ae-philosophy-card:first-child {
	border-left: 1px solid var(--ae-border);
}

.ae-philosophy-card span {
	display: block;
	margin-bottom: 48px;
	color: var(--ae-gold);
	font-family: var(--ae-display);
	font-size: 28px;
}

.ae-philosophy-card strong {
	display: block;
	margin-bottom: 8px;
	font-family: var(--ae-display);
	font-size: 27px;
	font-weight: 500;
}

.ae-philosophy-card p {
	margin: 0;
	color: var(--ae-muted);
	font-size: 12px;
	line-height: 1.6;
}

.ae-promise__grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(35px, 7vw, 110px);
}

.ae-promise__copy {
	max-width: 460px;
}

.ae-promise h2 {
	margin: 0 0 20px;
	font-family: var(--ae-display);
	font-size: clamp(42px, 5vw, 74px);
	font-weight: 400;
	line-height: .92;
	text-transform: uppercase;
}

.ae-promise__copy > p:not(.ae-eyebrow) {
	color: var(--ae-muted);
}

.ae-promise__list {
	display: grid;
	gap: 8px;
	margin-top: 24px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.ae-promise__media {
	aspect-ratio: 1.45 / 1;
	overflow: hidden;
}

.ae-promise__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Routine */

.ae-routine-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
	min-height: 430px;
	background: var(--ae-blush);
}

.ae-routine-hero__image {
	min-height: 430px;
}

.ae-routine-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	object-position: center;
}

.ae-routine-hero__copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 48px clamp(28px, 6vw, 92px);
}

.ae-routine-hero h1 {
	font-size: clamp(44px, 5vw, 72px);
}

.ae-routine-hero__copy > p:not(.ae-eyebrow) {
	max-width: 370px;
	color: var(--ae-muted);
}

.ae-segmented-control {
	display: inline-flex;
	margin-top: 22px;
	border: 1px solid var(--ae-ink);
}

.ae-segmented-control button {
	min-width: 72px;
	min-height: 40px;
	border: 0;
	background: transparent;
	color: var(--ae-text);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .15em;
}

.ae-segmented-control button.is-active {
	background: var(--ae-ink);
	color: #fff;
}

.ae-routine-steps {
	background: var(--ae-card);
}

.ae-routine-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.ae-routine-step {
	position: relative;
	padding: 0 15px 20px;
	border-left: 1px solid var(--ae-border);
}

.ae-routine-step:last-child {
	border-right: 1px solid var(--ae-border);
}

.ae-routine-step__number {
	margin-bottom: 17px;
	color: var(--ae-gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
}

.ae-routine-step__media {
	display: block;
	height: 245px;
	margin: 0 -15px 19px;
	background: #f0e9e1;
	text-decoration: none !important;
}

.ae-routine-step__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.ae-routine-step h3 {
	margin: 5px 0 8px;
	font-family: var(--ae-display);
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
}

.ae-routine-step h3 a {
	text-decoration: none;
}

.ae-routine-step > p:last-child {
	margin: 0;
	color: var(--ae-muted);
	font-size: 12px;
	line-height: 1.55;
}

.ae-routine-cta {
	margin-top: 42px;
	text-align: center;
}

.ae-routine-benefits {
	background: var(--ae-blush);
	border-top: 1px solid var(--ae-border);
	border-bottom: 1px solid var(--ae-border);
}

.ae-routine-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.ae-routine-benefits__grid > div {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	column-gap: 11px;
	padding: 21px 18px;
	border-right: 1px solid var(--ae-border);
}

.ae-routine-benefits__grid > div:first-child {
	border-left: 1px solid var(--ae-border);
}

.ae-routine-benefits .ae-feature__symbol {
	grid-row: span 2;
}

.ae-routine-benefits strong,
.ae-routine-benefits small {
	display: block;
}

.ae-routine-benefits strong {
	font-size: 10px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ae-routine-benefits small {
	color: var(--ae-muted);
	font-size: 10px;
}

/* Journal */

.ae-editorial-intro {
	padding: clamp(72px, 10vw, 132px) 0 40px;
	background: var(--ae-blush);
	text-align: center;
}

.ae-editorial-intro--compact {
	padding-bottom: 75px;
}

.ae-editorial-intro h1 {
	margin-bottom: 8px;
	font-size: clamp(56px, 8vw, 108px);
}

.ae-editorial-intro > .ae-shell > p:not(.ae-eyebrow) {
	margin: 0 auto;
	color: var(--ae-muted);
}

.ae-category-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 30px;
	margin-top: 45px;
}

.ae-category-tabs a {
	padding-bottom: 8px;
	color: var(--ae-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-decoration: none;
	text-transform: uppercase;
}

.ae-category-tabs a.is-active,
.ae-category-tabs a:hover,
.ae-category-tabs a:focus-visible {
	border-bottom: 1px solid var(--ae-ink);
	color: var(--ae-text);
}

.ae-blog-grid-section {
	background: var(--ae-card);
}

.ae-blog-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.ae-article-card {
	min-width: 0;
}

.ae-article-card__media {
	display: block;
	aspect-ratio: 1.4 / 1;
	overflow: hidden;
	background: #ddd0c4;
}

.ae-article-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s var(--ae-ease);
}

.ae-article-card:hover .ae-article-card__media img {
	transform: scale(1.035);
}

.ae-article-card__body {
	padding: 20px 0 4px;
}

.ae-article-card__body h2 {
	margin: 6px 0 10px;
	font-family: var(--ae-display);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 500;
	line-height: .98;
}

.ae-article-card__body h2 a {
	text-decoration: none;
}

.ae-article-card__body > p:not(.ae-eyebrow) {
	max-width: 480px;
	margin: 0 0 16px;
	color: var(--ae-muted);
	font-size: 12px;
}

.ae-blog-small-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 62px;
}

.ae-blog-small-grid .ae-article-card__body h2 {
	font-size: 28px;
}

/* Contact */

.ae-contact-content {
	background: var(--ae-card);
}

.ae-contact-content__grid {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: clamp(44px, 9vw, 145px);
}

.ae-contact-details {
	max-width: 410px;
}

.ae-contact-details h2 {
	margin: 0 0 18px;
	font-family: var(--ae-display);
	font-size: clamp(40px, 4.7vw, 65px);
	font-weight: 400;
	line-height: .94;
	text-transform: uppercase;
}

.ae-contact-details > p:not(.ae-eyebrow) {
	color: var(--ae-muted);
}

.ae-contact-list {
	display: grid;
	gap: 22px;
	margin-top: 34px;
}

.ae-contact-list > a,
.ae-contact-list > span {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	color: var(--ae-text);
	font-size: 12px;
	line-height: 1.55;
	text-decoration: none;
}

.ae-contact-list__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	flex: 0 0 29px;
	border: 1px solid var(--ae-gold);
	border-radius: 50%;
	color: var(--ae-gold);
	font-size: 13px;
}

.ae-contact-list small {
	display: block;
	margin-bottom: 2px;
	color: var(--ae-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.ae-contact-social {
	display: flex;
	gap: 9px;
	margin-top: 34px;
}

.ae-contact-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border: 1px solid var(--ae-border);
	color: var(--ae-gold);
}

.ae-contact-social a:hover,
.ae-contact-social a:focus-visible {
	background: var(--ae-ink);
	border-color: var(--ae-ink);
	color: #fff;
}

.ae-contact-form-wrap {
	padding: clamp(26px, 4vw, 50px);
	background: var(--ae-ivory);
	border: 1px solid var(--ae-border);
}

.ae-contact-form,
.ae-form-grid {
	display: grid;
	gap: 19px;
}

.ae-form-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.ae-form-field {
	display: grid;
	gap: 7px;
	color: var(--ae-text);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ae-form-field textarea {
	resize: vertical;
}

.ae-contact-form .ae-btn {
	justify-self: start;
	min-width: 190px;
}

.ae-contact-map {
	padding: 0 0 clamp(64px, 8vw, 104px);
	background: var(--ae-card);
}

.ae-contact-map__frame {
	position: relative;
	min-height: 340px;
	overflow: hidden;
	background: #d6c6ba;
}

.ae-contact-map__frame > img {
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
	filter: saturate(.55) sepia(.1);
}

.ae-contact-map__card {
	position: absolute;
	right: 35px;
	bottom: 30px;
	width: min(300px, calc(100% - 40px));
	padding: 25px;
	background: rgba(251, 247, 242, .94);
}

.ae-contact-map__card strong {
	display: block;
	margin: 7px 0 8px;
	font-family: var(--ae-display);
	font-size: 28px;
	font-weight: 500;
}

.ae-contact-map__card p {
	margin: 0;
	color: var(--ae-muted);
	font-size: 12px;
}

@media (max-width: 980px) {
	.ae-home-hero__grid,
	.ae-page-hero--split,
	.ae-routine-hero {
		grid-template-columns: 1fr;
	}

	.ae-home-hero__copy {
		min-height: 430px;
		padding: 65px var(--ae-gutter);
	}

	.ae-home-hero__media,
	.ae-home-hero__media img,
	.ae-page-hero__media,
	.ae-page-hero__media img,
	.ae-routine-hero__image,
	.ae-routine-hero__image img {
		min-height: 420px;
	}

	.ae-page-hero__copy {
		min-height: 430px;
		padding: 64px var(--ae-gutter);
	}

	.ae-routine-hero__copy {
		min-height: 350px;
	}

	.ae-contact-content__grid {
		gap: 55px;
	}
}

@media (max-width: 760px) {
	.ae-section-heading--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.ae-icon-strip__grid,
	.ae-philosophy__grid,
	.ae-routine-steps__grid,
	.ae-routine-benefits__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ae-feature {
		border-bottom: 1px solid var(--ae-border);
	}

	.ae-feature:nth-child(2n) {
		border-right: 0;
	}

	.ae-feature:nth-child(3),
	.ae-feature:nth-child(4) {
		border-bottom: 0;
	}

	.ae-home-story__grid,
	.ae-home-journal__grid,
	.ae-promise__grid,
	.ae-contact-content__grid {
		grid-template-columns: 1fr;
	}

	.ae-home-story__copy,
	.ae-contact-details {
		max-width: none;
	}

	.ae-home-journal__copy {
		order: 2;
	}

	.ae-home-journal__media {
		order: 1;
	}

	.ae-philosophy-card:nth-child(2n) {
		border-right: 0;
	}

	.ae-philosophy-card:nth-child(n + 3) {
		border-top: 1px solid var(--ae-border);
	}

	.ae-promise__media {
		order: -1;
	}

	.ae-routine-step {
		border-bottom: 1px solid var(--ae-border);
	}

	.ae-routine-step:nth-child(2n) {
		border-right: 0;
	}

	.ae-routine-step:nth-child(n + 3) {
		padding-top: 22px;
	}

	.ae-routine-step__media {
		height: 220px;
	}

	.ae-routine-benefits__grid > div:nth-child(2n) {
		border-right: 0;
	}

	.ae-routine-benefits__grid > div:nth-child(n + 3) {
		border-top: 1px solid var(--ae-border);
	}

	.ae-blog-feature-grid,
	.ae-blog-small-grid {
		grid-template-columns: 1fr;
	}

	.ae-blog-small-grid {
		margin-top: 40px;
	}

	.ae-contact-map__frame > img {
		height: 290px;
	}
}

@media (max-width: 520px) {
	.ae-home-hero h1,
	.ae-page-hero h1,
	.ae-editorial-intro h1 {
		font-size: clamp(47px, 15vw, 72px);
	}

	.ae-home-hero__copy,
	.ae-page-hero__copy {
		min-height: 390px;
		padding-top: 52px;
		padding-bottom: 52px;
	}

	.ae-home-hero__media,
	.ae-home-hero__media img,
	.ae-page-hero__media,
	.ae-page-hero__media img,
	.ae-routine-hero__image,
	.ae-routine-hero__image img {
		min-height: 330px;
	}

	.ae-icon-strip__grid,
	.ae-philosophy__grid,
	.ae-routine-steps__grid,
	.ae-routine-benefits__grid,
	.ae-form-grid {
		grid-template-columns: 1fr;
	}

	.ae-feature,
	.ae-philosophy-card,
	.ae-routine-step,
	.ae-routine-benefits__grid > div {
		border-right: 0 !important;
		border-left: 0 !important;
		border-bottom: 1px solid var(--ae-border);
	}

	.ae-feature:last-child,
	.ae-philosophy-card:last-child,
	.ae-routine-step:last-child,
	.ae-routine-benefits__grid > div:last-child {
		border-bottom: 0;
	}

	.ae-philosophy-card:nth-child(n + 3),
	.ae-routine-step:nth-child(n + 3),
	.ae-routine-benefits__grid > div:nth-child(n + 3) {
		border-top: 0;
	}

	.ae-philosophy-card span {
		margin-bottom: 22px;
	}

	.ae-routine-hero__copy {
		min-height: 340px;
		padding: 50px var(--ae-gutter);
	}

	.ae-category-tabs {
		gap: 10px 18px;
		margin-top: 33px;
	}

	.ae-contact-form-wrap {
		padding: 23px 18px;
	}

	.ae-contact-map__card {
		right: 20px;
		bottom: 20px;
		left: 20px;
		width: auto;
	}
}
