/* Snap Israel — My Account and My Listings */

body.page-id-25,
body.page-id-37 {
	--snap-account-navy: #0a1e3b;
	--snap-account-deep: #061327;
	--snap-account-blue: #2475ed;
	--snap-account-blue-soft: #eaf2ff;
	--snap-account-gold: #ffae1a;
	--snap-account-gold-dark: #e99a08;
	--snap-account-ink: #14243d;
	--snap-account-muted: #64748b;
	--snap-account-line: #dfe6ef;
	--snap-account-paper: #fff;
	--snap-account-warm: #fbf7f0;
	background: var(--snap-account-warm);
	color: var(--snap-account-ink);
}

body.page-id-25 .page-cover.page-cover--default,
body.page-id-37 .page-cover.page-cover--default {
	position: relative;
	display: flex;
	min-height: 270px;
	align-items: center;
	margin: 0;
	padding: 66px 24px 70px;
	overflow: hidden;
	background-image:
		radial-gradient(circle at 80% 25%, rgba(36, 117, 237, .36) 0, rgba(36, 117, 237, 0) 30%),
		radial-gradient(circle at 14% 105%, rgba(255, 174, 26, .16) 0, rgba(255, 174, 26, 0) 28%),
		linear-gradient(135deg, #061327 0%, #0b2447 58%, #0b3265 100%) !important;
	background-color: var(--snap-account-deep) !important;
	background-position: center !important;
	background-size: cover !important;
}

html body.page-id-25 div.page-cover.page-cover--default.has-image,
html body.page-id-37 div.page-cover.page-cover--default.has-image,
html body.page-id-25 div.page-cover.page-cover--default,
html body.page-id-37 div.page-cover.page-cover--default,
html body.page-id-25 div.page-cover.has-image,
html body.page-id-37 div.page-cover.has-image,
html body.page-id-25 div.page-cover,
html body.page-id-37 div.page-cover {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	box-sizing: border-box;
	height: auto !important;
	min-height: 270px !important;
	margin: 0 !important;
	padding: 66px 24px 70px !important;
	overflow: hidden;
	background-image:
		radial-gradient(circle at 80% 25%, rgba(36, 117, 237, .36) 0, rgba(36, 117, 237, 0) 30%),
		radial-gradient(circle at 14% 105%, rgba(255, 174, 26, .16) 0, rgba(255, 174, 26, 0) 28%),
		linear-gradient(135deg, #061327 0%, #0b2447 58%, #0b3265 100%) !important;
}

body.page-id-25 .page-cover.page-cover--default::before,
body.page-id-37 .page-cover.page-cover--default::before {
	content: "";
	position: absolute;
	width: 235px;
	height: 235px;
	right: 9%;
	top: -140px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 46px rgba(255, 255, 255, .025), 0 0 0 92px rgba(255, 255, 255, .018);
	pointer-events: none;
}

body.page-id-25 .page-cover::before,
body.page-id-37 .page-cover::before {
	content: "";
	position: absolute;
	width: 235px;
	height: 235px;
	right: 9%;
	top: -140px;
	display: block;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 46px rgba(255, 255, 255, .025), 0 0 0 92px rgba(255, 255, 255, .018);
	background: transparent;
	opacity: 1;
	pointer-events: none;
}

body.page-id-25 .page-cover.page-cover--default::after,
body.page-id-37 .page-cover.page-cover--default::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: linear-gradient(90deg, var(--snap-account-blue) 0 70%, var(--snap-account-gold) 70% 100%);
}

body.page-id-25 .page-cover::after,
body.page-id-37 .page-cover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 5px;
	background: linear-gradient(90deg, var(--snap-account-blue) 0 70%, var(--snap-account-gold) 70% 100%);
	opacity: 1;
}

body.page-id-25 .page-cover .page-title,
body.page-id-37 .page-cover .page-title {
	position: relative;
	z-index: 1;
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: clamp(2.45rem, 5vw, 3.8rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.035em;
	text-align: left;
	text-shadow: none;
}

html body.page-id-25 .page-cover .page-title,
html body.page-id-37 .page-cover .page-title {
	color: #fff !important;
	opacity: 1 !important;
}

body.page-id-25 .page-cover .page-title::before,
body.page-id-37 .page-cover .page-title::before {
	content: "YOUR SNAP ISRAEL ACCOUNT";
	display: block;
	margin-bottom: 14px;
	color: var(--snap-account-gold);
	font-size: .76rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .16em;
}

body.page-id-25 .page-cover .page-title::after,
body.page-id-37 .page-cover .page-title::after {
	content: "Manage your listings, profile and billing details in one place.";
	display: block;
	max-width: 660px;
	margin-top: 17px;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
}

body.page-id-25 #primary.container,
body.page-id-37 #primary.container {
	width: min(100% - 40px, 1180px);
	max-width: 1180px;
	margin: 0 auto;
	padding: 64px 0 88px;
}

body.page-id-25 #primary > .row,
body.page-id-37 #primary > .row,
body.page-id-25 #primary .site-main,
body.page-id-37 #primary .site-main {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0 !important;
	padding-right: 0;
	padding-left: 0;
	flex: 0 0 100%;
}

body.page-id-25 article.content-box,
body.page-id-37 article.content-box,
body.page-id-25 article.content-box-wrapper,
body.page-id-37 article.content-box-wrapper,
body.page-id-25.page-template-template-full-width:not(.woocommerce-page) .content-box-inner,
body.page-id-37.page-template-template-full-width:not(.woocommerce-page) .content-box-inner,
body.page-id-25.woocommerce-page .content-box-inner,
body.page-id-37 .content-box-inner {
	margin: 0;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.page-id-25 .entry-content,
body.page-id-37 .entry-content {
	color: var(--snap-account-ink);
}

/* Listify's account toolbar is the shared navigation on logged-in screens. */
body.page-id-25 .navigation-bar-wrapper,
body.page-id-37 .navigation-bar-wrapper {
	border: 0;
	background: var(--snap-account-navy);
	box-shadow: none;
}

body.page-id-25 .navigation-bar.tertiary,
body.page-id-37 .navigation-bar.tertiary {
	box-sizing: border-box;
	display: block;
	width: min(100%, 1180px);
	margin: 0 auto;
	padding: 10px 20px;
	background: transparent;
}

body.page-id-25 ul#menu-tertiary,
body.page-id-37 ul#menu-tertiary {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-id-25 ul#menu-tertiary > li,
body.page-id-37 ul#menu-tertiary > li {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
}

body.page-id-25 ul#menu-tertiary > li::before,
body.page-id-37 ul#menu-tertiary > li::before {
	content: none !important;
	display: none !important;
}

body.page-id-25 ul#menu-tertiary > li > a,
body.page-id-37 ul#menu-tertiary > li > a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	padding: 10px 14px;
	border-radius: 9px;
	color: rgba(255, 255, 255, .82);
	font-size: .87rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

body.page-id-25 ul#menu-tertiary > li:hover,
body.page-id-37 ul#menu-tertiary > li:hover,
body.page-id-25 ul#menu-tertiary > li.current-menu-item,
body.page-id-37 ul#menu-tertiary > li.current-menu-item,
body.page-id-25 ul#menu-tertiary > li.current-page-ancestor,
body.page-id-37 ul#menu-tertiary > li.current-page-ancestor {
	border-radius: 9px;
	background: rgba(36, 117, 237, .22);
}

body.page-id-25 ul#menu-tertiary > li.current-menu-item > a,
body.page-id-37 ul#menu-tertiary > li.current-menu-item > a {
	color: #fff;
}

body.page-id-25 .entry-content::after,
body.page-id-37 .entry-content::after,
body.page-id-25 .woocommerce::after {
	content: "";
	display: table;
	clear: both;
}

/* Logged-out login and registration */
body.page-id-25 .woocommerce .u-columns.col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	width: 100%;
	margin: 0;
}

html body.page-id-25 .woocommerce div.u-columns.col2-set {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 26px !important;
}

html body.page-id-25 .woocommerce div.u-columns.col2-set::before,
html body.page-id-25 .woocommerce div.u-columns.col2-set::after {
	content: none !important;
	display: none !important;
}

body.page-id-25 .woocommerce .u-columns.col2-set > .u-column1,
body.page-id-25 .woocommerce .u-columns.col2-set > .u-column2 {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 38px 40px 42px;
	float: none;
	border: 1px solid var(--snap-account-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 52px rgba(10, 30, 59, .08);
}

html body.page-id-25 .woocommerce div.u-columns.col2-set > div.u-column1,
html body.page-id-25 .woocommerce div.u-columns.col2-set > div.u-column2 {
	position: static !important;
	display: block !important;
	grid-column: auto !important;
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
}

body.page-id-25 .woocommerce .u-columns.col2-set > .u-column2 {
	border-top: 4px solid var(--snap-account-gold);
}

body.page-id-25 .woocommerce .u-columns h2 {
	margin: 0 0 28px;
	color: var(--snap-account-navy);
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -.025em;
}

body.page-id-25 .woocommerce form.login,
body.page-id-25 .woocommerce form.register {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.page-id-25 .woocommerce form .form-row,
body.page-id-25 .woocommerce form p {
	margin-bottom: 20px;
}

body.page-id-25 .woocommerce form label,
body.page-id-37 .job-manager-form label {
	color: var(--snap-account-navy);
	font-size: .9rem;
	font-weight: 700;
}

body.page-id-25 .woocommerce form .input-text,
body.page-id-25 .woocommerce form input[type="text"],
body.page-id-25 .woocommerce form input[type="email"],
body.page-id-25 .woocommerce form input[type="password"],
body.page-id-25 .woocommerce form input[type="tel"],
body.page-id-25 .woocommerce form select,
body.page-id-25 .woocommerce form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #ccd6e2;
	border-radius: 9px;
	background: #fff;
	color: var(--snap-account-ink);
	font-size: .95rem;
	box-shadow: 0 1px 2px rgba(10, 30, 59, .03);
}

body.page-id-25 .woocommerce form textarea {
	min-height: 150px;
	resize: vertical;
}

body.page-id-25 .woocommerce form .input-text:focus,
body.page-id-25 .woocommerce form input:focus,
body.page-id-25 .woocommerce form select:focus,
body.page-id-25 .woocommerce form textarea:focus {
	border-color: var(--snap-account-blue);
	outline: 3px solid rgba(36, 117, 237, .13);
	box-shadow: none;
}

body.page-id-25 .woocommerce form .show-password-input {
	top: 50%;
	transform: translateY(-50%);
}

body.page-id-25 .woocommerce .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 0 13px;
}

body.page-id-25 .woocommerce .woocommerce-form-login__rememberme input {
	width: 18px;
	height: 18px;
	accent-color: var(--snap-account-blue);
}

body.page-id-25 .woocommerce .woocommerce-privacy-policy-text {
	color: var(--snap-account-muted);
	font-size: .9rem;
	line-height: 1.7;
}

/* Shared buttons */
body.page-id-25 .woocommerce .button,
body.page-id-25 #wpua-edit-1 .button,
body.page-id-37 .jm-ui-button,
body.page-id-37 .job-manager-form .button,
body.page-id-37 .job-manager-form input[type="submit"] {
	box-sizing: border-box;
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 0;
	border-radius: 9px;
	background: var(--snap-account-navy);
	color: #fff;
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: none;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

body.page-id-25 .woocommerce .button:hover,
body.page-id-25 #wpua-edit-1 .button:hover,
body.page-id-37 .jm-ui-button:hover,
body.page-id-37 .job-manager-form .button:hover,
body.page-id-37 .job-manager-form input[type="submit"]:hover {
	background: var(--snap-account-blue);
	color: #fff;
	transform: translateY(-1px);
}

body.page-id-25 .woocommerce .woocommerce-form-login__submit,
body.page-id-25 .woocommerce .woocommerce-Button,
body.page-id-37 .jm-dashboard__actions .jm-ui-button,
body.page-id-37 .job-manager-form input[name="save_draft"] {
	background: var(--snap-account-gold);
	color: var(--snap-account-navy);
}

body.page-id-25 .woocommerce .woocommerce-form-login__submit:hover,
body.page-id-25 .woocommerce .woocommerce-Button:hover,
body.page-id-37 .jm-dashboard__actions .jm-ui-button:hover,
body.page-id-37 .job-manager-form input[name="save_draft"]:hover {
	background: var(--snap-account-gold-dark);
	color: var(--snap-account-navy);
}

body.page-id-25 .woocommerce a,
body.page-id-37 .entry-content a {
	color: var(--snap-account-blue);
}

/* Logged-in WooCommerce account shell */
body.page-id-25 .woocommerce-MyAccount-navigation {
	box-sizing: border-box;
	width: 270px;
	margin: 0;
	padding: 14px;
	float: left;
	border: 1px solid var(--snap-account-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(10, 30, 59, .07);
}

body.page-id-25 .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-id-25 .woocommerce-MyAccount-navigation li {
	margin: 0 0 5px;
	padding: 0;
	border: 0;
}

body.page-id-25 .woocommerce-MyAccount-navigation li:last-child {
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid #e8edf3;
}

body.page-id-25 .woocommerce-MyAccount-navigation a {
	position: relative;
	display: block;
	padding: 13px 15px 13px 43px;
	border-radius: 10px;
	color: #40516a;
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

body.page-id-25 .woocommerce-MyAccount-navigation a::before {
	content: "•";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 18px;
	color: #91a2b8;
	font-size: 1.15rem;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
}

body.page-id-25 .woocommerce-MyAccount-navigation-link--dashboard a::before { content: "⌂"; }
body.page-id-25 .woocommerce-MyAccount-navigation-link--listings a::before { content: "▤"; }
body.page-id-25 .woocommerce-MyAccount-navigation-link--orders a::before { content: "▣"; }
body.page-id-25 .woocommerce-MyAccount-navigation-link--downloads a::before { content: "↓"; }
body.page-id-25 .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "⌖"; }
body.page-id-25 .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "⚙"; }
body.page-id-25 .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "↪"; }

body.page-id-25 .woocommerce-MyAccount-navigation a:hover,
body.page-id-25 .woocommerce-MyAccount-navigation .is-active a {
	background: var(--snap-account-blue-soft);
	color: var(--snap-account-blue);
}

body.page-id-25 .woocommerce-MyAccount-navigation .is-active a::before {
	color: var(--snap-account-blue);
}

body.page-id-25 .woocommerce-MyAccount-content {
	box-sizing: border-box;
	width: calc(100% - 296px);
	min-height: 360px;
	margin: 0;
	padding: 38px 42px 42px;
	float: right;
	border: 1px solid var(--snap-account-line);
	border-radius: 18px;
	background: #fff;
	color: #40516a;
	box-shadow: 0 14px 40px rgba(10, 30, 59, .07);
}

body.page-id-25 .woocommerce > .woocommerce-MyAccount-content,
body.page-id-25 .entry-content > .woocommerce .woocommerce-MyAccount-content {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

body.page-id-25 .woocommerce-MyAccount-content > :first-child {
	margin-top: 0;
}

body.page-id-25 .woocommerce-MyAccount-content h2,
body.page-id-25 .woocommerce-MyAccount-content h3,
body.page-id-25 #wpua-edit-1 h3 {
	color: var(--snap-account-navy);
	font-weight: 800;
	letter-spacing: -.025em;
}

body.page-id-25 .woocommerce-MyAccount-content h2 {
	font-size: 1.85rem;
}

body.page-id-25 .woocommerce-MyAccount-content p {
	line-height: 1.75;
}

body.page-id-25 .snap-account-quicklinks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
	margin: 30px 0 4px;
}

body.page-id-25 .snap-account-quicklink {
	position: relative;
	display: block;
	min-height: 125px;
	padding: 22px 22px 20px;
	border: 1px solid #dce6f2;
	border-radius: 14px;
	background: #f9fbfe;
	color: inherit;
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.page-id-25 .snap-account-quicklink:hover {
	border-color: #adc6e8;
	box-shadow: 0 12px 28px rgba(10, 30, 59, .08);
	transform: translateY(-2px);
}

body.page-id-25 .snap-account-quicklink strong,
body.page-id-25 .snap-account-quicklink span {
	display: block;
}

body.page-id-25 .snap-account-quicklink strong {
	margin-bottom: 7px;
	color: var(--snap-account-navy);
	font-size: 1rem;
}

body.page-id-25 .snap-account-quicklink span {
	color: var(--snap-account-muted);
	font-size: .85rem;
	line-height: 1.55;
}

body.page-id-25 .snap-account-quicklink::after {
	content: "→";
	position: absolute;
	right: 20px;
	bottom: 17px;
	color: var(--snap-account-blue);
	font-size: 1.1rem;
	font-weight: 800;
}

/* Account forms, addresses, orders and notices */
body.page-id-25 .woocommerce-MyAccount-content form,
body.page-id-25 .woocommerce-MyAccount-content .woocommerce-Addresses {
	max-width: 820px;
}

body.page-id-25 .woocommerce-MyAccount-content fieldset {
	margin: 30px 0 26px;
	padding: 24px;
	border: 1px solid #dce5ef;
	border-radius: 13px;
	background: #f9fbfd;
}

body.page-id-25 .woocommerce-MyAccount-content legend {
	padding: 0 10px;
	color: var(--snap-account-navy);
	font-size: 1rem;
	font-weight: 800;
}

body.page-id-25 .woocommerce-MyAccount-content .form-row-first,
body.page-id-25 .woocommerce-MyAccount-content .form-row-last {
	box-sizing: border-box;
	width: calc(50% - 8px);
}

body.page-id-25 .woocommerce-MyAccount-content .select2-container {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100%;
}

body.page-id-25 .woocommerce-MyAccount-content .select2-selection {
	min-height: 50px;
	border: 1px solid #ccd6e2;
	border-radius: 9px;
}

body.page-id-25 .woocommerce-MyAccount-content .select2-selection__rendered {
	padding: 10px 14px;
	line-height: 28px;
}

body.page-id-25 .woocommerce-MyAccount-content .select2-selection__arrow {
	top: 11px;
	right: 8px;
}

body.page-id-25 .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.page-id-25 .woocommerce-Addresses .woocommerce-Address {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 24px;
	float: none;
	border: 1px solid #dce5ef;
	border-radius: 14px;
	background: #f9fbfd;
}

body.page-id-25 .woocommerce table.shop_table {
	width: 100%;
	margin: 10px 0 0;
	overflow: hidden;
	border: 1px solid var(--snap-account-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 13px;
}

body.page-id-25 .woocommerce table.shop_table th {
	padding: 14px 16px;
	background: #f3f7fc;
	color: var(--snap-account-navy);
	font-size: .82rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

body.page-id-25 .woocommerce table.shop_table td {
	padding: 15px 16px;
	border-top: 1px solid #e6ecf3;
}

body.page-id-25 .woocommerce-info,
body.page-id-25 .woocommerce-message,
body.page-id-25 .woocommerce-error {
	margin: 0 0 22px;
	padding: 18px 20px 18px 50px;
	border: 1px solid #d7e5f8;
	border-top: 0;
	border-radius: 11px;
	background: #f2f7ff;
	color: #40516a;
}

/* Profile picture block */
body.page-id-25 #wpua-edit-1 {
	box-sizing: border-box;
	width: calc(100% - 296px);
	margin: 24px 0 0 auto;
	padding: 30px 36px;
	border: 1px solid var(--snap-account-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(10, 30, 59, .07);
}

body.page-id-25 .entry-content > #wpua-edit-1,
body.page-id-25 .entry-content #wpua-edit-1 {
	width: 100% !important;
	margin-right: 0;
	margin-left: 0;
}

body.page-id-25 #wpua-edit-1 h3 {
	margin: 0 0 20px;
	font-size: 1.45rem;
}

body.page-id-25 #wpua-edit-1 img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border: 4px solid #edf3fb;
	border-radius: 50%;
}

body.page-id-25 #wpua-edit-1 .description {
	display: block;
	margin-top: 5px;
	color: var(--snap-account-muted);
	font-size: .8rem;
}

/* Standalone My Listings page */
body.page-id-37 .snap-account-shortcuts {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 24px;
	padding: 10px;
	border: 1px solid var(--snap-account-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(10, 30, 59, .07);
}

body.page-id-37 .snap-account-shortcuts a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	padding: 10px 15px;
	border-radius: 9px;
	color: #40516a;
	font-size: .88rem;
	font-weight: 700;
	text-decoration: none;
}

body.page-id-37 .snap-account-shortcuts a:hover,
body.page-id-37 .snap-account-shortcuts a.is-active {
	background: var(--snap-account-blue-soft);
	color: var(--snap-account-blue);
}

body.page-id-37 .snap-account-shortcuts a.snap-account-add-listing {
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background: var(--snap-account-gold);
	color: var(--snap-account-navy);
}

body.page-id-37 #job-manager-job-dashboard {
	padding: 28px;
	border: 1px solid var(--snap-account-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 46px rgba(10, 30, 59, .08);
}

body.page-id-37 .jm-dashboard__intro {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 25px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e4eaf2;
}

body.page-id-37 .jm-dashboard__filters {
	min-width: 0;
	flex: 1;
}

body.page-id-37 .jm-dashboard__filters form,
body.page-id-37 .jm-dashboard__filters form > div {
	width: 100%;
}

body.page-id-37 .jm-dashboard__filters input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 11px 15px 11px 44px;
	border: 1px solid #ccd6e2;
	border-radius: 9px;
	background-color: #fff;
	font-size: .94rem;
}

body.page-id-37 .jm-dashboard__actions .jm-ui-button span {
	font-size: 0;
}

body.page-id-37 .jm-dashboard__actions .jm-ui-button span::after {
	content: "Add Listing";
	font-size: .9rem;
}

body.page-id-37 .jm-dashboard-table {
	overflow: visible;
}

body.page-id-37 .jm-dashboard-header,
body.page-id-37 .jm-dashboard-job {
	display: grid;
	grid-template-columns: 80px minmax(240px, 1.8fr) minmax(130px, .75fr) minmax(105px, .6fr) minmax(145px, .75fr);
	align-items: center;
	gap: 16px;
}

body.page-id-37 .jm-dashboard-header {
	padding: 13px 16px;
	border-radius: 10px;
	background: #f1f6fc;
	color: var(--snap-account-navy);
}

body.page-id-37 .jm-dashboard-header .jm-dashboard-job-column-label {
	font-size: .75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .055em;
}

body.page-id-37 .jm-dashboard-job {
	position: relative;
	min-height: 92px;
	padding: 17px 16px;
	border-bottom: 1px solid #e6ecf3;
	background: #fff;
}

body.page-id-37 .jm-dashboard-job:last-child {
	border-bottom: 0;
}

body.page-id-37 .jm-dashboard-job:hover {
	background: #fbfdff;
}

body.page-id-37 .jm-dashboard-job .company_logo {
	width: 58px;
	height: 58px;
	object-fit: cover;
	border: 1px solid #dce5ef;
	border-radius: 10px;
	background: #fff;
}

body.page-id-37 .jm-dashboard-job .job-title {
	color: var(--snap-account-navy);
	font-size: .95rem;
	font-weight: 800;
	line-height: 1.4;
}

body.page-id-37 .jm-dashboard-job .job-status {
	display: inline-flex;
	margin-top: 5px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eaf8ef;
	color: #25824b;
	font-size: .72rem;
	font-weight: 800;
}

body.page-id-37 .jm-dashboard-job-column.date,
body.page-id-37 .jm-dashboard-job-column.stats {
	color: var(--snap-account-muted);
	font-size: .83rem;
	line-height: 1.45;
}

body.page-id-37 .jm-dashboard-job > .jm-dashboard-job-column > .jm-dashboard-job-column-label {
	display: none;
}

body.page-id-37 .jm-dashboard-action--primary {
	min-height: 38px;
	padding: 8px 14px;
	background: var(--snap-account-blue);
	font-size: .8rem;
}

body.page-id-37 .jm-ui-actions-menu {
	position: relative;
	display: inline-block;
	margin-left: 6px;
}

body.page-id-37 .jm-ui-action-menu__content {
	z-index: 20;
	min-width: 150px;
	padding: 8px;
	border: 1px solid var(--snap-account-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(10, 30, 59, .13);
}

body.page-id-37 .jm-ui-action-menu__content a {
	display: block;
	padding: 9px 11px;
	border-radius: 7px;
	color: #40516a;
	font-size: .83rem;
}

body.page-id-37 .job-manager-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

body.page-id-37 .job-manager-pagination .page-numbers {
	display: grid;
	min-width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid #dce5ef;
	border-radius: 8px;
	background: #fff;
	color: #40516a;
	font-size: .82rem;
	font-weight: 700;
}

body.page-id-37 .job-manager-pagination .current {
	border-color: var(--snap-account-blue);
	background: var(--snap-account-blue);
	color: #fff;
}

body.page-id-37 .account-sign-in {
	padding: 26px;
	border: 1px solid #d8e6f8;
	border-radius: 15px;
	background: #f3f8ff;
	color: #40516a;
	text-align: center;
}

/* Editing a listing uses the existing WP Job Manager form. */
body.page-id-37 .job-manager-form {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 36px 42px 42px;
	border: 1px solid var(--snap-account-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 46px rgba(10, 30, 59, .08);
}

body.page-id-37 .job-manager-form fieldset {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 26px;
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100%;
	margin: 0;
	padding: 20px 0;
	border: 0;
	border-bottom: 1px solid #e7edf3;
}

body.page-id-37 .job-manager-form fieldset > label {
	box-sizing: border-box;
	width: auto;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	padding: 11px 0 0;
	float: none;
}

body.page-id-37 .job-manager-form fieldset > .field {
	box-sizing: border-box;
	width: auto;
	min-width: 0 !important;
	max-width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

body.page-id-37 .job-manager-form input[type="text"],
body.page-id-37 .job-manager-form input[type="email"],
body.page-id-37 .job-manager-form input[type="password"],
body.page-id-37 .job-manager-form input[type="url"],
body.page-id-37 .job-manager-form input[type="tel"],
body.page-id-37 .job-manager-form select,
body.page-id-37 .job-manager-form textarea,
body.page-id-37 .job-manager-form .select2-container,
body.page-id-37 .job-manager-form .chosen-container {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100%;
}

body.page-id-37 .job-manager-form input[type="text"],
body.page-id-37 .job-manager-form input[type="email"],
body.page-id-37 .job-manager-form input[type="password"],
body.page-id-37 .job-manager-form input[type="url"],
body.page-id-37 .job-manager-form input[type="tel"],
body.page-id-37 .job-manager-form select,
body.page-id-37 .job-manager-form textarea {
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid #ccd6e2;
	border-radius: 8px;
	background: #fff;
}

body.page-id-37 .job-manager-form .fieldset-job_location > .field,
body.page-id-37 .job-manager-form .fieldset-job_hours > .field,
body.page-id-37 .job-manager-form .fieldset-type-term-select > .field,
body.page-id-37 .job-manager-form .fieldset-type-term-multiselect > .field,
body.page-id-37 .job-manager-form .fieldset-type-wp-editor > .field {
	overflow: hidden;
}

body.page-id-37 .job-manager-form .select2-search--inline,
body.page-id-37 .job-manager-form .select2-search__field {
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
}

body.page-id-37 .job-manager-form select.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

body.page-id-37 .job-manager-form .select2-selection,
body.page-id-37 .job-manager-form .select2-selection__rendered,
body.page-id-37 .job-manager-form .select2-selection__choice,
body.page-id-37 .job-manager-form .chosen-choices,
body.page-id-37 .job-manager-form .chosen-drop {
	box-sizing: border-box;
	max-width: 100% !important;
	min-width: 0 !important;
}

body.page-id-37 .job-manager-form .wp-editor-wrap,
body.page-id-37 .job-manager-form iframe,
body.page-id-37 .job-manager-form [class*="map"] {
	max-width: 100%;
}

@media (max-width: 900px) {
	body.page-id-25 .woocommerce-MyAccount-navigation,
	body.page-id-25 .woocommerce-MyAccount-content,
	body.page-id-25 #wpua-edit-1 {
		width: 100%;
		float: none;
	}

	body.page-id-25 .woocommerce-MyAccount-navigation {
		margin-bottom: 20px;
	}

	body.page-id-25 .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
	}

	body.page-id-25 .woocommerce-MyAccount-navigation li:last-child {
		margin: 0;
		padding: 0;
		border: 0;
	}

	body.page-id-37 .jm-dashboard-header {
		display: none;
	}

	body.page-id-37 .jm-dashboard-job {
		display: grid;
		grid-template-columns: 66px minmax(0, 1fr);
		gap: 12px 15px;
		margin-bottom: 13px;
		padding: 18px;
		border: 1px solid #e0e7f0;
		border-radius: 13px;
		background: #fff;
	}

	body.page-id-37 .jm-dashboard-job-column.company {
		grid-row: 1 / span 4;
	}

	body.page-id-37 .jm-dashboard-job-column.job_title,
	body.page-id-37 .jm-dashboard-job-column.date,
	body.page-id-37 .jm-dashboard-job-column.stats,
	body.page-id-37 .jm-dashboard-job-column.actions {
		grid-column: 2;
	}

	body.page-id-37 .jm-dashboard-job-column.actions {
		padding-top: 5px;
	}
}

@media (max-width: 720px) {
	body.page-id-25 .page-cover.page-cover--default,
	body.page-id-37 .page-cover.page-cover--default {
		min-height: 245px;
		padding: 54px 20px 58px;
	}

	html body.page-id-25 div.page-cover.page-cover--default,
	html body.page-id-37 div.page-cover.page-cover--default {
		min-height: 245px !important;
	}

	body.page-id-25 .page-cover .page-title,
	body.page-id-37 .page-cover .page-title {
		font-size: clamp(2.15rem, 11vw, 2.9rem);
	}

	body.page-id-25 .page-cover .page-title::after,
	body.page-id-37 .page-cover .page-title::after {
		font-size: .96rem;
	}

	body.page-id-25 #primary.container,
	body.page-id-37 #primary.container {
		width: min(100% - 24px, 1180px);
		padding: 42px 0 64px;
	}

	body.page-id-25 .navigation-bar-wrapper,
	body.page-id-37 .navigation-bar-wrapper,
	body.page-id-25 .navigation-bar.tertiary,
	body.page-id-37 .navigation-bar.tertiary {
		display: block !important;
	}

	body.page-id-25 .navigation-bar.tertiary,
	body.page-id-37 .navigation-bar.tertiary {
		width: 100%;
		padding: 8px 10px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.page-id-25 ul#menu-tertiary,
	body.page-id-37 ul#menu-tertiary {
		display: flex !important;
		width: max-content;
		min-width: 100%;
		flex-wrap: nowrap;
	}

	body.page-id-25 ul#menu-tertiary > li,
	body.page-id-37 ul#menu-tertiary > li {
		display: flex !important;
		white-space: nowrap;
	}

	body.page-id-25 .woocommerce .u-columns.col2-set {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	html body.page-id-25 .woocommerce div.u-columns.col2-set {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	body.page-id-25 .woocommerce .u-columns.col2-set > .u-column1,
	body.page-id-25 .woocommerce .u-columns.col2-set > .u-column2 {
		padding: 28px 24px 32px;
		border-radius: 15px;
	}

	body.page-id-25 .woocommerce .woocommerce-form-login__rememberme {
		display: flex;
		margin: 14px 0 0;
	}

	body.page-id-25 .woocommerce-MyAccount-navigation {
		padding: 9px;
		border-radius: 14px;
	}

	body.page-id-25 .woocommerce-MyAccount-navigation a {
		padding: 11px 10px 11px 37px;
		font-size: .82rem;
	}

	body.page-id-25 .woocommerce-MyAccount-navigation a::before {
		left: 12px;
	}

	body.page-id-25 .woocommerce-MyAccount-content,
	body.page-id-25 #wpua-edit-1 {
		padding: 27px 20px 31px;
		border-radius: 15px;
	}

	body.page-id-25 .snap-account-quicklinks,
	body.page-id-25 .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	body.page-id-25 .woocommerce-MyAccount-content .form-row-first,
	body.page-id-25 .woocommerce-MyAccount-content .form-row-last {
		width: 100%;
		float: none;
	}

	body.page-id-25 .woocommerce-MyAccount-content fieldset {
		padding: 18px 14px;
	}

	body.page-id-25 .woocommerce table.shop_table,
	body.page-id-25 .woocommerce table.shop_table tbody,
	body.page-id-25 .woocommerce table.shop_table tr,
	body.page-id-25 .woocommerce table.shop_table td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	body.page-id-25 .woocommerce table.shop_table thead {
		display: none;
	}

	body.page-id-25 .woocommerce table.shop_table tr {
		padding: 12px 15px;
		border-bottom: 1px solid #e4eaf2;
	}

	body.page-id-25 .woocommerce table.shop_table td {
		padding: 7px 0;
		border: 0;
		text-align: right;
	}

	body.page-id-25 .woocommerce table.shop_table td::before {
		float: left;
		font-weight: 800;
	}

	body.page-id-37 .snap-account-shortcuts {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	body.page-id-37 .snap-account-shortcuts a.snap-account-add-listing {
		grid-column: 1 / -1;
		margin: 3px 0 0;
		justify-content: center;
	}

	body.page-id-37 #job-manager-job-dashboard {
		padding: 16px;
		border-radius: 15px;
	}

	body.page-id-37 .jm-dashboard__intro {
		display: block;
	}

	body.page-id-37 .jm-dashboard__actions {
		margin-top: 11px;
	}

	body.page-id-37 .jm-dashboard__actions .jm-ui-button {
		width: 100%;
	}

	body.page-id-37 .job-manager-form {
		padding: 25px 18px 31px;
		border-radius: 15px;
	}

	body.page-id-37 .job-manager-form fieldset {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100%;
		padding: 17px 0;
	}

	body.page-id-37 .job-manager-form fieldset > label,
	body.page-id-37 .job-manager-form fieldset > .field {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}

	body.page-id-37 .job-manager-form fieldset > label {
		margin-bottom: 8px;
	}

	body.page-id-37 .job-manager-form .button,
	body.page-id-37 .job-manager-form input[type="submit"] {
		width: 100%;
		margin: 8px 0 0;
	}
}

@media (max-width: 430px) {
	body.page-id-25 #primary.container,
	body.page-id-37 #primary.container {
		width: min(100% - 18px, 1180px);
	}

	body.page-id-25 .page-cover.page-cover--default,
	body.page-id-37 .page-cover.page-cover--default {
		min-height: 225px;
		padding-right: 16px;
		padding-left: 16px;
	}

	html body.page-id-25 div.page-cover.page-cover--default,
	html body.page-id-37 div.page-cover.page-cover--default {
		min-height: 225px !important;
	}

	body.page-id-25 .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	body.page-id-37 .jm-dashboard-job {
		grid-template-columns: 54px minmax(0, 1fr);
		padding: 15px 12px;
	}

	body.page-id-37 .jm-dashboard-job .company_logo {
		width: 50px;
		height: 50px;
	}

	body.page-id-37 .jm-dashboard-action--primary {
		width: calc(100% - 48px);
	}
}
