.urlm-home-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: min(540px, calc(100svh - 80px));
	padding: clamp(62px, 9vw, 112px) 0 clamp(34px, 5vw, 54px);
	background:
		linear-gradient(90deg, rgba(9, 24, 19, 0.82) 0%, rgba(9, 24, 19, 0.58) 48%, rgba(9, 24, 19, 0.18) 100%),
		var(--urlm-hero-image) center / cover no-repeat;
	color: #fff;
}

.urlm-home-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 8px;
	background: linear-gradient(90deg, #0c6b4f, #d69648, #1e6f87);
	content: "";
}

.urlm-home-hero-inner {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 32px));
	min-width: 0;
	margin: 0 auto;
}

.urlm-home-hero .urlm-theme-eyebrow {
	color: #f1b15f;
}

.urlm-home-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.15rem, 5vw, 4.2rem);
	line-height: 1.02;
	letter-spacing: 0;
}

.urlm-home-hero p {
	max-width: 660px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(0.98rem, 1.6vw, 1.08rem);
	font-weight: 650;
	line-height: 1.52;
}

.urlm-home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 22px;
}

.urlm-home-hero-actions .urlm-header-button {
	min-width: min(180px, 100%);
}

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

.urlm-home-feature-band > div {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #dce5df;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(22, 33, 29, 0.08);
}

.urlm-home-feature-band img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8;
	object-fit: cover;
}

.urlm-home-feature-band h2,
.urlm-home-feature-band p {
	margin-right: 18px;
	margin-left: 18px;
}

.urlm-home-feature-band h2 {
	margin-top: 16px;
	margin-bottom: 6px;
	color: #10231b;
	font-size: 1.2rem;
	line-height: 1.15;
}

.urlm-home-feature-band p {
	margin-top: 0;
	margin-bottom: 18px;
	color: #53675e;
	font-size: 0.95rem;
}

.urlm-template-content > :first-child {
	margin-top: 0;
}

.urlm-template-content .wp-block-table,
.urlm-template-content .woocommerce table.shop_table,
.urlm-template-content .urlm-table-wrap,
.urlm-homey-parity .woocommerce table.shop_table {
	max-width: 100%;
	overflow-x: auto;
}

.urlm-enhanced-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.86rem;
}

.urlm-enhanced-table th,
.urlm-enhanced-table td {
	padding: 8px 9px;
	border-bottom: 1px solid #dde7e2;
	text-align: left;
	vertical-align: middle;
	line-height: 1.35;
}

.urlm-enhanced-table th {
	background: #f6f9f7;
	color: #33443c;
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
}

.urlm-enhanced-table tbody tr {
	transition: background-color 0.14s ease, box-shadow 0.14s ease;
}

.urlm-enhanced-table .urlm-clickable-row {
	cursor: pointer;
}

.urlm-enhanced-table .urlm-clickable-row:hover,
.urlm-enhanced-table .urlm-clickable-row:focus {
	background: #f7fbf9;
	box-shadow: inset 3px 0 0 #0c6b4f;
	outline: none;
}

.urlm-table-sort-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	letter-spacing: inherit;
	padding: 0 14px 0 0;
	text-align: left;
	text-transform: inherit;
}

.urlm-table-sort-button::before,
.urlm-table-sort-button::after {
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	opacity: 0.34;
}

.urlm-table-sort-button::before {
	top: calc(50% - 7px);
	border-bottom: 5px solid currentColor;
}

.urlm-table-sort-button::after {
	top: calc(50% + 2px);
	border-top: 5px solid currentColor;
}

.urlm-enhanced-table th[aria-sort="ascending"] .urlm-table-sort-button::before,
.urlm-enhanced-table th[aria-sort="descending"] .urlm-table-sort-button::after {
	opacity: 1;
}

.urlm-enhanced-table td:last-child,
.urlm-enhanced-table td.actions,
.urlm-enhanced-table .woocommerce-orders-table__cell-order-actions {
	white-space: nowrap;
}

.urlm-enhanced-table td:last-child .urlm-table-action-icon,
.urlm-enhanced-table td.actions .urlm-table-action-icon,
.urlm-enhanced-table .woocommerce-orders-table__cell-order-actions .urlm-table-action-icon,
.urlm-enhanced-table .urlm-action-list,
.urlm-enhanced-table .urlm-record-actions {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}

.urlm-table-action-icon {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-width: 30px;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid #d8e4dd !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #16372c !important;
	text-indent: -999px;
	text-decoration: none !important;
	box-shadow: none !important;
}

.urlm-table-action-icon:hover,
.urlm-table-action-icon:focus {
	border-color: #0c6b4f !important;
	color: #0c6b4f !important;
	outline: none;
}

.urlm-table-action-icon::before {
	display: block;
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	border: 2px solid currentColor;
	border-radius: 999px;
	content: "";
	text-indent: 0;
}

.urlm-table-action-icon[data-urlm-action="edit"]::before {
	width: 5px;
	height: 16px;
	border-radius: 2px;
	transform: rotate(18deg);
}

.urlm-table-action-icon[data-urlm-action="download"]::before {
	width: 14px;
	height: 14px;
	border-top: 0;
	border-left: 0;
	border-radius: 0;
	transform: rotate(45deg);
}

.urlm-table-action-icon[data-urlm-action="share"]::before {
	border-radius: 3px;
	box-shadow: 4px -4px 0 -1px #fff, 4px -4px 0 0 currentColor;
}

.urlm-table-action-icon[data-urlm-action="archive"]::before {
	height: 10px;
	border-top-width: 4px;
	border-radius: 3px;
}

.urlm-table-action-icon[data-urlm-action="delete"]::before {
	width: 14px;
	height: 2px;
	border: 0;
	border-radius: 2px;
	background: currentColor;
	transform: rotate(45deg);
}

.urlm-table-action-icon[data-urlm-action="delete"]::after {
	position: absolute;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	content: "";
	transform: rotate(-45deg);
}

.urlm-table-action-icon[data-urlm-action="confirm"]::before {
	width: 9px;
	height: 15px;
	border-top: 0;
	border-left: 0;
	border-radius: 0;
	transform: rotate(45deg);
}

.urlm-enhanced-ops-table {
	display: grid;
	gap: 0;
	overflow-x: auto;
	border: 1px solid #dde7e2;
	border-radius: 8px;
	background: #fff;
	font-size: 0.86rem;
}

.urlm-enhanced-ops-table .urlm-ops-row {
	display: grid;
	grid-template-columns: minmax(220px, 1.4fr) minmax(190px, 1fr) minmax(110px, 0.55fr) minmax(150px, 0.65fr);
	min-width: 820px;
	border-bottom: 1px solid #dde7e2;
}

.urlm-enhanced-ops-table .urlm-ops-row:last-child {
	border-bottom: 0;
}

.urlm-enhanced-ops-table .urlm-ops-row > * {
	min-width: 0;
	padding: 8px 9px;
	line-height: 1.35;
}

.urlm-enhanced-ops-table .urlm-ops-head {
	background: #f6f9f7;
	color: #33443c;
	font-size: 0.74rem;
	font-weight: 900;
	text-transform: uppercase;
}

.urlm-enhanced-ops-table .urlm-clickable-row {
	cursor: pointer;
	transition: background-color 0.14s ease, box-shadow 0.14s ease;
}

.urlm-enhanced-ops-table .urlm-clickable-row:hover,
.urlm-enhanced-ops-table .urlm-clickable-row:focus {
	background: #f7fbf9;
	box-shadow: inset 3px 0 0 #0c6b4f;
	outline: none;
}

.urlm-enhanced-ops-table .urlm-record-row-actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 5px;
	white-space: nowrap;
}

.urlm-enhanced-ops-table .urlm-record-row-actions .urlm-table-action-icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px !important;
	line-height: 1 !important;
}

.urlm-index-post + .urlm-index-post {
	margin-top: 14px;
}

.urlm-index-post h1 {
	font-size: 1.35rem;
}

.urlm-index-post h1 a {
	color: #10231b;
	text-decoration: none;
}

.urlm-site-footer ul,
.urlm-site-footer .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.urlm-site-footer a,
.urlm-site-footer .menu a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 920px) {
	.urlm-home-feature-band {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.urlm-home-hero {
		min-height: min(390px, calc(100svh - 60px));
		padding: 48px 0 30px;
	}

	.urlm-home-hero h1 {
		font-size: clamp(2rem, 8vw, 2.55rem);
		line-height: 1.08;
	}

	.urlm-home-hero p {
		font-size: 0.96rem;
		line-height: 1.45;
	}

	.urlm-home-hero-inner {
		width: min(100% - 20px, 1180px);
	}

	.urlm-home-hero-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.urlm-home-hero-actions .urlm-header-button {
		width: 100%;
		min-width: 0;
	}

	.urlm-site-footer ul,
	.urlm-site-footer .menu {
		justify-content: flex-start;
	}
}
