:root {
	--er-ink: #151515;
	--er-muted: #667085;
	--er-line: #e6e9ee;
	--er-bg: #f7f9fb;
	--er-soft: #f2f4f7;
	--er-accent: #ff4d3d;
	--er-green: #0f9f6e;
}

.er-hero-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, .6fr) auto;
	max-width: 860px;
	margin: 28px auto 0;
	padding: 8px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.er-hero-search input,
.er-hero-search button {
	min-height: 54px;
	border: 0;
	font: inherit;
}

.er-hero-search input {
	padding: 0 16px;
	color: #111827;
	border-right: 1px solid #e6e9ee;
}

.er-hero-search button {
	padding: 0 24px;
	background: var(--er-accent);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.er-live-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 520px;
	background-image: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), url("https://eventreacher.com/wp-content/uploads/2024/06/pexels-andrewshelley-8454466-scaled-e1719592014884.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
}

.er-live-hero-copy {
	width: min(980px, calc(100% - 40px));
	margin-top: 42px;
}

.er-live-hero-copy h1 {
	margin: 10px 0 12px;
	font-size: 46px;
	line-height: 1.04;
}

.er-live-hero-copy p {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.er-live-section-head {
	display: block;
	margin-bottom: 28px;
	text-align: center;
}

.er-live-section-head h2 {
	margin: 0;
	color: #222;
	font-family: Nunito, Inter, sans-serif;
	font-size: 32px;
	font-weight: 800;
}

.er-live-categories {
	padding-top: 54px;
}

.er-live-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.er-live-category-tile {
	display: grid;
	align-content: center;
	justify-items: center;
	min-height: 128px;
	padding: 22px;
	border: 1px solid #e8edf3;
	border-radius: 4px;
	background: #fff;
	color: #222;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(15,23,42,.06);
	transition: border-color .2s ease, transform .2s ease;
}

.er-live-category-tile:hover {
	border-color: #ff4d3d;
	transform: translateY(-2px);
}

.er-live-category-tile strong {
	font-size: 20px;
	line-height: 1.35;
}

.er-live-category-tile span {
	margin-top: 8px;
	color: #667085;
	font-weight: 650;
}

.er-live-featured .er-spotlight,
.er-live-featured .er-grid,
.er-live-slider {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.er-live-featured .er-card,
.er-live-latest .er-card {
	border: 1px solid #e6e9ee;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15,23,42,.06);
}

.er-live-featured .er-card-media,
.er-live-latest .er-card-media {
	aspect-ratio: 1 / 1;
	height: auto;
	background: #f3f5f7;
}

.er-live-featured .er-card-media img,
.er-live-latest .er-card-media img,
.er-live-blog-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.er-live-featured .er-card-body,
.er-live-latest .er-card-body {
	padding: 18px;
}

.er-live-featured .er-card h3,
.er-live-latest .er-card h3 {
	font-size: 20px;
	line-height: 1.3;
}

.er-live-featured .er-card-meta,
.er-live-latest .er-card-meta {
	color: #667085;
}

.er-live-featured .er-card-meta strong,
.er-live-latest .er-card-meta strong {
	color: #0f9f6e;
	font-size: 18px;
}

.er-live-promo {
	margin: 44px 0;
	padding: 78px 0;
	background-image: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.34)), url("https://images.pexels.com/photos/30589975/pexels-photo-30589975.jpeg?auto=compress&cs=tinysrgb&w=1800");
	background-size: cover;
	background-position: center 44%;
	color: #fff;
}

.er-live-promo-grid {
	display: grid;
	grid-template-columns: minmax(0, 620px);
	justify-content: start;
	text-align: left;
}

.er-live-promo h2 {
	margin: 0 0 18px;
	font-size: 34px;
}

.er-live-promo ul {
	display: grid;
	gap: 8px;
	margin: 0 0 24px;
	padding-left: 22px;
	text-align: left;
}

.er-live-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.er-live-blog-card {
	border: 1px solid #e6e9ee;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15,23,42,.06);
}

.er-live-blog-card > a {
	display: block;
	height: 210px;
	background: #f3f5f7;
}

.er-live-blog-card div {
	padding: 18px;
}

.er-live-blog-card span {
	color: #ff4d3d;
	font-weight: 750;
}

.er-live-blog-card h3 {
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.35;
}

.er-live-blog-card a {
	text-decoration: none;
}

@media (max-width: 900px) {
	.er-live-category-grid,
	.er-live-featured .er-spotlight,
	.er-live-featured .er-grid,
	.er-live-slider,
	.er-live-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.er-live-hero {
		min-height: 360px;
	}

	.er-live-category-grid,
	.er-live-featured .er-spotlight,
	.er-live-featured .er-grid,
	.er-live-slider,
	.er-live-blog-grid {
		grid-template-columns: 1fr;
	}
}

.er-wrap {
	width: min(1180px, calc(100% - 44px));
	margin: 0 auto;
}

.er-hero {
	padding: 76px 0 52px;
	background: #101820;
	color: #fff;
}

.er-hero-grid, .er-single-grid, .er-band-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	gap: 32px;
	align-items: start;
}

.er-kicker {
	margin: 0 0 10px;
	color: var(--er-accent);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.er-hero h1, .er-page h1, .er-single h1 {
	margin: 0 0 16px;
	font-size: clamp(38px, 6vw, 74px);
	line-height: 1;
	letter-spacing: 0;
}

.er-hero p {
	max-width: 640px;
	color: rgba(255,255,255,.78);
	font-size: 18px;
}

.er-search, .er-filter {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	gap: 10px;
	margin: 26px 0 20px;
}

.er-hero-search-panel {
	position: relative;
	margin-top: 22px;
	padding: 22px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(16,24,32,.88), rgba(16,24,32,.42)), var(--er-search-bg);
	background-size: cover;
	background-position: center;
	box-shadow: 0 18px 42px rgba(0,0,0,.22);
	overflow: hidden;
}

.er-hero-search-panel .er-search {
	margin-top: 0;
}

.er-filter {
	grid-template-columns: 1fr 1fr minmax(180px, .65fr) minmax(180px, .65fr) auto;
}

.er-search input, .er-filter input, .er-filter select, .er-form input, .er-form textarea, .er-form select {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--er-line);
	border-radius: 6px;
	padding: 0 14px;
	background: #fff;
	color: var(--er-ink);
}

.er-form textarea {
	padding-top: 12px;
}

.er-btn, .er-search button, .er-filter button, .er-form button, .er-row button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 0;
	border-radius: 6px;
	padding: 0 18px;
	background: var(--er-accent);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.er-btn-light {
	background: #fff;
	color: var(--er-ink);
	border: 1px solid var(--er-line);
}

.er-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.er-section, .er-page, .er-single {
	padding: 54px 0;
}

.er-archive-page {
	background: var(--er-soft);
	padding-top: 70px;
	padding-bottom: 70px;
	box-shadow: 0 0 0 100vmax var(--er-soft);
	clip-path: inset(0 -100vmax);
}

.er-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.er-section-head h1, .er-section-head h2 {
	margin: 0;
}

.er-dashboard-head-actions {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.er-grid, .er-price-grid, .er-sponsor-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.er-price-grid-auto {
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.er-archive-layout {
	display: grid;
	grid-template-columns: 274px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}

.er-results-panel {
	min-width: 0;
}

.er-results-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 64px;
	margin-bottom: 24px;
	padding: 18px 22px;
	background: #fff;
	border: 1px solid var(--er-line);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(16,24,40,.04);
}

.er-card, .er-price, .er-panel, .er-sponsor {
	background: #fff;
	border: 1px solid var(--er-line);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(16,24,40,.06);
}

.er-card.is-featured {
	border-color: rgba(255,77,61,.45);
}

.er-card.is-top {
	border-color: rgba(23,162,184,.65);
	box-shadow: 0 16px 34px rgba(23,162,184,.14);
}

.er-card-media {
	display: grid;
	position: relative;
	aspect-ratio: 4 / 3;
	height: auto;
	min-height: 0;
	place-items: center;
	background: #dfe5eb;
	color: var(--er-muted);
	font-weight: 800;
	text-decoration: none;
	overflow: hidden;
}

.er-default-media {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 100%;
	place-items: center;
	background: #eef2f6;
	color: #344054;
	font-weight: 900;
	text-align: center;
}

.er-default-profile {
	background: #edf0f4;
}

.er-default-profile span {
	position: relative;
	display: block;
	width: 58%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #b9c0ca;
}

.er-default-profile span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -42%;
	width: 142%;
	aspect-ratio: 1.6 / 1;
	border-radius: 999px 999px 0 0;
	background: #b9c0ca;
	transform: translateX(-50%);
}

.er-card-media img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .2s ease;
}

.er-card:hover .er-card-media img {
	transform: scale(1.035);
}

.er-card.compact {
	margin-bottom: 14px;
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.2);
	color: #fff;
}

.er-card.compact a, .er-card.compact p {
	color: #fff;
}

.er-card.compact .er-card-media {
	height: auto;
	aspect-ratio: 1 / 1;
}

.er-card-body, .er-price, .er-panel {
	padding: 18px;
}

.er-card h3 {
	margin: 8px 0 8px;
	font-size: 19px;
	line-height: 1.25;
}

.er-card h3 a {
	color: var(--er-ink);
	text-decoration: none;
}

.er-card p {
	margin: 0 0 12px;
	color: var(--er-muted);
}

.er-card-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.er-card-meta, .er-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	color: var(--er-muted);
}

.er-card-meta strong, .er-single-meta strong {
	color: var(--er-green);
}

.er-pill {
	display: inline-flex;
	border-radius: 999px;
	padding: 4px 9px;
	background: rgba(255,77,61,.1);
	color: var(--er-accent);
	font-size: 12px;
	font-weight: 800;
}

.er-upgrade-pill {
	background: rgba(23,162,184,.12);
	color: #087f92;
}

.er-type-pill {
	background: rgba(16,24,40,.08);
	color: #344054;
}

.er-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.er-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
	color: var(--er-muted);
	font-size: 14px;
	font-weight: 800;
}

.er-breadcrumbs a {
	color: var(--er-ink);
	text-decoration: none;
}

.er-single-labels {
	margin-top: 18px;
}

.er-contact-box {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--er-line);
}

.er-marketplace-box {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.er-marketplace-box h2 {
	margin: 0;
}

.er-market-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: var(--er-soft);
	border-radius: 6px;
}

.er-market-row span {
	font-size: 20px;
	font-weight: 900;
	color: var(--er-green);
}

.er-market-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.er-market-stats div {
	padding: 12px;
	border: 1px solid var(--er-line);
	border-radius: 6px;
	background: #fff;
}

.er-market-stats strong,
.er-market-stats span {
	display: block;
}

.er-market-stats strong {
	font-size: 20px;
	font-weight: 900;
	color: var(--er-green);
}

.er-market-stats span {
	margin-top: 4px;
	font-size: 12px;
	font-weight: 800;
	color: var(--er-muted);
	text-transform: uppercase;
}

.er-agreement {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	color: var(--er-muted);
}

.er-agreement input {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	margin-top: 2px;
}

.er-paypal-button {
	width: fit-content;
}

.er-bid-form {
	padding-top: 12px;
	border-top: 1px solid var(--er-line);
}

.er-contact-box .er-btn {
	width: 100%;
}

.er-contact-details > summary {
	width: 100%;
	list-style: none;
	cursor: pointer;
}

.er-contact-details > summary::-webkit-details-marker {
	display: none;
}

.er-contact-form {
	margin-top: 16px;
}

.er-card.is-body-ad-space {
	border-color: rgba(15,159,110,.42);
}

.er-card.is-body-ad-space .er-type-pill,
.er-single-labels.is-body-ad-space .er-type-pill {
	background: #e9f8f1;
	color: #067647;
	border-color: rgba(15,159,110,.28);
}

.er-listing-layout {
	grid-template-columns: minmax(0, 1fr) 340px;
	align-items: start;
}

.er-listing-main {
	min-width: 0;
}

.er-listing-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 92px;
}

.er-seller-box h2 {
	margin-top: 0;
}

.er-seller-actions {
	display: grid;
	gap: 10px;
}

.er-location-section {
	margin-top: 24px;
}

.er-share-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	padding: 14px 0;
	border-top: 1px solid var(--er-line);
	border-bottom: 1px solid var(--er-line);
}

.er-share-box a, .er-mini-link {
	color: var(--er-accent);
	font-weight: 800;
	text-decoration: none;
}

.er-share-box .er-share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--er-line);
	border-radius: 999px;
	background: #fff;
	color: var(--er-ink);
	transition: transform .15s ease, border-color .15s ease, color .15s ease;
}

.er-share-box .er-share-icon:hover {
	transform: translateY(-1px);
	border-color: var(--er-accent);
	color: var(--er-accent);
}

.er-share-box .er-share-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.er-band {
	padding: 28px 0;
	background: var(--er-bg);
}

.er-band-grid {
	grid-template-columns: repeat(3, 1fr);
}

.er-band-grid div {
	display: grid;
	gap: 4px;
}

.er-band-grid strong {
	font-size: 18px;
}

.er-band-grid span, .er-results-count, .er-copy, .er-price p, .er-panel p {
	color: var(--er-muted);
}

.er-filter {
	grid-template-columns: 1fr 1fr minmax(180px, .65fr) minmax(180px, .65fr) auto;
	margin-bottom: 28px;
	padding: 20px;
	background: #101010;
	border-radius: 0;
	box-shadow: 0 16px 36px rgba(16,24,40,.12);
}

.er-filter input, .er-filter select {
	border: 0;
	min-height: 52px;
}

.er-filter button {
	min-width: 120px;
	background: #fff;
	color: #101010;
}

.er-tax-panel {
	padding: 22px 24px;
	background: #fff;
	border: 1px solid var(--er-line);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(16,24,40,.04);
}

.er-tax-panel a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	color: var(--er-ink);
	text-decoration: none;
	border-radius: 6px;
}

.er-tax-panel a:hover {
	color: var(--er-accent);
	background: #f7f9fb;
}

.er-tax-panel a.is-active {
	background: #101010;
	color: #fff;
}

.er-contact-grid {
	display: grid;
	grid-template-columns: minmax(240px, .75fr) minmax(320px, 1.25fr);
	gap: 28px;
	align-items: start;
}

.er-auth-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: start;
}

.er-auth-page {
	max-width: 620px;
}

.er-auth-page .er-panel {
	padding: 22px;
}

.er-auth-page .er-form {
	gap: 14px;
}

.er-auth-page .er-form input:not([type="checkbox"]) {
	min-height: 44px;
}

.er-check {
	display: flex !important;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 8px;
	font-weight: 800;
}

.er-check input {
	width: auto;
	min-height: 0;
}

.er-remember {
	display: flex !important;
	flex-direction: row !important;
	grid-template-columns: none !important;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: fit-content;
	margin: 2px 0 4px;
	color: var(--er-ink);
	font-weight: 800;
	line-height: 1.2;
}

.er-form .er-remember input,
.er-auth-page .er-form .er-remember input[type="checkbox"] {
	appearance: auto;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	max-width: 16px !important;
	margin: 0;
	padding: 0;
	flex: 0 0 16px;
}

.er-contact-info {
	min-height: 260px;
}

.er-contact-email a {
	font-size: 20px;
	font-weight: 800;
	color: var(--er-ink);
	text-decoration: none;
}

.er-contact-page-form h2,
.er-contact-info h2 {
	margin-top: 0;
}

.er-tax-panel h2 {
	position: relative;
	margin: 0 0 20px;
	font-size: 18px;
}

.er-tax-panel h2:after {
	content: "";
	display: block;
	width: 24px;
	height: 3px;
	margin-top: 12px;
	background: #101010;
}

.er-tax-panel > a, .er-tax-panel li a {
	color: #344054;
	text-decoration: none;
}

.er-tax-panel ul {
	display: grid;
	gap: 4px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.er-tax-panel li a {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.er-tax-panel span {
	color: var(--er-muted);
}

.er-tax-panel a.is-active span {
	color: rgba(255,255,255,.72);
}

.er-single-image {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 8px;
}

.er-map {
	width: 100%;
	height: 260px;
	border: 0;
	border-radius: 8px;
	background: var(--er-bg);
}

.er-map-empty {
	padding: 26px;
	background: var(--er-bg);
	border-radius: 8px;
	color: var(--er-muted);
}

.er-form {
	display: grid;
	gap: 16px;
}

.er-form label {
	display: grid;
	gap: 7px;
	font-weight: 800;
}

.er-form-grid, .er-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

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

.er-narrow {
	max-width: 760px;
}

.er-stats div, .er-row {
	padding: 16px;
	background: var(--er-bg);
	border-radius: 8px;
}

.er-stats strong {
	display: block;
	font-size: 32px;
}

.er-table {
	display: grid;
	gap: 10px;
}

.er-account-tabs {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -8px 0 22px;
	padding: 10px;
	background: rgba(255,255,255,.92);
	border: 1px solid var(--er-line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(16,24,40,.06);
	backdrop-filter: blur(10px);
}

.er-account-tabs a {
	padding: 10px 12px;
	color: var(--er-ink);
	text-decoration: none;
	font-weight: 900;
	border-radius: 6px;
}

.er-account-tabs a:hover {
	background: var(--er-soft);
}

.er-account-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.er-account-actions a {
	display: grid;
	gap: 8px;
	min-height: 120px;
	padding: 18px;
	color: var(--er-ink);
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--er-line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(16,24,40,.05);
}

.er-account-actions a:hover {
	border-color: rgba(228,61,64,.45);
	box-shadow: 0 16px 32px rgba(16,24,40,.08);
}

.er-account-actions strong {
	font-size: 18px;
}

.er-account-actions span {
	color: var(--er-muted);
	line-height: 1.45;
}

.er-row-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.er-row-head h2 {
	margin: 0;
}

.er-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
}

.er-row-main {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.er-row-main a {
	overflow-wrap: anywhere;
}

.er-row-main span {
	color: var(--er-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: capitalize;
}

.er-row-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.er-row-actions form {
	margin: 0;
}

.er-row-actions select {
	min-height: 38px;
	border: 1px solid var(--er-line);
	border-radius: 6px;
	padding: 0 10px;
	background: #fff;
	font-weight: 800;
}

.er-restart-auction-form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.er-row-actions .er-mini-link {
	white-space: nowrap;
}

.er-price strong {
	display: block;
	margin: 16px 0;
	font-size: 34px;
}

.er-sponsors {
	padding: 22px 0;
}

.er-sponsor {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px;
	color: var(--er-ink);
	text-decoration: none;
}

.er-sponsor img {
	width: 90px;
	height: 64px;
	object-fit: cover;
	border-radius: 6px;
}

.er-sidebar-ad-space h2 {
	margin-top: 0;
}

.er-sidebar-sponsors {
	display: grid;
	gap: 12px;
}

.er-sidebar-sponsor {
	display: grid;
	gap: 8px;
	color: var(--er-ink);
	font-weight: 800;
	text-decoration: none;
}

.er-sidebar-sponsor img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 6px;
	background: var(--er-soft);
}

.er-lead {
	max-width: 760px;
	color: var(--er-muted);
	font-size: 18px;
	line-height: 1.6;
}

.er-profile-prompt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	margin: 34px 0;
	padding: 24px;
	background: #101010;
	color: #fff;
	border-radius: 6px;
}

.er-profile-prompt .er-btn {
	min-width: 150px;
	white-space: nowrap;
}

.er-profile-prompt p {
	margin-bottom: 0;
	color: rgba(255,255,255,.75);
}

.er-profile-username {
	margin: -8px 0 14px;
	color: var(--er-muted);
	font-weight: 900;
}

.er-empty-inline {
	padding: 22px;
	background: #fff;
	border: 1px dashed #cfd6df;
	border-radius: 8px;
}

.er-empty-inline h3 {
	margin-top: 0;
}

.er-empty-inline p {
	max-width: 680px;
	color: var(--er-muted);
}

.er-profile-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.er-account-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
	gap: 18px;
	margin-bottom: 22px;
}

.er-empty-state {
	max-width: 980px;
	margin: 28px auto 0;
	padding: 42px;
	background:
		linear-gradient(135deg, rgba(255,69,58,.10), rgba(0,198,137,.08)),
		#fff;
	border: 1px solid var(--er-line);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(16,24,40,.08);
}

.er-empty-state h1,
.er-empty-state h2 {
	max-width: 760px;
	margin: 0 0 14px;
}

.er-empty-state p {
	max-width: 760px;
	color: var(--er-muted);
}

.er-empty-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0;
}

.er-empty-points span {
	padding: 10px 12px;
	background: var(--er-ink);
	color: #fff;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
}

.er-profile-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 16px;
	padding: 16px;
	background: #fff;
	border: 1px solid var(--er-line);
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(16,24,40,.06);
}

.er-profile-card h2 {
	margin: 8px 0;
	font-size: 21px;
	line-height: 1.2;
}

.er-profile-card h2 a {
	color: var(--er-ink);
	text-decoration: none;
}

.er-profile-card p {
	margin: 0 0 10px;
	color: var(--er-muted);
}

.er-profile-card small {
	color: var(--er-muted);
	font-weight: 700;
}

.er-profile-photo {
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	width: 100%;
	overflow: hidden;
	background: var(--er-soft);
	color: var(--er-muted);
	font-weight: 900;
	text-decoration: none;
	border-radius: 6px;
}

.er-profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.er-profile-hero {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	margin-bottom: 42px;
	padding: 32px;
	background: #fff;
	border: 1px solid var(--er-line);
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(16,24,40,.06);
}

.er-profile-photo-large {
	width: 240px;
}

.er-profile-detail {
	align-items: start;
	margin-bottom: 40px;
}

.er-profile-listings {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.er-profile-field {
	margin-top: 24px;
}

.er-company-profile-editor {
	margin-top: 32px;
}

.er-company-photo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.er-company-photo-grid img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
}

.er-profile-field h3 {
	margin: 0 0 8px;
}

.er-inline-note {
	padding: 12px 14px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 6px;
	color: #7c2d12;
}

.er-inline-note a,
.er-mini-link {
	color: #e43d40;
	font-weight: 800;
}

.er-topic-list,
.er-message-list {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.er-topic-card,
.er-message-list article {
	padding: 20px;
	background: #fff;
	border: 1px solid var(--er-line);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(16,24,40,.05);
}

.er-message-unread {
	border-color: rgba(228,61,64,.42) !important;
	box-shadow: 0 14px 30px rgba(228,61,64,.10) !important;
}

.er-message-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 10px;
}

.er-message-head small {
	display: block;
	margin-top: 4px;
	color: var(--er-muted);
	font-weight: 800;
}

.er-message-reply {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--er-line);
}

.er-topic-card h2 {
	margin: 0 0 8px;
}

.er-topic-card h2 a {
	color: var(--er-ink);
	text-decoration: none;
}

.er-reviews {
	display: grid;
	gap: 22px;
}

.er-review-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.er-review {
	padding: 18px;
	background: #fff;
	border: 1px solid var(--er-line);
	border-radius: 6px;
}

.er-review span {
	display: inline-flex;
	margin-left: 8px;
	color: var(--er-accent);
	font-weight: 900;
}

.er-info-page h1 {
	max-width: 960px;
}

.er-info-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	gap: 28px;
	align-items: start;
}

.er-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 28px;
}

.er-ad-flow {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 24px;
}

.er-error {
	color: #b42318;
	font-weight: 750;
}

.er-check-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 18px;
	color: var(--er-muted);
}

@media (max-width: 900px) {
	.er-hero-grid, .er-single-grid, .er-grid, .er-price-grid, .er-sponsor-grid, .er-band-grid, .er-filter, .er-search, .er-archive-layout, .er-profile-grid, .er-profile-hero, .er-review-list, .er-info-grid, .er-facts, .er-account-grid, .er-account-actions, .er-auth-grid {
		grid-template-columns: 1fr;
	}

	.er-hero-search,
	.er-company-photo-grid {
		grid-template-columns: 1fr;
	}

	.er-section-head, .er-row, .er-profile-prompt {
		align-items: stretch;
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.er-account-tabs {
		position: static;
	}

	.er-listing-sidebar {
		position: static;
	}

	.er-profile-photo-large {
		width: min(240px, 100%);
	}

	.er-tax-panel {
		order: 2;
	}
}

@media (max-width: 1100px) {
	.er-wrap {
		width: min(100% - 32px, 1180px);
	}

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

	.er-filter button {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (max-width: 760px) {
	body {
		overflow-x: hidden;
	}

	.er-wrap {
		width: min(100% - 24px, 1180px);
	}

	.er-live-hero {
		min-height: 430px;
		padding: 54px 0 36px;
	}

	.er-live-hero-copy {
		width: min(100% - 24px, 980px);
		margin-top: 0;
	}

	.er-live-hero-copy h1 {
		font-size: 34px;
		line-height: 1.08;
	}

	.er-live-hero-copy p {
		font-size: 16px;
		line-height: 1.45;
	}

	.er-hero {
		padding: 44px 0 34px;
	}

	.er-hero h1,
	.er-page h1,
	.er-single h1 {
		font-size: 34px;
		line-height: 1.08;
	}

	.er-hero p,
	.er-lead {
		font-size: 16px;
		line-height: 1.5;
	}

	.er-market-stats {
		grid-template-columns: 1fr;
	}

	.er-hero-search,
	.er-search,
	.er-filter {
		grid-template-columns: 1fr;
	}

	.er-hero-search {
		width: 100%;
		margin-top: 20px;
		padding: 6px;
		border-radius: 8px;
	}

	.er-hero-search input,
	.er-hero-search button,
	.er-search input,
	.er-search button,
	.er-filter input,
	.er-filter select,
	.er-filter button,
	.er-form input,
	.er-form textarea,
	.er-form select,
	.er-form button,
	.er-btn {
		-webkit-appearance: none;
		appearance: none;
		box-sizing: border-box;
		width: 100%;
		min-height: 38px;
		line-height: 38px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.er-hero-search input,
	.er-hero-search button {
		height: 38px;
		max-height: 38px;
	}

	.er-hero-search input,
	.er-search input,
	.er-filter input {
		display: block;
		flex: none;
		min-width: 0;
	}

	.er-hero-search input[name="q"],
	.er-search input[name="q"] {
		-webkit-appearance: none !important;
		appearance: none !important;
		box-sizing: border-box !important;
		min-height: 0 !important;
		height: 38px !important;
		max-height: 38px !important;
		line-height: normal !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		overflow: hidden !important;
	}

	.er-hero-search input {
		border-right: 0;
	}

	.er-hero-search input + input {
		border-top: 1px solid #e6e9ee;
	}

	.er-live-promo {
		margin: 28px 0;
		padding: 54px 0;
		background-position: 58% center;
	}

	.er-live-promo h2 {
		font-size: 28px;
		line-height: 1.12;
	}

	.er-live-promo ul {
		padding-left: 18px;
	}

	.er-live-category-grid,
	.er-live-featured .er-spotlight,
	.er-live-featured .er-grid,
	.er-live-slider,
	.er-live-blog-grid,
	.er-grid,
	.er-price-grid,
	.er-sponsor-grid,
	.er-profile-grid,
	.er-company-photo-grid,
	.er-review-list,
	.er-facts,
	.er-account-actions {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.er-section,
	.er-page,
	.er-single {
		padding: 34px 0;
	}

	.er-archive-page {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.er-filter {
		margin: 18px 0 22px;
		padding: 14px;
	}

	.er-results-toolbar,
	.er-section-head,
	.er-row-head,
	.er-message-head,
	.er-profile-prompt {
		align-items: stretch;
		flex-direction: column;
	}

	.er-results-toolbar {
		padding: 16px;
	}

	.er-tax-panel {
		padding: 18px;
	}

	.er-card-body,
	.er-price,
	.er-panel {
		padding: 16px;
	}

	.er-card-actions,
	.er-seller-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.er-card-meta,
	.er-single-meta {
		gap: 8px 12px;
		font-size: 14px;
	}

	.er-listing-layout,
	.er-contact-grid,
	.er-form-grid,
	.er-account-grid,
	.er-info-grid,
	.er-profile-hero {
		grid-template-columns: 1fr;
	}

	.er-listing-sidebar {
		position: static;
	}

	.er-single-image {
		max-height: 320px;
		aspect-ratio: 16 / 10;
		object-fit: cover;
	}

	.er-profile-card {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	.er-profile-hero {
		padding: 20px;
	}

	.er-profile-photo-large {
		width: min(200px, 100%);
	}

	.er-account-tabs {
		position: static;
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.er-account-tabs a {
		white-space: nowrap;
	}

	.er-row {
		grid-template-columns: 1fr;
	}

	.er-row-actions,
	.er-dashboard-head-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 420px) {
	.er-live-hero-copy h1,
	.er-hero h1,
	.er-page h1,
	.er-single h1 {
		font-size: 30px;
	}

	.er-live-section-head h2 {
		font-size: 26px;
	}

	.er-live-category-tile {
		min-height: 104px;
		padding: 18px;
	}

	.er-card h3,
	.er-live-featured .er-card h3,
	.er-live-latest .er-card h3,
	.er-live-blog-card h3 {
		font-size: 18px;
	}

	.er-profile-card {
		grid-template-columns: 1fr;
	}
}
