/* Learnnet homepage — layout inspired by reference design, Learnnet brand colours */

:root {
	--ln-brown: #6d675d;
	--ln-lime: #ccd871;
	--ln-teal: #7ebec5;
	--ln-sage: #b5c17b;
	--ln-dark: #2f2b27;
	--ln-muted: #8a847a;
	--ln-bg: #f8f7f4;
	--ln-white: #ffffff;
	--ln-shadow: 0 12px 32px rgba(47, 43, 39, 0.12);
	--ln-radius: 8px;
	--ln-container: min(1140px, calc(100% - 48px));
}

body.learnnet-home {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: var(--ln-brown);
	background: var(--ln-white);
}

body.learnnet-home #main-content {
	padding: 0;
	margin: 0;
}

body.learnnet-home #page-container {
	overflow: visible;
}

body.learnnet-home .learnnet-home-main {
	margin-top: 0;
}

/* Homepage — header overlays hero video (transparent → solid on scroll) */
body.learnnet-home #page-container {
	position: relative;
}

body.learnnet-home .ln-site-header,
body.learnnet-home #learnnet-header-mount {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100001;
	overflow: visible;
}

body.learnnet-home header.et-l.et-l--header {
	position: relative !important;
	background: transparent !important;
	box-shadow: none !important;
	transition: background 0.25s ease, box-shadow 0.25s ease;
}

body.learnnet-home header.et-l.et-l--header .et_builder_inner_content,
body.learnnet-home header.et-l.et-l--header .et_pb_section_0_tb_header,
body.learnnet-home header.et-l.et-l--header .et_pb_section_0_tb_header.et_pb_section {
	background: transparent !important;
	overflow: visible !important;
}

body.learnnet-home header.et-l.et-l--header .et_pb_section_0_tb_header,
body.learnnet-home header.et-l.et-l--header .et_pb_section_0_tb_header.et_pb_section {
	padding: 20px 0 !important;
}

body.learnnet-home header.et-l.et-l--header .et_pb_row_0_tb_header,
body.learnnet-home header.et-l.et-l--header .et_pb_row_0_tb_header.et_pb_row {
	align-items: center !important;
}

body.learnnet-home header.et-l.et-l--header .et_pb_column_0_tb_header,
body.learnnet-home header.et-l.et-l--header .et_pb_column_1_tb_header {
	align-self: center !important;
	display: flex !important;
	align-items: center !important;
}

body.learnnet-home header.et-l.et-l--header .learnnet-header-actions {
	align-items: center !important;
	align-self: center !important;
}

body.learnnet-home header.et-l.et-l--header .et_pb_button_0_tb_header_wrapper {
	align-self: center !important;
	display: flex !important;
	align-items: center !important;
}

body.learnnet-home header.et-l.et-l--header .et-menu li > a {
	color: #fff !important;
}

body.learnnet-home header.et-l.et-l--header .et-menu li > a:hover {
	color: #ccd871 !important;
}

body.learnnet-home header.et-l.et-l--header .et-menu li.current-menu-item > a,
body.learnnet-home header.et-l.et-l--header .et-menu li.current_page_item > a {
	color: #ccd871 !important;
}

body.learnnet-home header.et-l.et-l--header .et-menu li > a,
body.learnnet-home header.et-l.et-l--header #menu-menu.et-menu > li > a {
	font-size: 17px !important;
	line-height: 1.45 !important;
}

body.learnnet-home header.et-l.et-l--header #menu-menu.et-menu > li + li {
	margin-left: 3rem !important;
}

body.learnnet-home header.et-l.et-l--header .et-menu li {
	padding-right: 0 !important;
	margin: 0 !important;
}

body.learnnet-home header.et-l.et-l--header .et_pb_button_0_tb_header {
	font-size: 14px !important;
	padding: 10px 22px !important;
}

body.learnnet-home header.et-l.et-l--header .learnnet-lang-dropdown__toggle {
	font-size: 14px !important;
	padding: 10px 14px !important;
}

body.learnnet-home header.et-l.et-l--header .learnnet-header-logo {
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
	max-height: 42px !important;
}

body.learnnet-home header.et-l.et-l--header .et_pb_button_0_tb_header {
	background: transparent !important;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.9) !important;
	border-radius: 999px !important;
	padding: 8px 20px !important;
}

body.learnnet-home header.et-l.et-l--header .et_pb_button_0_tb_header:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	border-color: #fff !important;
}

body.learnnet-home header.et-l.et-l--header .learnnet-lang-dropdown__toggle {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}

body.learnnet-home header.et-l.et-l--header .learnnet-lang-dropdown__toggle:hover,
body.learnnet-home header.et-l.et-l--header .learnnet-lang-dropdown[open] .learnnet-lang-dropdown__toggle {
	border-color: rgba(255, 255, 255, 0.9);
	box-shadow: none;
}

body.learnnet-home header.et-l.et-l--header .learnnet-lang-caret {
	border-top-color: #fff;
}

body.learnnet-home header.et-l.et-l--header .mobile_menu_bar:before {
	background: #fff;
	box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
}

/* Scrolled — solid header for readability */
body.learnnet-home.ln-header-scrolled header.et-l.et-l--header {
	background: #fff !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) !important;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et_builder_inner_content,
body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et_pb_section_0_tb_header,
body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et_pb_section_0_tb_header.et_pb_section {
	background: #fff !important;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et-menu li > a {
	color: #6d675d !important;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et-menu li > a:hover,
body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et-menu li.current-menu-item > a,
body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et-menu li.current_page_item > a {
	color: #ccd871 !important;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .learnnet-header-logo {
	filter: none;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et_pb_button_0_tb_header {
	background: #6d675d !important;
	color: #fff !important;
	border: none !important;
	border-radius: 5px !important;
	padding: 8px 16px !important;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .et_pb_button_0_tb_header:hover {
	background: #5a554d !important;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .learnnet-lang-dropdown__toggle {
	background: #fff;
	border-color: #d8d4d0;
	color: #6d675d;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .learnnet-lang-caret {
	border-top-color: #6d675d;
}

body.learnnet-home.ln-header-scrolled header.et-l.et-l--header .mobile_menu_bar:before {
	background: #6d675d;
	box-shadow: 0 -8px 0 #6d675d, 0 8px 0 #6d675d;
}

/* Learnnet homepage — footer on lightweight pages */
body.learnnet-home #main-footer {
	background: #6d675d;
	color: #fff;
	margin-top: 0;
}

body.learnnet-home #footer-widgets {
	padding: 48px 0 24px;
}

body.learnnet-home #footer-widgets .footer-widget {
	float: left;
	width: 33.33%;
	padding: 0 20px;
	box-sizing: border-box;
}

body.learnnet-home #footer-widgets .title {
	color: #ccd871;
	font-size: 16px;
	margin-bottom: 16px;
}

body.learnnet-home #footer-widgets a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

body.learnnet-home #footer-widgets a:hover {
	color: #ccd871;
}

body.learnnet-home #footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.learnnet-home #footer-widgets li {
	margin-bottom: 8px;
}

body.learnnet-home #footer-bottom {
	background: #6d675d;
	padding: 16px 0;
}

body.learnnet-home #footer-info {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
}

@media (max-width: 980px) {
	body.learnnet-home #footer-widgets .footer-widget {
		width: 100%;
		margin-bottom: 24px;
	}
}

/* Override legacy Divi homepage spacing rules from site.css */
body.learnnet-home.page-id-18973 #main-content .et_pb_section,
body.learnnet-home.page-id-18973 #main-content .et_pb_row {
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
}

.learnnet-home-main {
	overflow-x: hidden;
}

.ln-container {
	width: var(--ln-container);
	margin: 0 auto;
}

.ln-section {
	padding: 88px 0;
}

.ln-section--muted {
	background: var(--ln-bg);
}

.ln-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ln-teal);
	margin-bottom: 14px;
}

.ln-eyebrow::before {
	content: '»»';
	font-weight: 700;
}

.ln-section-head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 56px;
}

.ln-section-head h2 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	line-height: 1.15;
	font-weight: 700;
	color: var(--ln-brown);
	margin: 0 0 16px;
}

.ln-section-head p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--ln-muted);
	margin: 0;
}

/* Hero */
.ln-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	color: var(--ln-white);
	overflow: hidden;
}

.ln-hero__video-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.ln-hero__video-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ln-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(47, 43, 39, 0.82) 0%, rgba(47, 43, 39, 0.55) 55%, rgba(47, 43, 39, 0.35) 100%);
}

.ln-hero__inner {
	position: relative;
	z-index: 1;
	width: var(--ln-container);
	margin: 0 auto;
	padding: 120px 0 100px;
}

.ln-hero__label {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ln-lime);
	margin-bottom: 18px;
}

.ln-hero h1 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1.08;
	font-weight: 700;
	max-width: 760px;
	margin: 0 0 22px;
}

.ln-hero h1 em {
	font-style: normal;
	color: var(--ln-lime);
}

.ln-hero__lead {
	font-size: clamp(1rem, 2vw, 1.15rem);
	line-height: 1.75;
	max-width: 620px;
	color: rgba(255, 255, 255, 0.92);
	margin-bottom: 28px;
}

.ln-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-bottom: 16px;
}

.ln-hero__test-note {
	font-size: 15px;
	line-height: 1.6;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 34px;
}

.ln-hero__test-note a {
	color: var(--ln-lime);
	text-decoration: underline;
}

.ln-hero__test-note a:hover {
	color: #fff;
}

.ln-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px 32px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ln-btn--primary {
	background: var(--ln-lime);
	color: var(--ln-brown);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ln-btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
	color: var(--ln-brown);
}

.ln-btn--dark {
	background: var(--ln-brown);
	color: var(--ln-white);
}

.ln-btn--dark:hover {
	background: #5a554d;
	color: var(--ln-white);
}

.ln-btn--outline {
	background: transparent;
	color: var(--ln-lime);
	border: 2px solid var(--ln-lime);
}

.ln-btn--outline:hover {
	background: rgba(204, 216, 113, 0.12);
	color: var(--ln-lime);
}

.ln-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 72px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.ln-stat {
	flex: 1 1 180px;
	padding: 0 28px 0 0;
	margin-right: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.ln-stat:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.ln-stat__value {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	color: var(--ln-lime);
	line-height: 1;
	margin-bottom: 8px;
}

.ln-stat__label {
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
	max-width: 180px;
}

/* Offer cards */
.ln-offers-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.ln-offer-card {
	text-align: center;
}

.ln-offer-card__media {
	position: relative;
	border-radius: var(--ln-radius);
	overflow: hidden;
	box-shadow: var(--ln-shadow);
	margin-bottom: -28px;
}

.ln-offer-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ln-offer-card__title {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: var(--ln-white);
	padding: 14px 24px;
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--ln-brown);
	margin-bottom: 18px;
}

.ln-offer-card p {
	font-size: 16px;
	line-height: 1.7;
	color: var(--ln-muted);
	padding: 0 8px;
	margin-bottom: 18px;
}

.ln-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ln-sage);
	text-decoration: none;
}

.ln-link:hover {
	color: var(--ln-brown);
}

/* About split */
.ln-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.ln-split__image img {
	width: 100%;
	border-radius: var(--ln-radius);
	box-shadow: var(--ln-shadow);
	display: block;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.ln-split__content h2 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.15;
	margin: 0 0 20px;
	color: var(--ln-brown);
}

.ln-split__content p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--ln-muted);
	margin: 0 0 16px;
}

/* Course cards */
.ln-courses-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.ln-course-card {
	background: var(--ln-white);
	border-radius: var(--ln-radius);
	box-shadow: var(--ln-shadow);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	text-decoration: none;
	color: inherit;
}

.ln-course-card:hover,
.ln-course-card:focus {
	text-decoration: none;
	color: inherit;
}

.ln-course-card h3,
.ln-course-card p {
	text-decoration: none;
}

.ln-course-card__body {
	padding: 28px 28px 22px;
	flex: 1;
}

.ln-course-card h3 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: 1.35rem;
	margin: 0 0 12px;
	color: var(--ln-brown);
}

.ln-course-card p {
	font-size: 15px;
	line-height: 1.65;
	color: var(--ln-muted);
	margin: 0 0 22px;
}

.ln-course-card__media {
	position: relative;
	margin-top: auto;
}

.ln-course-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.ln-course-card__notch {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background: var(--ln-white);
}

/* Why us */
.ln-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
}

.ln-why__image img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	display: block;
}

.ln-why__panel {
	background: var(--ln-brown);
	color: var(--ln-white);
	padding: 56px 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ln-why__panel .ln-eyebrow {
	color: var(--ln-lime);
}

.ln-why__panel .ln-eyebrow::before {
	color: var(--ln-lime);
}

.ln-why__panel h2 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: clamp(1.7rem, 3vw, 2.3rem);
	line-height: 1.2;
	margin: 0 0 18px;
}

.ln-why__panel p {
	font-size: 17px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.ln-features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 56px;
}

.ln-feature {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	background: var(--ln-bg);
	border-radius: var(--ln-radius);
	padding: 24px;
}

.ln-feature__icon {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	background: var(--ln-brown);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.ln-feature__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.ln-feature h4 {
	font-size: 1.05rem;
	margin: 0 0 8px;
	color: var(--ln-brown);
}

.ln-feature p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--ln-muted);
	margin: 0;
}

/* Testimonial */
.ln-testimonial-wrap {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 48px;
	align-items: center;
}

.ln-testimonial-card {
	position: relative;
	background: var(--ln-dark);
	color: var(--ln-white);
	border-radius: var(--ln-radius);
	padding: 40px 40px 40px 120px;
	box-shadow: var(--ln-shadow);
}

.ln-testimonial-card__avatar {
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 110px;
	height: 110px;
	border-radius: 12px;
	overflow: hidden;
	border: 4px solid var(--ln-white);
	box-shadow: var(--ln-shadow);
}

.ln-testimonial-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ln-stars {
	color: var(--ln-lime);
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.ln-testimonial-card h3 {
	font-size: 1.35rem;
	margin: 0 0 14px;
}

.ln-testimonial-card blockquote {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

.ln-testimonial-card cite {
	font-style: normal;
	font-size: 14px;
	color: var(--ln-lime);
}

/* Products row */
.ln-products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.ln-product-card {
	background: var(--ln-white);
	border-radius: var(--ln-radius);
	box-shadow: var(--ln-shadow);
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease;
}

.ln-product-card:hover {
	transform: translateY(-4px);
	color: inherit;
}

.ln-product-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.ln-product-card__body {
	padding: 18px 20px 22px;
}

.ln-product-card h3 {
	font-size: 1rem;
	line-height: 1.35;
	margin: 0 0 10px;
	color: var(--ln-brown);
}

.ln-product-card__price {
	font-weight: 700;
	color: var(--ln-sage);
	font-size: 15px;
}

.ln-product-card__price del {
	color: var(--ln-muted);
	font-weight: 400;
	margin-right: 8px;
}

/* CTA band */
.ln-cta-band {
	background: linear-gradient(135deg, var(--ln-brown) 0%, #4f4a42 100%);
	color: var(--ln-white);
	padding: 56px 0;
}

.ln-cta-band__inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr auto;
	gap: 32px;
	align-items: center;
}

.ln-cta-band h2 {
	font-family: 'ABeeZee', 'Open Sans', sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	margin: 0 0 8px;
}

.ln-cta-band p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

/* Steps list */
.ln-steps {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ln-steps li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 18px;
	font-size: 17px;
	line-height: 1.7;
	color: var(--ln-muted);
}

.ln-steps li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--ln-lime);
}

.ln-steps strong {
	display: block;
	color: var(--ln-brown);
	margin-bottom: 4px;
}

@media (max-width: 980px) {
	.ln-section {
		padding: 64px 0;
	}

	.ln-offers-grid,
	.ln-courses-grid,
	.ln-products-grid {
		grid-template-columns: 1fr;
	}

	.ln-split,
	.ln-why,
	.ln-testimonial-wrap {
		grid-template-columns: 1fr;
	}

	.ln-why__image img {
		min-height: 280px;
	}

	.ln-cta-band__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.ln-hero__stats {
		flex-direction: column;
		gap: 20px;
	}

	.ln-stat {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}

	.ln-features-grid {
		grid-template-columns: 1fr;
	}

	.ln-testimonial-card {
		padding: 32px 28px 32px 28px;
		margin-top: 60px;
	}

	.ln-testimonial-card__avatar {
		left: 24px;
		top: -40px;
		transform: none;
		width: 80px;
		height: 80px;
	}
}
