.ra-form-wrap { max-width: 480px; margin: 0 auto; }
.ra-form p { margin-bottom: 14px; }
.ra-form label { display: block; font-weight: 600; margin-bottom: 4px; }
.ra-form input[type="text"],
.ra-form input[type="email"],
.ra-form input[type="tel"],
.ra-form input[type="password"],
.ra-form input[type="number"],
.ra-form input[type="date"],
.ra-form input[type="search"],
.ra-form select,
.ra-form textarea {
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
}
.ra-password-field {
	position: relative;
	display: block;
	width: 100%;
}
.ra-password-field input[type="password"],
.ra-password-field input[type="text"] {
	width: 100%;
	padding-right: 42px;
	box-sizing: border-box;
}
.ra-password-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #666;
	cursor: pointer;
	line-height: 1;
}
.ra-password-toggle:hover,
.ra-password-toggle:focus {
	color: #222;
	outline: none;
}
.ra-password-toggle:focus-visible {
	outline: 2px solid #c9a227;
	outline-offset: 2px;
	border-radius: 4px;
}
/* wp_login_form on the account page */
.ra-form-wrap .login-password .ra-password-field,
.ra-form-wrap .login-username input,
.ra-form-wrap .login-password input {
	width: 100%;
	box-sizing: border-box;
}
.ra-profile-divider {
	border: 0;
	border-top: 1px solid #e8dfc0;
	margin: 28px 0 18px;
}
.ra-profile-form h3 {
	margin: 0 0 14px;
	font-size: 1.15em;
}
.ra-tp-trade-types {
	border: 1px solid #e8dfc0;
	border-radius: 8px;
	padding: 14px 16px 10px;
	margin: 0 0 18px;
}
.ra-tp-trade-types legend {
	font-weight: 600;
	padding: 0 6px;
}
.ra-tp-categories {
	border: 1px solid #e8dfc0;
	border-radius: 8px;
	padding: 14px 16px 10px;
	margin: 0 0 18px;
}
.ra-tp-categories legend {
	font-weight: 600;
	padding: 0 6px;
}
.ra-checkbox-grid {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 6px 12px;
}
.ra-checkbox-grid label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-weight: 400;
	margin: 0;
}
.ra-checkbox-grid input[type="checkbox"] {
	margin-top: 3px;
	flex: 0 0 auto;
}
.ra-skill-tags-field { margin-bottom: 18px; }
.ra-skill-tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 8px 0 10px;
	padding: 0;
}
.ra-skill-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fdfaf2;
	border: 1px solid #d4b55f;
	border-radius: 16px;
	padding: 4px 8px 4px 12px;
	font-size: 13px;
}
.ra-skill-tag-remove {
	border: 0;
	background: transparent;
	color: #8a6d1f;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	padding: 0 2px;
}
.ra-skill-tags-add {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
.ra-skill-tags-add input { flex: 1 1 200px; max-width: 320px; }
.ra-conditional-panel[hidden],
.ra-machinery-extra[hidden],
.ra-assoc-extra[hidden] {
	display: none !important;
}
.ra-machinery-row,
.ra-assoc-row {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #f0f0f0;
}
.ra-machinery-extra,
.ra-assoc-extra {
	margin: 8px 0 0 24px;
}
.ra-profile-file-field {
	margin-bottom: 12px;
}
.ra-profile-file-field .ra-dropzone {
	max-width: 360px;
	max-height: 140px;
	min-height: 100px;
}
.ra-terms-field label {
	font-weight: 400;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.ra-terms-field input[type="checkbox"] {
	margin-top: 3px;
}
.ra-ta-card-skills {
	font-size: 13px;
	color: #555;
	margin: 4px 0 0;
}

/* --- Registration page --- */
.ra-form-wrap, .ra-profile-form {
	max-width: none;
	border: 3px solid #d4b55f;
	border-radius: 10px;
	padding: 32px;
	background: #fff;
}
.ra-register-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.ra-register-header h2 { margin: 0; }
.ra-alt-login-btn {
	display: inline-block;
	padding: 9px 18px;
	border: 2px solid #d4b55f;
	border-radius: 6px;
	color: #8a6d1f;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.ra-alt-login-btn:hover { background: #d4b55f; color: #fff; }
.ra-form-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.ra-form-row p { flex: 1 1 240px; margin-bottom: 14px; }
.ra-profile-picture-field { text-align: center; margin-bottom: 24px; }
.ra-profile-picture-field label { text-align: center; }
.ra-profile-picture-current {
	display: block;
	margin: 8px 0 12px;
}
.ra-profile-picture-current img {
	border-radius: 50%;
	object-fit: cover;
}
.ra-profile-picture-field .ra-dropzone {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

/* --- Beautified file upload (registration photo, product images) --- */
.ra-dropzone {
	position: relative;
	border: 2px dashed #d4b55f;
	border-radius: 10px;
	background: #fdfaf2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 24px 14px;
	cursor: pointer;
	text-align: center;
	transition: background 0.15s ease, border-color 0.15s ease;
	/* Fixed height + overflow so the absolute preview can't expand and
	   cover the form fields below (job image / product image uploads).
	   Profile picture overrides this with its own 140x140 circle. */
	min-height: 140px;
	max-height: 200px;
	overflow: hidden;
}
.ra-dropzone:hover { background: #f8f0da; border-color: #b8973f; }
.ra-dropzone-icon { font-size: 28px; line-height: 1; }
.ra-dropzone-text { font-size: 13px; color: #7a6a3f; font-weight: 600; }
.ra-dropzone.ra-dropzone-filled .ra-dropzone-text { color: #4a3e1a; }
.ra-dropzone-preview {
	display: none;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}
.ra-dropzone input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.ra-form-errors {
	background: #fdecea;
	border: 1px solid #f5c2c0;
	color: #611a15;
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.ra-form-errors ul { margin: 0; padding-left: 18px; }
.ra-form-success {
	background: #eaf7ee;
	border: 1px solid #b7dfc4;
	color: #1e4620;
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.ra-current-job-thumb {
	display: block;
	margin: 8px 0 12px;
}
.ra-current-job-thumb img {
	max-width: 120px;
	height: auto;
	border-radius: 6px;
	border: 1px solid #e8dfc0;
}
.ra-account-header { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.ra-account-wrap--app { max-width: none; }

/* --- App-style dashboard shell (sidebar + topbar + content) --- */
.ra-dashboard-shell {
	/* Dark default — brand near-blacks */
	--ra-dash-sidebar: #111111;
	--ra-dash-sidebar-text: #cfcfcf;
	--ra-dash-sidebar-active: #d4b55f;
	--ra-dash-border: #2a2a2a;
	--ra-dash-bg: #0a0a0a;
	--ra-dash-surface: #171717;
	--ra-dash-text: #f2f2f2;
	--ra-dash-muted: #a3a3a3;
	--ra-dash-hover: rgba(212, 181, 95, 0.12);
	--ra-dash-control-bg: #1a1a1a;
	--ra-dash-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
	display: flex;
	align-items: stretch;
	min-height: 72vh;
	border: 1px solid var(--ra-dash-border);
	border-radius: 14px;
	overflow: hidden;
	background: var(--ra-dash-bg);
	color: var(--ra-dash-text);
	position: relative;
	box-shadow: var(--ra-dash-shadow);
}
.ra-dashboard-shell[data-ra-theme="light"] {
	--ra-dash-sidebar: #111111;
	--ra-dash-sidebar-text: #cfcfcf;
	--ra-dash-sidebar-active: #d4b55f;
	--ra-dash-border: #e6e8ee;
	--ra-dash-bg: #f4f5f8;
	--ra-dash-surface: #ffffff;
	--ra-dash-text: #111111;
	--ra-dash-muted: #6b7280;
	--ra-dash-hover: #fdfaf2;
	--ra-dash-control-bg: #ffffff;
	--ra-dash-shadow: 0 10px 30px rgba(17, 17, 17, 0.08);
}
.ra-dashboard-sidebar {
	width: 260px;
	flex-shrink: 0;
	background: var(--ra-dash-sidebar);
	color: var(--ra-dash-sidebar-text);
	display: flex;
	flex-direction: column;
	z-index: 30;
}
.ra-dash-brand {
	padding: 22px 20px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ra-dash-brand-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
.ra-dash-logo-img {
	width: auto;
	max-width: 100%;
	display: block;
	object-fit: contain;
}
.ra-dash-logo-text {
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	line-height: 1.2;
}
.ra-dash-nav {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 14px 0 20px;
}
.ra-dash-nav ul { list-style: none; margin: 0; padding: 0; }
.ra-dash-nav li a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 18px;
	margin: 2px 10px;
	border-radius: 10px;
	color: var(--ra-dash-sidebar-text);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: background 0.15s ease, color 0.15s ease;
}
.ra-dash-nav li a:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}
.ra-dash-nav li.ra-nav-active a {
	background: rgba(212, 181, 95, 0.16);
	color: #fff;
	box-shadow: inset 3px 0 0 var(--ra-dash-sidebar-active);
}
.ra-nav-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	opacity: 0.9;
}
.ra-nav-icon svg { display: block; width: 20px; height: 20px; }
.ra-nav-label { flex: 1 1 auto; min-width: 0; }
.ra-nav-divider {
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin: 12px 20px;
	list-style: none;
	padding: 0;
}
.ra-nav-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	padding: 1px 6px;
	margin-left: auto;
	border-radius: 999px;
	background: var(--ra-dash-sidebar-active);
	color: #111111;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
}
.ra-dashboard-main {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	background: var(--ra-dash-bg);
}
.ra-dashboard-topbar {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 68px;
	padding: 12px 22px;
	background: var(--ra-dash-surface);
	border-bottom: 1px solid var(--ra-dash-border);
	position: sticky;
	top: 0;
	z-index: 20;
}
.ra-dash-topbar-title {
	flex: 1 1 auto;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--ra-dash-text);
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ra-dash-topbar-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}
.ra-dash-menu-toggle {
	display: none;
	width: 40px;
	height: 40px;
	border: 1px solid var(--ra-dash-border);
	border-radius: 10px;
	background: var(--ra-dash-control-bg);
	color: var(--ra-dash-text);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.ra-dash-menu-bars,
.ra-dash-menu-bars::before,
.ra-dash-menu-bars::after {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--ra-dash-text);
	border-radius: 2px;
	position: relative;
}
.ra-dash-menu-bars::before,
.ra-dash-menu-bars::after {
	content: "";
	position: absolute;
	left: 0;
}
.ra-dash-menu-bars::before { top: -6px; }
.ra-dash-menu-bars::after { top: 6px; }
.ra-dash-icon-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid var(--ra-dash-border);
	background: var(--ra-dash-control-bg);
	color: var(--ra-dash-text);
	text-decoration: none;
	cursor: pointer;
}
.ra-dash-icon-btn:hover,
.ra-dash-icon-btn.is-active {
	border-color: var(--ra-dash-sidebar-active);
	color: var(--ra-dash-text);
	background: var(--ra-dash-hover);
}
.ra-dash-icon-svg { display: inline-flex; }
.ra-dash-icon-svg svg { width: 20px; height: 20px; display: block; }
.ra-dash-theme-toggle .ra-dash-theme-icon-moon { display: none; }
.ra-dashboard-shell[data-ra-theme="light"] .ra-dash-theme-toggle .ra-dash-theme-icon-sun { display: none; }
.ra-dashboard-shell[data-ra-theme="light"] .ra-dash-theme-toggle .ra-dash-theme-icon-moon { display: inline-flex; }
.ra-dash-icon-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #c0392b;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}
.ra-dash-profile { position: relative; }
.ra-dash-profile-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 4px 10px 4px 4px;
	border: 1px solid var(--ra-dash-border);
	border-radius: 999px;
	background: var(--ra-dash-control-bg);
	cursor: pointer;
	color: inherit;
	max-width: 260px;
}
.ra-dash-profile-toggle:hover,
.ra-dash-profile.is-open .ra-dash-profile-toggle {
	border-color: var(--ra-dash-sidebar-active);
	background: var(--ra-dash-hover);
}
.ra-dash-profile-avatar {
	display: inline-flex;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}
.ra-dash-profile-avatar img {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}
.ra-dash-profile-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	text-align: left;
}
.ra-dash-profile-name {
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--ra-dash-text);
	max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ra-dash-profile-role {
	font-size: 0.75rem;
	color: var(--ra-dash-muted);
	line-height: 1.2;
}
.ra-dash-profile-caret {
	display: inline-flex;
	color: var(--ra-dash-muted);
	margin-left: 2px;
}
.ra-dash-profile-caret svg { width: 16px; height: 16px; }
.ra-dash-profile-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 220px;
	padding: 8px;
	border: 1px solid var(--ra-dash-border);
	border-radius: 12px;
	background: var(--ra-dash-surface);
	box-shadow: var(--ra-dash-shadow);
	z-index: 40;
}
.ra-dash-profile-menu a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 8px;
	text-decoration: none;
	color: var(--ra-dash-text);
	font-weight: 600;
	font-size: 0.92rem;
}
.ra-dash-profile-menu a:hover { background: var(--ra-dash-hover); }
.ra-dash-profile-menu .ra-dash-logout { color: #e57373; }
.ra-dashboard-shell[data-ra-theme="light"] .ra-dash-profile-menu .ra-dash-logout { color: #b32d2e; }
.ra-dash-profile-menu .ra-dash-logout:hover { background: rgba(179, 45, 46, 0.12); }
.ra-dashboard-content {
	flex: 1 1 auto;
	padding: 24px 28px 32px;
	min-width: 0;
	color: var(--ra-dash-text);
}
/* Content surfaces / text inside dark dashboard */
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content p,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content li,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content td,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content strong,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content legend,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content label,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-form label,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-job-filters label,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-ta-filters label,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-ad-catalog-filters label {
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content h1,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content h2,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content h3,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content h4,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content h5 {
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .description,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-job-meta,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-job-quota,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-quote-message,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-ad-product-cats,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-notification-time,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-dash-card-label,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-rating-summary.ra-no-reviews {
	color: var(--ra-dash-muted);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content .ra-dash-card-value,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dash-shortcut,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dash-shortcut:hover,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dash-hero h2 {
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dash-hero {
	background:
		radial-gradient(circle at 88% 20%, rgba(212, 181, 95, 0.18), transparent 42%),
		linear-gradient(135deg, #171717 0%, #111111 100%);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dash-shortcut-icon {
	background: #0a0a0a;
	border: 1px solid #2a2a2a;
}

/* Light panels → dark surfaces */
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dash-card,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-job-card,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-plan-card,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-quote-box,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-job-filters,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-filters,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-catalog-filters,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-target-fields,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-directory-locked,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-job-panel,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-supplier-register-notice,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-supplier-membership-intro,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-sub-plan-card,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-card,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form.ra-profile-form,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-post-job-form,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-product-form-wrap,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-contact-box,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-service-areas,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-review-box,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-targeting,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-products,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-product-card,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-job-category-note,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-tp-trade-types,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-tp-categories,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dropzone,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dash-notice,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-pending-extra-box,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-hire-row,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-modal .ra-ta-modal-dialog,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-success,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-errors {
	background: var(--ra-dash-surface) !important;
	border-color: var(--ra-dash-border) !important;
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-sub-plan-current,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-notification-row.ra-notification-unread,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-supplier-contact,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-job-panel {
	background: #1c1a14 !important;
	border-color: #d4b55f !important;
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-job-panel h3,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-job-panel p {
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-job-panel .description {
	color: var(--ra-dash-muted);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dash-notice-warn,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-errors {
	background: #2a1515 !important;
	border-color: #8a3030 !important;
	color: #f0c0c0;
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-success,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-review-box.ra-review-submitted {
	background: #14261a !important;
	border-color: #2f6b3a !important;
	color: #c8e6c9;
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dropzone-text,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dropzone.ra-dropzone-filled .ra-dropzone-text {
	color: #e0c575;
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dropzone:hover {
	background: #1c1a14 !important;
	border-color: #d4b55f;
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content a:not(.button) {
	color: #e0c575;
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input[type="text"],
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input[type="email"],
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input[type="tel"],
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input[type="password"],
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input[type="number"],
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input[type="search"],
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input[type="date"],
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content select,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content textarea,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-job-filters select,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-job-filters input,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-catalog-filters select,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-catalog-filters input,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-filters select,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-filters input {
	background: #111111 !important;
	border: 1px solid var(--ra-dash-border) !important;
	color: var(--ra-dash-text) !important;
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input:disabled,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content input[readonly] {
	opacity: 0.7;
	color: var(--ra-dash-muted) !important;
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-dashboard-content option {
	background: #111111;
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-tp-trade-types,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-tp-categories,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-notification-row,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-quote-row,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-hire-row,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-profile-divider {
	border-color: var(--ra-dash-border) !important;
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-notification-row a {
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-job-details-table th,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-job-details-table td,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-hire-requests-table th,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-hire-requests-table td {
	border-bottom-color: var(--ra-dash-border);
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-job-details-table th,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-hire-requests-table th {
	color: var(--ra-dash-muted);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-password-toggle {
	color: var(--ra-dash-muted);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-password-toggle:hover,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-password-toggle:focus {
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-checkbox-grid label,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-card-skills {
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-product-price del {
	color: var(--ra-dash-muted);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-modal-panel,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ta-modal .ra-ta-modal-inner {
	background: var(--ra-dash-surface);
	color: var(--ra-dash-text);
	border-color: var(--ra-dash-border);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-post-job-form,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-profile-form,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-ad-product-form-wrap {
	background: #171717 !important;
	border-color: #2a2a2a !important;
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap h2,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap h3,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap label,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap legend,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap p,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-post-job-form label,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-post-job-form legend,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-post-job-form p {
	color: var(--ra-dash-text);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-register-header,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap .ra-register-header {
	border-bottom-color: var(--ra-dash-border);
}
.ra-dashboard-shell[data-ra-theme="dark"] .ra-form-wrap .description,
.ra-dashboard-shell[data-ra-theme="dark"] .ra-post-job-form .description {
	color: var(--ra-dash-muted);
}
.ra-dashboard-shell[data-ra-theme="light"] .ra-form-wrap,
.ra-dashboard-shell[data-ra-theme="light"] .ra-post-job-form,
.ra-dashboard-shell[data-ra-theme="light"] .ra-profile-form {
	background: #fff;
	border-color: #d4b55f;
	color: #111111;
}
.ra-dash-sidebar-backdrop {
	display: none;
	position: absolute;
	inset: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background: rgba(15, 18, 28, 0.45);
	z-index: 25;
	cursor: pointer;
}
html.ra-dash-nav-lock { overflow: hidden; }

@media (max-width: 960px) {
	.ra-dash-menu-toggle { display: inline-flex; }
	.ra-dashboard-sidebar {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		transform: translateX(-105%);
		transition: transform 0.2s ease;
		box-shadow: 8px 0 24px rgba(0, 0, 0, 0.18);
	}
	.ra-dashboard-shell.ra-sidebar-open .ra-dashboard-sidebar {
		transform: translateX(0);
	}
	.ra-dashboard-shell.ra-sidebar-open .ra-dash-sidebar-backdrop {
		display: block;
	}
	.ra-dash-profile-meta { display: none; }
	.ra-dashboard-content { padding: 18px 16px 24px; }
	.ra-dashboard-topbar { padding: 10px 14px; }
}
.ra-supplier-membership-intro {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.5;
}
.ra-supplier-register-notice {
	margin: 0 0 16px;
	padding: 12px 14px;
	border: 1px solid #e8dfc0;
	border-radius: 8px;
	background: #fdfaf2;
}
.ra-supplier-register-notice p { margin: 0; }
.ra-plan-cards { display: flex; flex-wrap: wrap; align-items: stretch; gap: 16px; margin: 20px 0; }
.ra-plan-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 18px;
	flex: 1 1 240px;
}
.ra-plan-card .button {
	margin-top: auto;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.ra-plan-price { font-size: 22px; font-weight: 700; }

.ra-job-listing { display: flex; flex-direction: column; gap: 16px; }
.ra-job-filters { background: #f6f6f6; border-radius: 8px; padding: 14px 16px; margin-bottom: 6px; }
.ra-job-filters label { display: inline-block; font-weight: 600; margin: 0 6px 0 14px; }
.ra-job-filters label:first-child { margin-left: 0; }
.ra-job-filters select, .ra-job-filters input[type="text"] { width: auto; display: inline-block; padding: 5px 8px; }
.ra-filter-reset { margin-left: 12px; }
.ra-job-card { border: 1px solid #ddd; border-radius: 8px; padding: 16px; width: 45%; display: flex; flex-direction: column; align-items: center; background: #f6f6f6 !important; }
.ra-job-card h3 { margin: 0 0 6px; }
.ra-job-card-thumb img { max-width: 100%; border-radius: 6px; margin-bottom: 8px; }
.ra-job-meta, .ra-job-quota { color: #555; margin: 4px 0; }
.ra-job-pagination { margin-top: 20px; }
.ra-job-details-table { width: 100%; border-collapse: collapse; margin: 12px 0; }
.ra-job-details-table th, .ra-job-details-table td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #eee; vertical-align: top; }
.ra-job-details-table th { width: 220px; color: #555; }
.ra-job-category-note { background: #f6f6f6; padding: 10px 14px; border-radius: 6px; }
#ra-category-additional-fields h3 { margin-top: 16px; }

.ra-quote-box { border: 1px solid #ddd; border-radius: 8px; padding: 16px; margin-top: 20px; }
.ra-contact-box {
	border: 1px solid #d4b55f;
	background: #fdfaf2;
	border-radius: 8px;
	padding: 16px;
	margin: 20px 0;
}
.ra-contact-box h3 { margin-top: 0; }
.ra-contact-box .description { margin-bottom: 12px; }
.ra-quote-row { border-top: 1px solid #eee; padding-top: 12px; margin-top: 12px; }
.ra-quote-row:first-of-type { border-top: none; padding-top: 0; margin-top: 8px; }
.ra-quote-row img { vertical-align: middle; margin-right: 8px; border-radius: 50%; }
.ra-quote-message { color: #555; margin: 6px 0; }

.ra-service-areas { border: 1px solid #ddd; border-radius: 8px; padding: 16px; margin-top: 16px; }
.ra-postcode-list { list-style: none; margin: 8px 0; padding: 0; }
.ra-postcode-list li { padding: 4px 0; }
.ra-postcode-list .ra-remove-postcode { margin-left: 10px; color: #b32d2e; }
.ra-postcode-list .ra-cancel-extra-postcode { margin-left: 10px; color: #b32d2e; }
.ra-cancel-all-extras { margin: 12px 0 16px; }
.ra-notice-error {
	padding: 10px 12px;
	border-left: 3px solid #b32d2e;
	background: #fbeaea;
}
.ra-postcode-unpaid-badge {
	border-color: #b32d2e;
	color: #b32d2e;
	background: #fbeaea;
}
.ra-extra-postcode-pending {
	margin: 12px 0;
	padding: 12px;
	border: 1px dashed #d4b55f;
	border-radius: 8px;
	background: #fdfaf2;
}
.ra-notice-success {
	padding: 10px 12px;
	border-left: 3px solid #46b450;
	background: #ecf7ed;
}
.ra-add-postcode-form { display: flex; gap: 8px; margin-top: 10px; }
.ra-add-postcode-form input { width: auto; flex: 1; }

.ra-rating-summary { color: #b8860b; font-weight: 600; margin: 0 8px; }
.ra-rating-summary.ra-no-reviews { color: #888; font-weight: 400; }
.ra-review-box { border: 1px solid #ddd; border-radius: 8px; padding: 14px 16px; margin-top: 14px; background: #fafafa; }
.ra-review-box.ra-review-submitted { background: #f3f9f3; }

.ra-section-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.ra-section-header-row h2 { margin: 0; }
.ra-product-image-field,
.ra-product-gallery-field {
	margin-bottom: 18px;
}
.ra-product-image-field .ra-dropzone,
.ra-product-gallery-field .ra-dropzone {
	max-width: 360px;
}
.ra-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 8px 0 12px;
	padding: 0;
}
.ra-gallery-thumbs li,
.ra-gallery-thumb-item {
	position: relative;
	margin: 0;
}
.ra-gallery-thumbs li img,
.ra-gallery-thumb-item img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #e8dfc0;
	display: block;
}
.ra-gallery-thumb-remove {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 22px;
	height: 22px;
	border: 0;
	border-radius: 50%;
	background: #c0392b;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.ra-gallery-thumb-remove:hover { background: #a93226; }
.ra-gallery-pending { margin-top: 10px; }
.ra-ta-job-panel {
	border: 1px solid #d4b55f;
	background: #fdfaf2;
	border-radius: 8px;
	padding: 16px;
	margin: 20px 0;
}
.ra-ta-job-panel h3 { margin-top: 0; }
.ra-hire-requests-table td { vertical-align: middle; }
.ra-hire-row .ra-ta-open-modal { margin-left: 8px; }
.ra-ta-card .button { margin: 4px 4px 0 0; }

body.ra-ta-modal-open { overflow: hidden; }
.ra-ta-modal[hidden] { display: none !important; }
/* Full-viewport overlay (Bootstrap-style). !important fights theme layout rules. */
.ra-ta-modal {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	inset: 0 !important;
	z-index: 100 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box;
}
.ra-ta-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}
.ra-ta-modal-dialog {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #d4b55f;
	max-width: 700px;
	width: 100%;
	max-height: 90vh;
	overflow: auto;
	padding: 24px;
	margin: 0 auto;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.ra-ta-modal-close {
	position: absolute;
	top: 8px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #666;
}
.ra-ta-modal-header {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 16px;
	padding-right: 28px;
}
.ra-ta-modal-header h3 { margin: 0 0 4px; }
.ra-ta-modal-hire { margin-top: 16px; }

.ra-ta-hiring-section { border-top: 1px solid #eee; margin-top: 24px; padding-top: 16px; }
.ra-hire-row { border-top: 1px solid #eee; padding: 10px 0; }
.ra-hire-row:first-of-type { border-top: none; }
.ra-ta-directory { margin-top: 16px; }
.ra-ta-directory-locked {
	margin-top: 12px;
	padding: 20px;
	border: 1px solid #e8dfc0;
	border-radius: 8px;
	background: #fdfaf2;
}
.ra-ta-directory-locked .button { margin-top: 8px; }
.ra-ta-filters { background: #f6f6f6; border-radius: 8px; padding: 10px 14px; margin-bottom: 12px; }
.ra-ta-card { border: 1px solid #ddd; border-radius: 8px; padding: 14px; margin-bottom: 10px; }
.ra-ta-card img { vertical-align: middle; margin-right: 8px; border-radius: 50%; }

.ra-ad-targeting { border: 1px solid #ddd; border-radius: 8px; padding: 16px; margin-top: 16px; }
.ra-ad-target-fields { background: #f9f9f9; border-radius: 6px; padding: 10px 14px; margin-top: 10px; }

.ra-ad-products { border: 1px solid #ddd; border-radius: 8px; padding: 16px; margin-top: 16px; }

.ra-ad-catalog-filters { background: #f6f6f6; border-radius: 8px; padding: 12px 16px; margin-bottom: 16px; display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: flex-end; }
.ra-ad-catalog-filters p { margin: 0; flex: 1 1 160px; }
.ra-ad-catalog-filters input[type="search"],
.ra-ad-catalog-filters select { width: 100%; max-width: 280px; }
.ra-ad-catalog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.ra-ad-product-card { border: 1px solid #ddd; border-radius: 8px; padding: 12px; }
.ra-ad-product-card img { width: 100%; height: 160px; object-fit: cover; border-radius: 6px; margin-bottom: 8px; max-height: 100px; }
.ra-ad-product-price { font-weight: 700; font-size: 16px; }
.ra-ad-product-price del { color: #888; font-weight: 400; margin-right: 6px; }
.ra-ad-product-details { margin-top: 16px; }
.ra-ad-product-featured { margin: 0 0 16px; }
.ra-ad-product-featured img { max-width: 100%; height: auto; border-radius: 8px; display: block; }
.ra-ad-product-gallery { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.ra-ad-product-gallery img { width: 140px; height: 140px; object-fit: cover; border-radius: 6px; border: 1px solid #e8dfc0; }
.ra-ad-product-cats { color: #666; font-size: 14px; }
.ra-contact-box {
	border: 1px solid #d4b55f;
	background: #fdfaf2;
	border-radius: 8px;
	padding: 16px;
	margin: 20px 0;
}
.ra-contact-box h3 { margin-top: 0; }
.ra-job-supplier-directory {
	border-top: 1px solid #eee;
	margin-top: 28px;
	padding-top: 8px;
}
.ra-notification-list { display: flex; flex-direction: column; gap: 2px; }
.ra-notification-row { border-bottom: 1px solid #eee; }
.ra-notification-row a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 12px 6px;
	text-decoration: none;
	color: #333;
}
.ra-notification-row.ra-notification-unread { background: #fdf8ea; }
.ra-notification-row.ra-notification-unread .ra-notification-message { font-weight: 700; }
.ra-notification-time { color: #888; font-size: 12px; white-space: nowrap; }
.job-list-row{ display: flex; flex-direction: row; justify-content: space-around; }
.ra-job-filter-row{ display: flex; justify-content: center; align-items: center; margin: 0; gap: 10px; }

/* --- Dashboard overview --- */
.ra-dashboard-overview { margin-bottom: 8px; }
.ra-dash-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 24px;
	margin: 0 0 20px;
	border: 1px solid var(--ra-dash-border, #e8dfc0);
	border-radius: 16px;
	background:
		radial-gradient(circle at 88% 20%, rgba(212, 181, 95, 0.22), transparent 42%),
		linear-gradient(135deg, var(--ra-dash-surface, #fdfaf2) 0%, var(--ra-dash-control-bg, #fff) 100%);
	overflow: hidden;
	position: relative;
}
.ra-dash-hero-copy { position: relative; z-index: 1; max-width: 520px; }
.ra-dash-hero-eyebrow {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #d4b55f;
}
.ra-dash-hero h2 {
	margin: 0 0 8px;
	font-size: 1.7rem;
	line-height: 1.15;
}
.ra-dash-hero .description { margin: 0; max-width: 42ch; }
.ra-dash-hero-art {
	flex: 0 0 220px;
	max-width: 42%;
	color: var(--ra-dash-text, #4a3e1a);
	opacity: 0.95;
}
.ra-dash-hero-svg { display: block; width: 100%; height: auto; }
.ra-dash-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 12px;
	margin: 0 0 20px;
}
.ra-dash-card {
	border: 1px solid var(--ra-dash-border, #e8dfc0);
	background: var(--ra-dash-surface, #fdfaf2);
	border-radius: 14px;
	padding: 16px 14px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 8px;
	position: relative;
	overflow: hidden;
	min-height: 118px;
}
.ra-dash-card::after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -18px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(212, 181, 95, 0.12);
	pointer-events: none;
}
.ra-dash-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(212, 181, 95, 0.16);
	color: #d4b55f;
}
.ra-dash-card-icon svg { width: 20px; height: 20px; display: block; }
.ra-dash-card-value {
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	color: var(--ra-dash-text, #4a3e1a);
	line-height: 1.2;
	word-break: break-word;
	position: relative;
	z-index: 1;
}
.ra-dash-card-label {
	display: block;
	font-size: 12px;
	color: var(--ra-dash-muted, #7a6a3f);
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.ra-dash-shortcuts {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 12px;
	margin: 0 0 18px;
}
.ra-dash-shortcut {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid var(--ra-dash-border, #e8dfc0);
	border-radius: 14px;
	background: var(--ra-dash-surface, #fff);
	color: var(--ra-dash-text, #4a3e1a);
	text-decoration: none;
	font-weight: 700;
	transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}
.ra-dash-shortcut:hover {
	border-color: #d4b55f;
	background: rgba(212, 181, 95, 0.08);
	transform: translateY(-1px);
	color: var(--ra-dash-text, #4a3e1a);
}
.ra-dash-shortcut.is-primary {
	background: linear-gradient(135deg, rgba(212, 181, 95, 0.22), rgba(212, 181, 95, 0.08));
	border-color: #d4b55f;
}
.ra-dash-shortcut-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: #111111;
	color: #d4b55f;
	flex-shrink: 0;
}
.ra-dash-shortcut-icon svg { width: 20px; height: 20px; display: block; }
.ra-dash-shortcut-label { flex: 1 1 auto; min-width: 0; }
.ra-dash-shortcut-arrow {
	display: inline-flex;
	color: var(--ra-dash-muted, #7a6a3f);
	transform: rotate(-90deg);
}
.ra-dash-shortcut-arrow svg { width: 16px; height: 16px; display: block; }
.ra-dash-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.ra-dash-notice {
	border: 1px solid #d4b55f;
	background: #fffbeb;
	border-radius: 8px;
	padding: 10px 14px;
	margin: 12px 0;
}
.ra-dash-notice-warn { border-color: #c0392b; background: #fdf2f2; }
@media (max-width: 720px) {
	.ra-dash-hero { flex-direction: column; align-items: flex-start; }
	.ra-dash-hero-art { max-width: 100%; flex-basis: auto; width: 100%; }
}
.ra-owner-quote-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}
.ra-inline-form { display: inline-flex; align-items: center; gap: 6px; margin: 0; }
.ra-raise-limit-form select { width: auto; min-width: 120px; padding: 4px 8px; }
.ra-sub-plans {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin: 12px 0 20px;
}
.ra-sub-plan-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 14px;
	background: #fff;
}
.ra-sub-plan-current { border-color: #d4b55f; background: #fdfaf2; }
.ra-sub-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top: 8px;
}
.ra-sub-current { text-align: left; margin-bottom: 16px; max-width: 420px; }
.ra-quote-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.ra-public-reviews {
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}
.ra-public-reviews h4 { margin: 0 0 10px; }
.ra-public-review {
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 10px 12px;
	margin-bottom: 8px;
	background: #fafafa;
}
.ra-public-review-meta { margin: 0 0 4px; }
.ra-public-review-date {
	color: #888;
	font-size: 12px;
	margin-left: 6px;
}
.ra-account-wrap a.button{
	display: block;
    text-align: center;
}

/* Modals / portaled UI follow dashboard theme via <html data-ra-theme> */
html[data-ra-theme="dark"] .ra-ta-modal-dialog {
	background: #171717 !important;
	border-color: #2a2a2a !important;
	color: #f2f2f2;
}
html[data-ra-theme="dark"] .ra-ta-modal-header,
html[data-ra-theme="dark"] .ra-ta-modal-header h3,
html[data-ra-theme="dark"] .ra-ta-modal-dialog label,
html[data-ra-theme="dark"] .ra-ta-modal-dialog p,
html[data-ra-theme="dark"] .ra-ta-modal-dialog td,
html[data-ra-theme="dark"] .ra-ta-modal-dialog th,
html[data-ra-theme="dark"] .ra-ta-modal-dialog strong {
	color: #f2f2f2;
}
html[data-ra-theme="dark"] .ra-ta-modal-dialog th,
html[data-ra-theme="dark"] .ra-ta-modal-dialog .description {
	color: #a3a3a3;
}
html[data-ra-theme="dark"] .ra-ta-modal-close {
	color: #f2f2f2;
	background: #111111;
	border-color: #2a2a2a;
}
html[data-ra-theme="dark"] .ra-ta-modal-dialog input,
html[data-ra-theme="dark"] .ra-ta-modal-dialog select,
html[data-ra-theme="dark"] .ra-ta-modal-dialog textarea {
	background: #111111 !important;
	border-color: #2a2a2a !important;
	color: #f2f2f2 !important;
}
html[data-ra-theme="dark"] .ra-public-review {
	background: #171717;
	border-color: #2a2a2a;
	color: #f2f2f2;
}
html[data-ra-theme="dark"] .ra-public-reviews {
	border-top-color: #2a2a2a;
}
html[data-ra-theme="dark"] .ra-public-review-date {
	color: #a3a3a3;
}
.ra-job-details-table .button, .ra-ad-product-form-wrap a.button{
	display: inline !important;
	line-height: 3em;
}
.ra-ad-product-form-wrap a.button {
  padding: 13px 25px;
}

/* Dashboard related UI starts here */

.page-id-1423.logged-in header.elementor-location-header, 
.page-id-1437.logged-in header.elementor-location-header,
.page-id-1442.logged-in header.elementor-location-header, 
.page-id-1460.logged-in header.elementor-location-header,
.single-reno_job.logged-in header.elementor-location-header,
.single-ra_ad_product.logged-in header.elementor-location-header,
.page-id-1423.logged-in footer.elementor-location-footer,
.page-id-1437.logged-in footer.elementor-location-footer,
.page-id-1442.logged-in footer.elementor-location-footer, 
.page-id-1460.logged-in footer.elementor-location-footer,
.single-reno_job.logged-in footer.elementor-location-footer,
.single-reno_job.logged-in header.entry-header,
.single-ra_ad_product.logged-in footer.elementor-location-footer,
.single-ra_ad_product.logged-in header.entry-header{
  display: none;
}

.page-id-1423.logged-in .ra-page,
.page-id-1437.logged-in .ra-page,
.page-id-1442.logged-in .ra-page,
.page-id-1460.logged-in .ra-page,
.page-id-1423.logged-in .ra-page > .e-con-inner,
.page-id-1437.logged-in .ra-page > .e-con-inner,
.page-id-1442.logged-in .ra-page > .e-con-inner,
.page-id-1460.logged-in .ra-page > .e-con-inner,
.single-reno_job.logged-in .ast-article-single,
.single-reno_job.logged-in #content > .ast-container,
.single-reno_job.logged-in #primary,
.single-ra_ad_product.logged-in .ast-article-single,
.single-ra_ad_product.logged-in #content > .ast-container,
.single-ra_ad_product.logged-in #primary{
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}

.page-id-1423.logged-in .ra-dashboard-shell,
.page-id-1437.logged-in .ra-dashboard-shell,
.page-id-1442.logged-in .ra-dashboard-shell,
.page-id-1460.logged-in .ra-dashboard-shell{
  min-height: 100vh;
}

.single-reno_job.logged-in .ast-article-single,
.single-ra_ad_product.logged-in .ast-article-single{
  background: transparent !important;
}

/* Dashboard related UI ends here */