/* Nels Home — account area (/account/*) */

/* Hide duplicate WooCommerce / second nav (simplified menu only) */
.nh-account-hub .hp-page__sidebar .woocommerce,
.nh-account-hub .hp-page__content .woocommerce-MyAccount-navigation,
.nh-account-hub .hp-page__sidebar .hp-menu--user-account ~ .widget_nav_menu,
.nh-account-hub .hp-page__sidebar .hp-menu--user-account ~ nav,
.nh-account-hub .hp-page__content > nav.hp-menu--user-account {
	display: none !important;
}

body.nh-account-hub {
	overflow-x: clip;
}

body.nh-account-hub .content-area {
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 100% !important;
}

body.nh-account-hub .hp-page.site-main,
body.nh-account-hub .hp-page.nh-account-hub-page {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

body.nh-account-hub,
body.nh-account-hub .hp-page,
body.nh-account-hub .hp-menu--user-account,
body.nh-account-hub .hp-form,
body.nh-account-hub .hp-field,
body.nh-account-hub .hp-form__button,
body.nh-account-hub button,
body.nh-account-hub input,
body.nh-account-hub select,
body.nh-account-hub textarea,
.nh-account-hub-hero,
.nh-account-page-hero,
.nh-account-hub__card,
.nh-lead-inbox-card {
	font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nh-account-hub .et-l--header .et_pb_menu_inner_container > .et_pb_button_module_wrapper .et_pb_button,
.nh-account-hub .et-l--header .et_pb_button.nh-btn-header {
	font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	letter-spacing: -0.01em !important;
}

/* Full-bleed heroes */
.nh-account-page-hero {
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
	width: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 40px max(24px, calc(50vw - 50% + 24px)) 36px;
	border-bottom: 1px solid #e2e8f0;
	box-sizing: border-box;
}

.nh-account-page-hero__inner {
	max-width: 1120px;
	margin: 0 auto;
}

.nh-account-page-hero__eyebrow {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
}

.nh-account-page-hero__title {
	margin: 0 0 10px;
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 700;
	line-height: 1.15;
	color: #0b2d5b;
	letter-spacing: -0.02em;
}

.nh-account-page-hero__sub {
	margin: 0;
	max-width: 52ch;
	font-size: 1rem;
	line-height: 1.55;
	color: #64748b;
}

/* Layout grid */
.nh-account-hub-page .hp-row.nh-account-layout {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 28px 24px 56px;
	box-sizing: border-box;
}

.nh-account-hub-page .nh-account-layout > .hp-page__sidebar,
.nh-account-hub-page .nh-account-layout > .hp-page__content {
	width: 100% !important;
	max-width: none !important;
	flex: none !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.nh-account-hub-page .nh-account-sidebar .inner-wrapper-sticky,
.nh-account-hub-page .nh-account-sidebar > div {
	position: static !important;
	width: 100% !important;
	transform: none !important;
}

/* Sidebar nav card */
.nh-account-hub-page .hp-page__sidebar,
.nh-account-hub .hp-page__sidebar {
	border: 0;
}

.nh-account-hub-page .nh-account-sidebar .hp-menu--user-account,
.nh-account-hub-page .nh-account-sidebar .hp-widget.widget_nav_menu {
	margin: 0;
	padding: 16px 12px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.nh-account-hub-page .hp-menu--user-account,
.nh-account-hub .hp-menu--user-account {
	font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nh-account-hub-page .hp-menu--user-account ul,
.nh-account-hub .hp-menu--user-account ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item,
.nh-account-hub .hp-menu--user-account .hp-menu__item,
body.nh-account-hub .hp-template .hp-page .hp-menu--user-account ul > li,
body.nh-account-hub-page .hp-template .hp-page .hp-menu--user-account ul > li {
	list-style: none;
	margin: 0;
	padding-left: 0 !important;
	position: static;
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item::before,
.nh-account-hub-page .hp-menu--user-account .hp-menu__item::marker,
.nh-account-hub .hp-menu--user-account .hp-menu__item::before,
.nh-account-hub .hp-menu--user-account .hp-menu__item::marker,
body.nh-account-hub .hp-template .hp-page .hp-menu--user-account ul > li::before,
body.nh-account-hub-page .hp-template .hp-page .hp-menu--user-account ul > li::before {
	content: none !important;
	display: none !important;
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item a,
.nh-account-hub .hp-menu--user-account .hp-menu__item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 14px;
	border-radius: 10px;
	color: #0b2d5b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item a > span,
.nh-account-hub .hp-menu--user-account .hp-menu__item a > span {
	flex: 1 1 auto;
	min-width: 0;
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item a small,
.nh-account-hub .hp-menu--user-account .hp-menu__item a small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5rem;
	height: 1.35rem;
	margin: 0;
	padding: 0 7px;
	border-radius: 999px;
	border: 0;
	font-size: 0.6875rem !important;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #1b4fd8;
	background: #eef2ff;
	box-shadow: inset 0 0 0 1px rgba(27, 79, 216, 0.14);
	opacity: 1;
	flex-shrink: 0;
	vertical-align: middle;
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item--orders-edit a small,
.nh-account-hub .hp-menu--user-account .hp-menu__item--orders-edit a small {
	color: #92400e;
	background: #fef3c7;
	box-shadow: inset 0 0 0 1px rgba(180, 83, 9, 0.18);
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item--messages-thread a small,
.nh-account-hub .hp-menu--user-account .hp-menu__item--messages-thread a small {
	color: #1b4fd8;
	background: #eef2ff;
	box-shadow: inset 0 0 0 1px rgba(27, 79, 216, 0.14);
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item--current a small,
.nh-account-hub .hp-menu--user-account .hp-menu__item--current a small,
.nh-account-hub-page .hp-menu--user-account .current-menu-item a small,
.nh-account-hub .hp-menu--user-account .current-menu-item a small {
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.1);
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item--orders-edit.hp-menu__item--current a small,
.nh-account-hub .hp-menu--user-account .hp-menu__item--orders-edit.hp-menu__item--current a small,
.nh-account-hub-page .hp-menu--user-account .hp-menu__item--orders-edit.current-menu-item a small,
.nh-account-hub .hp-menu--user-account .hp-menu__item--orders-edit.current-menu-item a small {
	color: #92400e;
	background: #fde68a;
	box-shadow: inset 0 0 0 1px rgba(180, 83, 9, 0.22);
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item--messages-thread.hp-menu__item--current a small,
.nh-account-hub .hp-menu--user-account .hp-menu__item--messages-thread.hp-menu__item--current a small,
.nh-account-hub-page .hp-menu--user-account .hp-menu__item--messages-thread.current-menu-item a small,
.nh-account-hub .hp-menu--user-account .hp-menu__item--messages-thread.current-menu-item a small {
	color: #1e40af;
	background: #dbeafe;
	box-shadow: inset 0 0 0 1px rgba(30, 64, 175, 0.18);
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item a:hover,
.nh-account-hub .hp-menu--user-account .hp-menu__item a:hover {
	background: #eef2ff;
	color: #1b4fd8;
}

.nh-account-hub-page .hp-menu--user-account .hp-menu__item--current a,
.nh-account-hub-page .hp-menu--user-account .current-menu-item a,
.nh-account-hub .hp-menu--user-account .hp-menu__item--current a,
.nh-account-hub .hp-menu--user-account .current-menu-item a {
	background: #eef2ff;
	color: #1b4fd8;
}

.nh-account-hub-page .hp-vendor__actions--secondary.hp-widget {
	margin: 16px 0 0;
	padding: 16px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #f8fafc;
	box-shadow: none;
}

/* Main content */
.nh-account-hub-page .hp-page__title,
.nh-account-hub-page .hp-page__content > .hp-page__title {
	display: none !important;
}

.nh-account-main {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
}

/* Overview / hub heroes (in-content) */
.nh-account-hub-hero {
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	padding: 28px 24px;
	margin: 0 0 20px;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 16px;
}

.nh-account-hub-hero__inner {
	max-width: 720px;
}

.nh-account-hub-hero__title {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
	font-weight: 700;
	color: #0b2d5b;
	line-height: 1.2;
}

.nh-account-hub-hero__sub {
	margin: 0;
	font-size: 1rem;
	color: #64748b;
	line-height: 1.5;
}

.nh-account-hub-hero__eyebrow {
	margin: 0 0 6px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1b4fd8;
}

.nh-account-hub-hero--leads {
	margin-bottom: 20px;
}

.nh-account-hub__body--leads .nh-account-hub__empty {
	margin-top: 8px;
}

.nh-account-hub-main {
	padding: 0 0 8px;
}

.nh-account-hub__body {
	max-width: none;
}

/* Overview cards */
.nh-account-hub__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
}

.nh-account-hub__card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.nh-account-hub__card:hover {
	border-color: rgba(27, 79, 216, 0.35);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.nh-account-hub__card-title {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #0b2d5b;
}

.nh-account-hub__card-desc {
	margin: 0;
	flex: 1;
	font-size: 0.9375rem;
	color: #64748b;
	line-height: 1.45;
}

.nh-account-hub__card-link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #1b4fd8;
}

/* Empty states */
.nh-account-hub__empty {
	padding: 36px 28px;
	border: 1px dashed rgba(15, 23, 42, 0.14);
	border-radius: 16px;
	background: #fff;
	text-align: center;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.nh-account-hub__empty-title {
	margin: 0 0 8px;
	font-size: 1.25rem;
	color: #0b2d5b;
}

.nh-account-hub__empty-text {
	margin: 0 0 20px;
	color: #64748b;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

.nh-account-hub__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.9375rem;
	text-decoration: none;
	transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.nh-account-hub__btn--primary {
	background: #1b4fd8;
	color: #fff;
}


.nh-account-hub__btn--secondary {
	background: #fff;
	color: #0b2d5b;
	border: 1px solid rgba(15, 23, 42, 0.14);
}

.nh-account-hub__btn--secondary:hover {
	background: #f8fafc;
	border-color: rgba(15, 23, 42, 0.22);
	color: #0b2d5b;
}

.nh-listings-edit-empty__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
}

.nh-account-hub__btn--primary:hover {
	background: #1640b8;
	color: #fff;
	box-shadow: 0 6px 18px rgba(27, 79, 216, 0.28);
	transform: translateY(-1px);
}

/* List panels */
.nh-account-hub-page:not(.nh-messages-page):not(.nh-vendor-orders-page):not(.nh-memberships-page):not(.nh-settings-page) .hp-requests,
.nh-account-hub-page:not(.nh-messages-page):not(.nh-vendor-orders-page):not(.nh-memberships-page):not(.nh-settings-page) .hp-offers,
.nh-account-hub-page:not(.nh-messages-page):not(.nh-vendor-orders-page):not(.nh-memberships-page):not(.nh-settings-page) .hp-listings,
.nh-account-hub-page:not(.nh-messages-page):not(.nh-vendor-orders-page):not(.nh-memberships-page):not(.nh-settings-page) .hp-messages,
.nh-account-hub-page:not(.nh-messages-page) .hp-vendor-statistics,
.nh-account-hub-page .hp-page__content > .hp-form,
.nh-account-hub-page .hp-page__content > .hp-section {
	padding: 22px 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.nh-account-hub-page .hp-requests,
.nh-account-hub-page .hp-offers,
.nh-account-hub-page .hp-listings {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.nh-account-hub-page .hp-request,
.nh-account-hub-page .hp-offer,
.nh-account-hub-page .hp-listing.hp-listing--edit-block,
.nh-account-hub__list .hp-request,
.nh-account-hub__list .hp-offer {
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	background: #fafbfc;
	padding: 16px 18px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nh-account-hub-page .hp-request:hover,
.nh-account-hub-page .hp-offer:hover,
.nh-account-hub-page .hp-listing.hp-listing--edit-block:hover {
	border-color: rgba(27, 79, 216, 0.22);
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.nh-account-hub-page .hp-listing__title,
.nh-account-hub-page .hp-offer__content,
.nh-account-hub-page .hp-request .hp-listing__title {
	font-weight: 700;
	color: #0b2d5b;
}

.nh-account-hub-page .hp-listing__title a,
.nh-account-hub-page .hp-offer__request {
	color: #1b4fd8;
	text-decoration: none;
	font-weight: 600;
}

.nh-account-hub-page .hp-listing__title a:hover,
.nh-account-hub-page .hp-offer__request:hover {
	text-decoration: underline;
}

.nh-account-hub-page .hp-meta,
.nh-account-hub-page .hp-listing__details,
.nh-account-hub-page .hp-offer__details {
	color: #64748b;
	font-size: 0.875rem;
}

/* Dashboard stats */
.nh-account-hub-page .hp-statistic,
.nh-account-hub-page .hp-vendor-statistics .hp-row > div {
	padding: 16px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	background: #f8fafc;
}

.nh-account-hub-page .hp-statistic__value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #0b2d5b;
}

.nh-account-hub-page .hp-statistic__label {
	font-size: 0.8125rem;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.nh-account-hub-page .nelshome-leads-quota {
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	background: #fff;
}

/* Forms */
.nh-account-hub-page .hp-form__fields {
	display: grid;
	gap: 18px;
}

.nh-account-hub-page .hp-form__field {
	margin: 0;
}

.nh-account-hub-page .hp-field__label,
.nh-account-hub-page .hp-form__label {
	font-weight: 600;
	color: #0b2d5b;
	font-size: 0.875rem;
}

.nh-account-hub-page .hp-field,
.nh-account-hub-page .hp-form .hp-field--text,
.nh-account-hub-page .hp-form .hp-field--email,
.nh-account-hub-page .hp-form .hp-field--password,
.nh-account-hub-page .hp-form .hp-field--number,
.nh-account-hub-page .hp-form .hp-field--textarea,
.nh-account-hub-page .hp-form .hp-field--select {
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 12px;
	padding: 11px 14px;
	font-size: 0.9375rem;
}

.nh-account-hub-page .hp-field:focus {
	border-color: #1b4fd8;
	box-shadow: 0 0 0 3px rgba(27, 79, 216, 0.12);
	outline: none;
}

.nh-account-hub-page .hp-form__button,
.nh-account-hub-page .hp-form__button.button-primary,
.nh-account-hub-page .button.button-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.9375rem;
	background: #1b4fd8 !important;
	border-color: #1b4fd8 !important;
	color: #fff !important;
	transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.nh-account-hub-page .hp-form__button:hover,
.nh-account-hub-page .button.button-primary:hover {
	background: #1640b8 !important;
	border-color: #1640b8 !important;
	box-shadow: 0 6px 18px rgba(27, 79, 216, 0.28);
	transform: translateY(-1px);
}

/* Messages — scoped on nh-messages-page.css */
.nh-account-hub-page:not(.nh-messages-page) .hp-message {
	padding: 12px 14px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.nh-account-hub-page:not(.nh-messages-page) .hp-message--sent {
	background: #eef2ff;
	border-color: rgba(27, 79, 216, 0.15);
}

/* Pagination */
.nh-account-hub-page .hp-pagination,
.nh-account-hub-page .pagination {
	margin-top: 8px;
}

.nh-account-hub-page .hp-pagination .nav-links a,
.nh-account-hub-page .hp-pagination .nav-links span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 0.875rem;
}

.nh-account-hub-page .hp-pagination .nav-links a {
	color: #1b4fd8;
	background: #eef2ff;
	text-decoration: none;
}

/* Lead inbox cards */
.nh-account-hub__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nh-lead-inbox-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.nh-lead-inbox-card {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px 20px;
	padding: 20px 22px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nh-lead-inbox-card:hover {
	border-color: rgba(27, 79, 216, 0.28);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.nh-lead-inbox-card__main {
	flex: 1 1 280px;
	min-width: 0;
}

.nh-lead-inbox-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px 12px;
	margin-bottom: 10px;
}

.nh-lead-inbox-card__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	color: #0b2d5b;
}

.nh-lead-inbox-card__title a {
	color: inherit;
	text-decoration: none;
}

.nh-lead-inbox-card__title a:hover {
	color: #1b4fd8;
}

.nh-lead-inbox-card__badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

.nh-lead-inbox-card__badge--new {
	background: #eef2ff;
	color: #1b4fd8;
}

.nh-lead-inbox-card__badge--quoted {
	background: #ecfdf5;
	color: #047857;
}

.nh-lead-inbox-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.nh-lead-inbox-card__chip {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	background: #f8fafc;
	color: #475569;
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.nh-lead-inbox-card__chip--trade {
	background: #eef2ff;
	color: #1b4fd8;
	border-color: rgba(27, 79, 216, 0.15);
}

.nh-lead-inbox-card__excerpt {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #64748b;
}

.nh-lead-inbox-card__actions {
	flex: 0 0 auto;
	align-self: center;
}

.nh-lead-inbox-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	background: #1b4fd8;
	color: #fff;
	transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.nh-lead-inbox-card__btn:hover {
	background: #1640b8;
	color: #fff;
	box-shadow: 0 6px 18px rgba(27, 79, 216, 0.28);
	transform: translateY(-1px);
}

@media (max-width: 980px) {
	.nh-account-hub-page .hp-row.nh-account-layout {
		grid-template-columns: 1fr;
		padding: 20px 16px 40px;
	}

	.nh-account-page-hero {
		padding: 32px 20px 28px;
	}

	.nh-account-hub-page .hp-requests,
	.nh-account-hub-page .hp-offers,
	.nh-account-hub-page .hp-listings,
	.nh-account-hub-page .hp-page__content > .hp-form {
		padding: 18px 16px;
	}
}

@media (max-width: 767px) {
	.nh-account-hub-hero {
		padding: 24px 16px;
		border-radius: 12px;
	}

	.nh-account-hub__cards {
		grid-template-columns: 1fr;
	}

	.nh-lead-inbox-card__actions {
		width: 100%;
	}

	.nh-lead-inbox-card__btn {
		width: 100%;
	}
}

