/* Rengøringspris.dk brand colors */
:root {
	--rp-primary: #4E67EB;
	--rp-primary-hover: #3D56D9;
	--rp-navy: #1A202C;
	--rp-accent-light: #E0E7FF;
	--rp-text: #4A5568;
	--rp-bg: #F9FAFB;
	--rp-success: #48BB78;
	--rp-success-bg: #C6F6D5;
	--rp-success-text: #22543D;
	--rp-notice-bg: #E0E7FF;
	--rp-notice-text: #3D56D9;
	--rp-muted-bg: #EDF2F7;
	--rp-muted-btn: #E7E7E7;
	--rp-border: #E2E8F0;
	--rp-white: #FFFFFF;
	--rp-radius: 999px;
	--rp-card-radius: 16px;
	--rp-shadow: 0 4px 24px rgba(26, 32, 44, 0.08);
}

.rp-wrap {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	color: var(--rp-text);
	max-width: 960px;
	margin: 0 auto;
	padding: 24px 16px;
}

.rp-card {
	background: var(--rp-white);
	border-radius: var(--rp-card-radius);
	box-shadow: var(--rp-shadow);
	padding: 32px;
	margin-bottom: 24px;
}

.rp-card-center { text-align: center; }

.rp-customer-task {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: var(--rp-bg);
}

.rp-customer-task-main {
	flex: 1 0 auto;
	padding-top: 40px;
}

.rp-customer-intro {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 32px;
}

.rp-customer-intro p {
	margin: 0 0 14px;
	color: var(--rp-text);
	font-size: 1rem;
	line-height: 1.6;
}

.rp-customer-intro p:last-child {
	margin-bottom: 0;
}

.rp-customer-intro-lead {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-customer-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
}

.rp-customer-brand-link {
	display: inline-flex;
	justify-content: center;
	text-decoration: none !important;
	border: none !important;
}

.rp-customer-brand-logo {
	display: block;
	height: 72px;
	width: auto;
	max-width: min(420px, 90vw);
	object-fit: contain;
}

.rp-customer-brand-text {
	font-size: 2rem;
	font-weight: 800;
	color: var(--rp-navy);
	text-decoration: none !important;
}

.rp-customer-task-details-card {
	padding-top: 24px;
}

.rp-customer-task-details-title {
	color: var(--rp-navy);
	margin: 0 0 20px;
	font-size: 1.35rem;
	font-weight: 700;
}

.rp-customer-task-details-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.rp-customer-task-details-columns:has(.rp-customer-task-details-panel:only-child) {
	grid-template-columns: 1fr;
}

@media (max-width: 768px) {
	.rp-customer-task-details-columns {
		grid-template-columns: 1fr;
	}
}

.rp-customer-task-details-panel {
	padding: 20px 22px;
	background: #f8fafc;
	border: 1px solid #e8edf5;
	border-radius: 14px;
}

.rp-customer-task-details-panel-title {
	margin: 0 0 16px;
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-customer-task-details-list {
	margin: 0;
	display: grid;
	grid-template-columns: minmax(110px, 36%) 1fr;
	column-gap: 18px;
	row-gap: 12px;
	align-items: baseline;
}

.rp-customer-task-details-list > dd {
	margin: 0;
	margin-inline-start: 0;
	padding: 0;
	min-width: 0;
}

.rp-customer-task-details-term,
.rp-customer-task-details-desc {
	margin: 0;
	padding: 0;
	min-width: 0;
}

.rp-customer-task-details-term {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #718096;
}

.rp-customer-task-details-desc {
	font-size: 0.98rem;
	font-weight: 600;
	color: var(--rp-navy);
	line-height: 1.45;
	word-break: break-word;
	text-align: left;
}

.rp-customer-task-details-comment {
	margin-top: 4px;
	padding-top: 14px;
	border-top: 1px solid #e8edf5;
}

.rp-customer-task-details-comment .rp-customer-task-details-term {
	display: block;
	margin-bottom: 8px;
}

.rp-customer-task-details-comment .rp-customer-task-details-desc {
	display: block;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	text-align: left;
}

.rp-customer-task-details-desc--multiline {
	white-space: pre-wrap;
	font-weight: 500;
}

.rp-customer-status-badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.2;
}

.rp-customer-status--waiting {
	background: #ebf8ff;
	color: #2b6cb0;
}

.rp-customer-status--bids {
	background: #fefcbf;
	color: #975a16;
}

.rp-customer-status--closed {
	background: #e9d8fd;
	color: #553c9a;
}

.rp-customer-status--won {
	background: #c6f6d5;
	color: #22543d;
}

.rp-customer-status--expired {
	background: #fed7d7;
	color: #9b2c2c;
}

.rp-hero {
	text-align: center;
	margin-bottom: 32px;
}

.rp-hero h1 {
	color: var(--rp-navy);
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.2;
}

.rp-hero p {
	font-size: 1.1rem;
	margin: 0;
}

/* Step wizard - Cliinly-inspired */
.rp-steps {
	display: flex;
	gap: 8px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.rp-step-indicator {
	flex: 1;
	min-width: 80px;
	text-align: center;
	padding: 12px 8px;
	border-radius: 12px;
	background: var(--rp-bg);
	color: var(--rp-text);
	font-size: 0.85rem;
	font-weight: 600;
	transition: all 0.2s;
}

.rp-step-indicator.active {
	background: var(--rp-accent-light);
	color: var(--rp-primary);
}

.rp-step-indicator.done {
	background: var(--rp-primary);
	color: var(--rp-white);
}

.rp-step { display: none; }
.rp-step.active { display: block; }

.rp-step h2 {
	color: var(--rp-navy);
	font-size: 1.4rem;
	margin: 0 0 20px;
}

/* Form fields */
.rp-field {
	margin-bottom: 20px;
}

.rp-field label {
	display: block;
	font-weight: 600;
	color: var(--rp-navy);
	margin-bottom: 8px;
	font-size: 0.95rem;
}

.rp-field input,
.rp-field select,
.rp-field textarea {
	width: 100%;
	padding: 14px 18px;
	border: 2px solid var(--rp-border);
	border-radius: 12px;
	font-size: 1rem;
	color: var(--rp-navy);
	background: var(--rp-white);
	transition: border-color 0.2s;
	box-sizing: border-box;
}

.rp-field input:focus,
.rp-field select:focus,
.rp-field textarea:focus {
	outline: none;
	border-color: var(--rp-primary);
}

.rp-field textarea { min-height: 100px; resize: vertical; }

.rp-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

@media (max-width: 600px) {
	.rp-grid-2 { grid-template-columns: 1fr; }
}

/* Service selection pills - Cliinly style */
.rp-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rp-pill {
	padding: 12px 20px;
	border: 2px solid var(--rp-border);
	border-radius: var(--rp-radius);
	background: var(--rp-white);
	color: var(--rp-navy);
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 0.95rem;
}

.rp-pill:hover {
	border-color: var(--rp-primary);
	color: var(--rp-primary);
}

.rp-pill.selected {
	background: var(--rp-primary);
	border-color: var(--rp-primary);
	color: var(--rp-white);
}

/* Buttons */
.rp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: var(--rp-radius);
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.2s;
	text-decoration: none;
}

.rp-btn-primary {
	background: var(--rp-primary);
	color: var(--rp-white);
	border-color: var(--rp-primary);
}

.rp-btn-primary:hover {
	background: var(--rp-primary-hover);
	border-color: var(--rp-primary-hover);
	color: var(--rp-white);
}

.rp-btn-secondary {
	background: var(--rp-white);
	color: var(--rp-primary);
	border-color: var(--rp-primary);
}

.rp-btn-secondary:hover {
	background: var(--rp-accent-light);
}

.rp-actions {
	display: flex;
	gap: 12px;
	margin-top: 28px;
	flex-wrap: wrap;
}

/* Bid cards */
.rp-bid-card {
	border: 2px solid var(--rp-border);
	border-radius: var(--rp-card-radius);
	padding: 24px;
	margin-bottom: 16px;
	display: flex;
	gap: 20px;
	align-items: center;
	transition: border-color 0.2s;
}

.rp-bid-card:hover {
	border-color: var(--rp-primary);
}

.rp-bid-logo {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	background: var(--rp-accent-light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--rp-primary);
	flex-shrink: 0;
	overflow: hidden;
}

.rp-bid-logo img,
.rp-bid-logo .rp-bid-logo-img,
.rp-bid-logo .rp-avatar-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rp-bid-logo .rp-avatar-placeholder {
	border-radius: 12px;
}

.rp-bid-info { flex: 1; }

.rp-bid-info h3 {
	margin: 0 0 4px;
	color: var(--rp-navy);
	font-size: 1.1rem;
}

.rp-bid-price {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--rp-primary);
}

.rp-bid-note {
	color: var(--rp-text);
	margin-top: 8px;
	font-style: italic;
}

.rp-customer-bidding-round-title {
	color: var(--rp-navy);
	margin: 0 0 12px;
}

.rp-customer-bidding-round-text,
.rp-customer-bidding-round-early {
	margin: 0 0 12px;
	color: var(--rp-text);
	line-height: 1.55;
	font-size: 0.95rem;
}

.rp-customer-bidding-round-early {
	color: #4a5568;
	font-size: 0.9rem;
}

.rp-customer-bidding-round-timer-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	padding: 18px 16px;
	border-radius: 14px;
	background: linear-gradient(180deg, #f8faff 0%, #eef2ff 100%);
	border: 1px solid #dbe4ff;
}

.rp-customer-bidding-round-timer-label {
	font-size: 0.82rem;
	font-weight: 700;
	color: #718096;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rp-customer-bidding-round-timer {
	font-size: 2rem;
	font-weight: 800;
	color: var(--rp-primary);
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.04em;
}

.rp-customer-bidding-round-closed {
	margin-top: 8px;
	padding: 16px;
	border-radius: 14px;
	background: #eef2ff;
	border: 1px solid #dbe4ff;
	color: var(--rp-navy);
	line-height: 1.5;
}

.rp-customer-bidding-round-closed span {
	display: block;
	margin-top: 4px;
	color: #4a5568;
	font-size: 0.92rem;
}

.rp-customer-bidding-round.is-acceptance .rp-customer-bidding-round-timer-wrap--acceptance {
	margin-top: 16px;
}

.rp-customer-bidding-round.is-acceptance-expired .rp-customer-bidding-round-closed {
	background: #fef2f2;
	border-color: #fecaca;
}

.rp-customer-bids-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px 20px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #edf2f7;
}

.rp-customer-bids-title {
	color: var(--rp-navy);
	margin: 0;
}

.rp-customer-bids-status {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
}

.rp-customer-bids-status-label {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #718096;
}

.rp-customer-bids-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.rp-customer-bid-slot {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	padding: 24px 16px;
	border: 2px solid var(--rp-border);
	border-radius: var(--rp-card-radius);
	background: #fff;
	min-height: 100%;
}

.rp-customer-bid-slot--pending {
	border-style: dashed;
	border-color: #b8c5f8;
	background: linear-gradient(180deg, #f8faff 0%, #eef2ff 100%);
}

.rp-customer-bid-slot--ready:hover {
	border-color: var(--rp-primary);
}

.rp-customer-bid-avatar {
	width: 96px;
	height: 96px;
	border-radius: 16px;
	background: var(--rp-accent-light);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
}

.rp-customer-bid-avatar img,
.rp-customer-bid-avatar .rp-customer-bid-avatar-img,
.rp-customer-bid-avatar .rp-avatar-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rp-customer-bid-avatar .rp-avatar-placeholder {
	border-radius: 16px;
	color: #a0aec0;
	background: #e8edf5;
}

.rp-customer-bid-slot--pending .rp-customer-bid-avatar .rp-avatar-placeholder {
	background: #edf2f7;
}

.rp-customer-bid-company {
	margin: 0;
	color: var(--rp-navy);
	font-size: 1.05rem;
	line-height: 1.3;
}

.rp-customer-bid-price {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--rp-primary);
	line-height: 1.1;
}

.rp-customer-bid-note {
	color: var(--rp-text);
	font-size: 0.9rem;
	font-style: italic;
	line-height: 1.4;
}

.rp-customer-bid-slot--pending .rp-customer-bid-avatar {
	width: 112px;
	height: 112px;
	border-radius: 20px;
}

.rp-customer-bid-avatar--placeholder {
	background: #eef2ff;
	border: 2px dashed #b8c5f8;
}

.rp-customer-bid-placeholder-title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--rp-navy);
	line-height: 1.3;
}

.rp-customer-bid-placeholder-text {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #718096;
	max-width: 220px;
}

.rp-customer-bid-accept {
	width: 100%;
	margin-top: 4px;
}

@media (max-width: 900px) {
	.rp-customer-bids-grid {
		grid-template-columns: 1fr;
	}
}

.rp-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: var(--rp-radius);
	font-size: 0.8rem;
	font-weight: 600;
}

.rp-badge-auto {
	background: var(--rp-accent-light);
	color: var(--rp-primary);
}

.rp-badge-won {
	background: #C6F6D5;
	color: #22543D;
}

.rp-badge-muted {
	background: #edf2f7;
	color: #718096;
}

/* ===== Firma-dashboard (Cliinly-inspireret) ===== */
html.rp-page-dashboard-html,
html.rp-page-dashboard-html body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

html.rp-page-dashboard-html:has(.rp-company-gate),
html.rp-page-dashboard-html:has(.rp-company-gate) body,
html.rp-page-dashboard-html:has(.rp-company-login-page),
html.rp-page-dashboard-html:has(.rp-company-login-page) body,
html.rp-page-dashboard-html:has(.rp-company-register-page),
html.rp-page-dashboard-html:has(.rp-company-register-page) body,
html.rp-page-dashboard-html:has(.rp-customer-task),
html.rp-page-dashboard-html:has(.rp-customer-task) body,
html.rp-page-dashboard-html:has(body.rp-page-invoice-public),
html.rp-page-dashboard-html:has(body.rp-page-invoice-public) body,
html.rp-page-dashboard-html:has(body.rp-page-privacy-policy),
html.rp-page-dashboard-html:has(body.rp-page-privacy-policy) body,
html.rp-page-dashboard-html:has(.rp-privacy-policy-page),
html.rp-page-dashboard-html:has(.rp-privacy-policy-page) body {
	height: auto;
	min-height: 100%;
	overflow: auto;
}

body.rp-page-dashboard,
body.rp-page-dashboard-canvas {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
}

body.rp-page-dashboard-canvas:has(.rp-company-gate),
body.rp-page-dashboard-canvas:has(.rp-company-login-page),
body.rp-page-dashboard-canvas:has(.rp-company-register-page),
body.rp-page-dashboard-canvas:has(.rp-customer-task),
body.rp-page-invoice-public,
body.rp-page-privacy-policy {
	overflow: auto;
	min-height: 100vh;
	min-height: 100dvh;
	height: auto;
}

body.rp-page-dashboard-canvas {
	background: #F7F7F7;
}

body.rp-page-dashboard .entry-title,
body.rp-page-dashboard .page-title,
body.rp-page-dashboard .wp-block-post-title,
body.rp-page-dashboard h1.entry-title {
	display: none !important;
}

body.rp-page-dashboard #page,
body.rp-page-dashboard .site,
body.rp-page-dashboard #content,
body.rp-page-dashboard .site-content,
body.rp-page-dashboard .content-area,
body.rp-page-dashboard .site-main,
body.rp-page-dashboard .page-content,
body.rp-page-dashboard .page-header,
body.rp-page-dashboard .entry-content,
body.rp-page-dashboard article.page,
body.rp-page-dashboard .hentry,
body.rp-page-dashboard .wp-block-group,
body.rp-page-dashboard .wp-block-post-content,
body.rp-page-dashboard main,
body.rp-page-dashboard .container,
body.rp-page-dashboard .wrapper,
body.rp-page-dashboard .ast-container,
body.rp-page-dashboard .col-full,
body.rp-page-dashboard .inside-article,
body:not([class*=elementor-page-]).rp-page-dashboard .site-main {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

body.rp-page-dashboard .page-header {
	display: none !important;
}

body.rp-page-dashboard .entry-content a {
	text-decoration: none !important;
	border: none !important;
}

body.rp-page-dashboard .entry-content > * {
	border: none !important;
	outline: none !important;
}

.rp-dash {
	--rp-primary: #4E67EB;
	--rp-primary-hover: #3D56D9;
	--rp-navy: #1A202C;
	--rp-accent-light: #E0E7FF;
	--rp-text: #4A5568;
	--rp-bg: #F7F7F7;
	--rp-muted-btn: #E7E7E7;
	--rp-border: #E2E8F0;
	--rp-white: #FFFFFF;
	--rp-dash-header-bg: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	color: var(--rp-navy);
	display: flex;
	flex-direction: column;
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	box-sizing: border-box;
	border: none !important;
	outline: none !important;
	margin: 0;
	z-index: 9990;
}

.rp-dash-header {
	background: var(--rp-dash-header-bg);
	color: var(--rp-navy);
	padding: 0 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-weight: 700;
	font-size: 1.05rem;
	border: none !important;
	border-bottom: 1px solid var(--rp-border) !important;
	width: 100%;
	min-height: 56px;
	height: 56px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.rp-dash-header-left {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.rp-dash-header-user {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
	flex-shrink: 0;
}

.rp-dash-lang {
	position: relative;
}

.rp-dash-lang-toggle,
.rp-dash-lang-option {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: none !important;
}

.rp-dash-lang-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--rp-border) !important;
	border-radius: 8px;
	background: #fff !important;
	color: #1A202C !important;
	cursor: pointer;
	transition: border-color 0.15s, background 0.15s;
}

.rp-dash-lang-toggle:hover,
.rp-dash-lang-toggle:focus,
.rp-dash-lang-toggle:focus-visible,
.rp-dash-lang-toggle:active {
	border-color: var(--rp-primary) !important;
	background: var(--rp-accent-light) !important;
	color: #1A202C !important;
	outline: none !important;
	box-shadow: none !important;
}

.rp-dash-lang-flag {
	display: inline-flex;
	line-height: 0;
}

.rp-dash-flag-svg {
	display: block;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.rp-dash-lang-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 168px;
	padding: 4px;
	border: 1px solid var(--rp-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(26, 32, 44, 0.14);
	z-index: 30;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rp-dash-lang-menu[hidden] {
	display: none !important;
}

.rp-dash-lang-option {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px;
	width: 100%;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid transparent !important;
	border-radius: 8px;
	background: transparent !important;
	color: #1A202C !important;
	font: inherit;
	font-weight: 600;
	font-size: 0.88rem;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
}

.rp-dash-lang-option-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 18px;
	flex-shrink: 0;
	line-height: 0;
}

.rp-dash-lang-option-label {
	color: #1A202C !important;
	line-height: 1.2;
}

.rp-dash-lang-option:hover,
.rp-dash-lang-option:focus,
.rp-dash-lang-option:focus-visible {
	background: var(--rp-accent-light) !important;
	border-color: rgba(78, 103, 235, 0.25) !important;
	color: #1A202C !important;
	outline: none !important;
}

.rp-dash-lang-option.is-active {
	background: var(--rp-accent-light) !important;
	border-color: rgba(78, 103, 235, 0.35) !important;
	color: #1A202C !important;
}

.rp-dash-profile-link {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none !important;
	border: none !important;
	border-radius: 999px;
	padding: 4px 8px 4px 4px;
	transition: background 0.15s;
}

.rp-dash-profile-link:hover {
	background: var(--rp-bg);
}

.rp-dash-profile-link:hover .rp-dash-company {
	color: var(--rp-primary);
}

.rp-dash-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 1px solid var(--rp-border);
	box-shadow: none;
}

.rp-avatar-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e8ecf8;
	color: #8b9cb8;
	overflow: hidden;
}

.rp-avatar-placeholder svg {
	width: 62%;
	height: 62%;
}

.rp-dash-avatar.rp-avatar-placeholder,
.rp-dash-logo-preview.rp-avatar-placeholder {
	border-radius: 50%;
}

.rp-dash-logo-link,
.rp-dash-brand {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	border: none !important;
	flex-shrink: 0;
}

.rp-dash-brand {
	font-size: 1.15rem;
	color: var(--rp-navy);
	font-weight: 700;
}

.rp-dash-logo {
	display: block;
	height: 38px;
	width: auto;
	max-width: 320px;
	object-fit: contain;
}

.rp-dash-company {
	color: var(--rp-navy);
	font-weight: 600;
	font-size: 0.95rem;
	white-space: nowrap;
}

.rp-dash-logout-btn {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	margin-left: 4px;
	border-radius: 999px;
	background: var(--rp-bg);
	color: var(--rp-navy) !important;
	font-weight: 600;
	font-size: 0.85rem;
	text-decoration: none !important;
	border: 1px solid var(--rp-border) !important;
	transition: background 0.15s, border-color 0.15s;
	white-space: nowrap;
}

.rp-dash-logout-btn:hover {
	background: var(--rp-accent-light);
	border-color: var(--rp-primary) !important;
	color: var(--rp-primary) !important;
}

.rp-dash-wpadmin-btn {
	margin-left: 8px;
}

.rp-dash-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	width: 100%;
	flex: 1;
	min-height: 0;
	border: none !important;
	overflow: hidden;
	background: #F7F7F7;
}

.rp-dash-sidebar {
	background: var(--rp-accent-light);
	padding: 32px 24px;
	border: none !important;
	overflow-y: auto;
}

.rp-dash-nav {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rp-dash-nav a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border-radius: 10px;
	color: var(--rp-navy);
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.95rem;
	transition: background 0.15s, color 0.15s;
	border: none !important;
	box-shadow: none !important;
}

.rp-dash-nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.rp-dash-nav-icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.rp-dash-nav-label {
	min-width: 0;
}

.rp-dash-nav a:hover {
	background: rgba(78, 103, 235, 0.12);
	color: var(--rp-navy);
	text-decoration: none !important;
}

.rp-dash-nav a.active {
	background: var(--rp-primary);
	color: #fff !important;
	text-decoration: none !important;
}

.rp-dash-nav-parent-label {
	display: inline;
	white-space: nowrap;
}

.rp-dash-nav-notify-bell {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-left: 5px;
	vertical-align: super;
	border-radius: 50%;
	background: var(--rp-primary);
	color: #fff;
	flex-shrink: 0;
	box-shadow: 0 0 0 1px rgba(78, 103, 235, 0.2);
}

.rp-dash-nav-notify-bell svg {
	width: 10px;
	height: 10px;
	display: block;
}

.rp-dash-nav a.active .rp-dash-nav-notify-bell {
	background: #fff;
	color: var(--rp-primary);
	box-shadow: none;
}

.rp-dash-nav-group {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rp-dash-nav-group .rp-dash-nav-children {
	display: none;
	flex-direction: column;
	gap: 2px;
	padding: 2px 0 4px 10px;
	border-left: 2px solid rgba(78, 103, 235, 0.2);
	margin-left: 14px;
}

.rp-dash-nav-group.is-open .rp-dash-nav-children {
	display: flex;
}

.rp-dash-nav-children a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 14px 8px 18px;
	font-size: 0.88rem;
	font-weight: 500;
}

.rp-dash-nav-children a.active {
	background: rgba(78, 103, 235, 0.14);
	color: var(--rp-primary) !important;
	font-weight: 600;
}

.rp-dash-nav-child-badge {
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #e53e3e;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
	flex-shrink: 0;
}

.rp-dash-nav-children a.active .rp-dash-nav-child-badge {
	background: var(--rp-primary);
	color: #fff;
}

.rp-dash-nav-setup-group {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rp-dash-nav-setup-parent {
	display: block;
	padding: 8px 14px 8px 18px;
	border-radius: 10px;
	color: var(--rp-navy);
	text-decoration: none !important;
	font-weight: 600;
	font-size: 0.88rem;
}

.rp-dash-nav-setup-parent:hover {
	background: rgba(78, 103, 235, 0.12);
	color: var(--rp-navy);
	text-decoration: none !important;
}

.rp-dash-nav-setup-parent.active {
	background: rgba(78, 103, 235, 0.14);
	color: var(--rp-primary) !important;
}

.rp-dash-nav-setup-children {
	display: none;
	flex-direction: column;
	gap: 2px;
	padding: 2px 0 4px 10px;
	border-left: 2px solid rgba(78, 103, 235, 0.2);
	margin-left: 26px;
}

.rp-dash-nav-setup-group.is-open .rp-dash-nav-setup-children {
	display: flex;
}

.rp-dash-nav-setup-children a {
	display: block;
	padding: 8px 14px 8px 18px;
	border-radius: 10px;
	color: var(--rp-navy);
	text-decoration: none !important;
	font-weight: 500;
	font-size: 0.88rem;
}

.rp-dash-nav-setup-children a:hover {
	background: rgba(78, 103, 235, 0.12);
	color: var(--rp-navy);
	text-decoration: none !important;
}

.rp-dash-nav-setup-children a.active {
	background: rgba(78, 103, 235, 0.14);
	color: var(--rp-primary) !important;
	font-weight: 600;
}

.rp-dash-sidebar.is-setup-expanded {
	overflow-y: hidden;
	padding: 24px 20px;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav {
	gap: 4px;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav > a {
	padding: 7px 14px;
	font-size: 0.95rem;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-group > .rp-dash-nav-parent {
	padding: 7px 14px;
	font-size: 0.95rem;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-group.is-open > .rp-dash-nav-parent {
	padding: 12px 16px;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-group {
	gap: 0;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-group.is-open > .rp-dash-nav-children {
	gap: 0;
	padding: 1px 0 2px 10px;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-children > a,
.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-setup-parent,
.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-setup-children a {
	font-size: 0.88rem;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-children > a {
	padding: 5px 14px 5px 18px;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-setup-group {
	gap: 2px;
}

.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-setup-parent,
.rp-dash-sidebar.is-setup-expanded .rp-dash-nav-setup-children a {
	padding: 8px 14px 8px 18px;
}


.rp-dash-main {
	background: #F7F7F7 !important;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	border: none !important;
	width: 100%;
	min-width: 0;
	min-height: 100%;
	height: 100%;
	border-top-left-radius: 20px;
}

.rp-dash-content {
	padding: 48px 56px 80px 64px;
	width: 100%;
	box-sizing: border-box;
}

.rp-dash-title {
	margin: 0 0 12px;
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--rp-navy);
}

.rp-dash-lead {
	margin: 0 0 28px;
	color: var(--rp-text);
	font-size: 0.95rem;
	line-height: 1.5;
}

.rp-dash-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}

.rp-dash-stats-linkable .rp-dash-stat {
	text-decoration: none !important;
	color: inherit;
	transition: transform 0.15s, box-shadow 0.15s;
}

.rp-dash-stats-linkable .rp-dash-stat:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(78, 103, 235, 0.15);
}

.rp-dash-overview-hero .rp-dash-lead a {
	color: var(--rp-primary);
	font-weight: 700;
}

.rp-dash-alert-banner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	margin-bottom: 24px;
	background: linear-gradient(135deg, var(--rp-primary) 0%, #3d52c4 100%);
	color: #fff;
	border-radius: 14px;
	text-decoration: none !important;
	box-shadow: 0 4px 16px rgba(78, 103, 235, 0.3);
	transition: transform 0.15s, box-shadow 0.15s;
}

.rp-dash-alert-banner:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 24px rgba(78, 103, 235, 0.4);
	color: #fff !important;
}

.rp-dash-alert-banner-num {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	min-width: 2.5rem;
}

.rp-dash-alert-banner-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}

.rp-dash-alert-banner-text strong {
	font-size: 1rem;
}

.rp-dash-alert-banner-text span {
	font-size: 0.85rem;
	opacity: 0.9;
}

.rp-dash-alert-banner-arrow {
	font-size: 1.25rem;
	font-weight: 700;
}

.rp-dash-payment-banner {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 20px;
	margin-bottom: 24px;
	border-radius: 14px;
	border: 1px solid transparent;
}

.rp-dash-payment-banner--warning {
	background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
	border-color: #fdba74;
	color: #9a3412;
}

.rp-dash-payment-banner--suspended {
	background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
	border-color: #fca5a5;
	color: #7f1d1d;
}

.rp-dash-payment-banner--warning .rp-dash-payment-banner-icon {
	background: #ea580c;
}

.rp-dash-payment-banner--suspended .rp-dash-payment-banner-icon {
	background: #dc2626;
}

.rp-dash-payment-banner-icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	font-size: 0.95rem;
	line-height: 28px;
	text-align: center;
}

.rp-dash-payment-banner-body {
	flex: 1;
	min-width: 0;
}

.rp-dash-payment-banner--warning .rp-dash-payment-banner-title {
	color: #c2410c;
}

.rp-dash-payment-banner--warning .rp-dash-payment-banner-text {
	color: #9a3412;
}

.rp-dash-payment-banner--warning .rp-dash-payment-banner-text a {
	color: #c2410c;
}

.rp-dash-payment-banner--suspended .rp-dash-payment-banner-title {
	color: #991b1b;
}

.rp-dash-payment-banner--suspended .rp-dash-payment-banner-text {
	color: #7f1d1d;
}

.rp-dash-payment-banner--suspended .rp-dash-payment-banner-text a {
	color: #b91c1c;
}

.rp-dash-payment-banner-title {
	margin: 0 0 6px;
	font-size: 1rem;
	font-weight: 800;
}

.rp-dash-payment-banner-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
}

.rp-dash-payment-banner-text a {
	font-weight: 700;
	text-decoration: underline;
}

.rp-dash-overview-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

.rp-dash-overview-grid.is-setup-dismissed {
	grid-template-columns: 1fr 1fr;
}

.rp-dash-overview-grid.is-setup-dismissed > .rp-dash-card:only-child {
	grid-column: 1 / -1;
}

.rp-dash-setup-card {
	position: relative;
}

.rp-dash-setup-card .rp-dash-card-head {
	padding-right: 28px;
}

.rp-dash-setup-card > .rp-dash-close-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
}

.rp-dash-setup-dismiss-modal-dialog {
	max-width: 420px;
}

.rp-dash-confirm-modal-dialog {
	max-width: 420px;
}

.rp-dash-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 4px;
}

.rp-info-tip {
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	flex-shrink: 0;
	margin-left: 2px;
}

.rp-dash-card-title-with-tip,
.rp-dash-title-with-tip,
.rp-dash-label-with-tip {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.rp-dash-card-row > .rp-dash-label-with-tip,
.rp-dash-card-row > span.rp-dash-label-with-tip {
	align-items: center;
	line-height: 1.35;
}

.rp-dash-card-title.rp-dash-card-title-with-tip {
	display: flex;
	align-items: center;
}

h1.rp-dash-title.rp-dash-title-with-tip {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.rp-info-tip-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	padding: 0;
	margin: 0;
	border: 1.5px solid #6b7280;
	border-radius: 50%;
	background: transparent;
	color: #6b7280;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	vertical-align: middle;
}

.rp-info-tip-icon {
	display: block;
	color: currentColor;
	font-size: 0.68rem;
	font-weight: 600;
	font-style: normal;
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 1;
	letter-spacing: 0;
	text-transform: lowercase;
}

.rp-info-tip-trigger:hover,
.rp-info-tip-trigger:focus-visible {
	background: rgba(107, 114, 128, 0.08);
	border-color: #4b5563;
	color: #4b5563;
	outline: none;
	box-shadow: none;
}

.rp-info-tip-popover {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 80;
	min-width: 240px;
	max-width: min(320px, calc(100vw - 32px));
	padding: 14px 16px;
	border: 1px solid #dbe4ff;
	border-radius: 18px;
	background: var(--rp-white);
	color: var(--rp-text);
	font-size: 0.84rem;
	font-weight: 500;
	line-height: 1.45;
	box-shadow: 0 12px 32px rgba(26, 32, 44, 0.14);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease, visibility 0.15s ease;
	text-align: left;
}

.rp-info-tip-popover::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	background: var(--rp-white);
	border-top: 1px solid #dbe4ff;
	border-left: 1px solid #dbe4ff;
	transform: rotate(45deg);
}

.rp-info-tip-popover a {
	color: var(--rp-primary);
	font-weight: 700;
}

.rp-info-tip-align-right .rp-info-tip-popover {
	left: auto;
	right: 0;
	transform: none;
}

.rp-info-tip-align-right .rp-info-tip-popover::before {
	left: auto;
	right: 14px;
	margin-left: 0;
}

.rp-info-tip-align-left .rp-info-tip-popover {
	left: 0;
	transform: none;
}

.rp-info-tip-align-left .rp-info-tip-popover::before {
	left: 14px;
	margin-left: 0;
}

@media (hover: hover) {
	.rp-info-tip:hover .rp-info-tip-popover,
	.rp-info-tip:focus-within .rp-info-tip-popover {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}
}

.rp-info-tip.is-open .rp-info-tip-popover {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

/* Keep open/hover popovers above neighbouring cards and other info icons */
.rp-info-tip.is-open,
.rp-info-tip:hover,
.rp-info-tip:focus-within {
	z-index: 200;
}

.rp-info-tip.is-open .rp-info-tip-popover,
.rp-info-tip:hover .rp-info-tip-popover,
.rp-info-tip:focus-within .rp-info-tip-popover {
	z-index: 201;
}

.rp-dash-card:has(.rp-info-tip.is-open),
.rp-dash-card:has(.rp-info-tip:hover),
.rp-dash-card:has(.rp-info-tip:focus-within) {
	position: relative;
	z-index: 100;
}

.rp-company-gate:has(.rp-info-tip.is-open),
.rp-company-gate:has(.rp-info-tip:hover),
.rp-company-gate:has(.rp-info-tip:focus-within) {
	position: relative;
	z-index: 100;
}

.rp-dash-setup-progress {
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--rp-primary);
	background: var(--rp-accent-light);
	padding: 4px 10px;
	border-radius: 999px;
}

.rp-dash-setup-optional-badge {
	display: inline-block;
	margin-left: 8px;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--rp-text);
	background: var(--rp-muted-bg);
	padding: 2px 8px;
	border-radius: 999px;
	vertical-align: middle;
}

.rp-dash-checklist li.is-optional .rp-dash-check-body strong {
	font-weight: 700;
}

.rp-dash-checklist {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.rp-dash-checklist li {
	display: flex;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #f0f2f8;
}

.rp-dash-checklist li:last-child { border-bottom: none; }

.rp-dash-check-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	font-weight: 800;
	border-radius: 50%;
	flex-shrink: 0;
}

.rp-dash-checklist li.done .rp-dash-check-icon {
	background: #e6ffed;
	color: #22863a;
}

.rp-dash-checklist li.todo .rp-dash-check-icon {
	background: #f4f6fb;
	color: var(--rp-text);
}

.rp-dash-check-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 0.88rem;
	line-height: 1.4;
}

.rp-dash-check-body strong {
	color: var(--rp-navy);
}

.rp-dash-check-body span {
	color: var(--rp-text);
}

.rp-dash-check-body a {
	color: var(--rp-primary);
	font-weight: 700;
	font-size: 0.85rem;
	margin-top: 4px;
}

.rp-dash-area-address {
	margin: 8px 0 12px;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--rp-text);
}

.rp-dash-area-radius {
	margin: 0 0 16px;
	font-size: 0.9rem;
	color: var(--rp-text);
}

.rp-dash-status-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rp-dash-card .rp-dash-status-pills {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #f0f2f8;
}

.rp-dash-pill {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	background: #f4f6fb;
	color: var(--rp-text);
}

.rp-dash-pill-active {
	background: #e6ffed;
	color: #22863a;
}

.rp-dash-pill-warn {
	background: #fff8e6;
	color: #b7791f;
}

.rp-dash-pill-danger {
	background: #FEE2E2;
	color: #991B1B;
}

.rp-dash-pill-info {
	background: #E0E7FF;
	color: #3730A3;
}

.rp-dash-invoice-filters {
	margin: 0 0 20px;
}

.rp-dash-help {
	margin: 0 0 16px;
	font-size: 0.92rem;
	color: #64748B;
}

.rp-dash-notice-info {
	background: #EEF2FF;
	border: 1px solid #C7D2FE;
	color: #312E81;
}

.rp-dash-lead-fee-notice p {
	margin: 0;
}

.rp-dash-lead-fee-notice p + p {
	margin-top: 6px;
	font-weight: 500;
}

.rp-dash-trade-terms-reaccept-banner {
	position: relative;
	padding-right: 44px;
}

.rp-dash-trade-terms-reaccept-banner > .rp-dash-close-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
}

.rp-dash-trade-terms-reaccept-banner p {
	margin: 0;
	font-weight: 600;
}

.rp-dash-trade-terms-reaccept-banner p + p {
	margin-top: 8px;
	font-weight: 500;
}

.rp-dash-trade-terms-reaccept-banner p + p + p {
	margin-top: 10px;
	font-weight: 500;
}

.rp-dash-inline-link {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--rp-primary) !important;
	text-decoration: none !important;
}

.rp-dash-inline-link:hover {
	text-decoration: underline !important;
}

.rp-dash-activity {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.rp-dash-activity li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f2f8;
	font-size: 0.9rem;
}

.rp-dash-activity li:last-child { border-bottom: none; }

.rp-dash-activity-amount {
	font-weight: 800;
	color: var(--rp-navy);
	white-space: nowrap;
}

.rp-dash-activity-meta {
	color: var(--rp-text);
	text-align: right;
}

.rp-dash-stat {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	background: #fff;
	border-radius: 14px;
	padding: 20px 24px;
	text-align: left;
	box-shadow: 0 2px 12px rgba(26, 32, 44, 0.06);
}

.rp-dash-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.rp-dash-stat-icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.rp-dash-stat-icon--nye {
	background: rgba(78, 103, 235, 0.12);
	color: var(--rp-primary);
}

.rp-dash-stat-icon--bud {
	background: rgba(34, 197, 94, 0.12);
	color: #16a34a;
}

.rp-dash-stat-icon--vundne {
	background: rgba(234, 179, 8, 0.15);
	color: #ca8a04;
}

.rp-dash-stat-body {
	flex: 1;
	min-width: 0;
}

.rp-dash-overview-badge {
	top: 10px;
	right: 10px;
}

.rp-dash-stat .rp-dash-overview-badge {
	box-shadow: 0 0 0 2px #fff;
}

.rp-dash-stat-num {
	font-size: 2rem;
	font-weight: 800;
	color: var(--rp-primary);
	line-height: 1;
}

.rp-dash-stat-label {
	margin-top: 8px;
	font-size: 0.9rem;
	color: var(--rp-text);
	font-weight: 600;
}

.rp-dash-subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.rp-dash-subnav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--rp-muted-btn);
	color: var(--rp-navy);
	text-decoration: none !important;
	font-weight: 700;
	font-size: 0.9rem;
	border: none !important;
	box-shadow: none !important;
}

.rp-dash-tab-badge {
	position: absolute;
	top: -5px;
	right: -5px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #e53e3e;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
	box-shadow: 0 0 0 2px #f4f6fb;
	pointer-events: none;
}

.rp-dash-subnav a.active .rp-dash-tab-badge {
	box-shadow: 0 0 0 2px var(--rp-primary);
}

.rp-dash-subnav a:hover {
	background: var(--rp-accent-light);
	text-decoration: none !important;
}

.rp-dash-subnav a.active {
	background: var(--rp-primary);
	color: #fff !important;
	border: none !important;
	text-decoration: none !important;
}

.rp-dash-card {
	background: #fff;
	border-radius: 14px;
	padding: 24px 28px;
	margin-bottom: 16px;
	box-shadow: 0 2px 12px rgba(26, 32, 44, 0.05);
	border: none !important;
	width: 100%;
	box-sizing: border-box;
	overflow: visible;
	position: relative;
}

/* Card with only a single info icon: place it in the upper-right corner */
.rp-dash-card:has(> .rp-dash-card-row:only-child .rp-info-tip):has(> .rp-dash-card-row:only-child) > .rp-dash-card-row .rp-info-tip {
	position: absolute;
	top: 24px;
	right: 28px;
	margin: 0;
}

/* Leave room for the corner icon so toggle/controls are not covered */
.rp-dash-card:has(> .rp-dash-card-row:only-child .rp-info-tip):has(> .rp-dash-card-row:only-child .rp-dash-switch) {
	padding-right: 66px;
}

.rp-dash-card:has(> .rp-dash-card-row:only-child .rp-info-tip):has(> .rp-dash-card-row:only-child .rp-dash-switch) > .rp-dash-card-row {
	align-items: flex-start;
}

.rp-dash-card:has(> .rp-dash-card-row:only-child .rp-info-tip) > .rp-dash-card-row .rp-dash-label-with-tip,
.rp-dash-card:has(> .rp-dash-card-row:only-child .rp-info-tip) > .rp-dash-card-row > span.rp-dash-label-with-tip {
	padding-right: 0;
}

/* Section titles on cards: info icon in upper-right of the title row */
.rp-dash-card :is(h3, h4).rp-dash-card-title-with-tip {
	position: relative;
	display: block;
	padding-right: 28px;
}

.rp-dash-card :is(h3, h4).rp-dash-card-title-with-tip > .rp-info-tip {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.rp-dash-card :is(h3, h4).rp-dash-card-title-with-tip > .rp-info-tip .rp-info-tip-popover,
.rp-dash-card:has(> .rp-dash-card-row:only-child .rp-info-tip) > .rp-dash-card-row .rp-info-tip .rp-info-tip-popover {
	left: auto;
	right: 0;
	transform: none;
}

.rp-dash-card :is(h3, h4).rp-dash-card-title-with-tip > .rp-info-tip .rp-info-tip-popover::before,
.rp-dash-card:has(> .rp-dash-card-row:only-child .rp-info-tip) > .rp-dash-card-row .rp-info-tip .rp-info-tip-popover::before {
	left: auto;
	right: 14px;
	margin-left: 0;
}

.rp-dash-card-title {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--rp-navy);
}

.rp-dash-card-desc {
	margin: 0 0 20px;
	color: var(--rp-text);
	font-size: 0.9rem;
	line-height: 1.5;
}

.rp-dash-card-desc a {
	color: var(--rp-primary);
	font-weight: 700;
}

.rp-dash-card-desc a:hover {
	text-decoration: underline;
}

.rp-dash-card-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #f0f2f8;
}

.rp-dash-card-row:last-child { border-bottom: none; }
.rp-dash-card-row > span {
	flex: 1;
	font-size: 0.95rem;
	line-height: 1.4;
}

.rp-dash-card-row--stacked {
	align-items: flex-start;
}

.rp-dash-location-radius-label {
	flex: 1;
	min-width: 0;
}

.rp-dash-location-radius-label .rp-dash-field-hint {
	margin: 4px 0 0;
}

.rp-dash-pricing-vat-banner {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 18px;
	padding: 12px 14px;
	background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
	border: 1px solid #f59e0b;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(245, 158, 11, 0.12);
}

.rp-dash-pricing-vat-banner-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f59e0b;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1;
}

.rp-dash-pricing-vat-banner-body {
	min-width: 0;
}

.rp-dash-pricing-vat-banner-title {
	margin: 0 0 4px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: #9a3412;
}

.rp-dash-pricing-vat-banner-sub {
	margin: 0;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.45;
	color: #b45309;
}

.rp-dash-hint {
	margin-top: 16px;
	margin-bottom: 28px;
	padding: 14px 16px 14px 20px;
	background: #f4f6fb;
	border-left: 4px solid var(--rp-primary);
	border-radius: 0 8px 8px 0;
	font-size: 0.88rem;
	color: var(--rp-text);
	line-height: 1.5;
}

.rp-dash-hint a { color: var(--rp-primary); font-weight: 700; }

.rp-dash-switch {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 28px;
	flex-shrink: 0;
}

.rp-dash-switch input { opacity: 0; width: 0; height: 0; }

.rp-dash-switch-slider {
	position: absolute;
	cursor: pointer;
	inset: 0;
	background: #cbd5e0;
	border-radius: 999px;
	transition: 0.2s;
}

.rp-dash-switch-slider::before {
	content: '';
	position: absolute;
	height: 22px;
	width: 22px;
	left: 3px;
	bottom: 3px;
	background: #fff;
	border-radius: 50%;
	transition: 0.2s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.rp-dash-switch input:checked + .rp-dash-switch-slider {
	background: var(--rp-primary);
}

.rp-dash-switch input:checked + .rp-dash-switch-slider::before {
	transform: translateX(24px);
}

.rp-dash-pricing-subtabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.rp-dash-pricing-subtab {
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid var(--rp-border);
	background: #fff;
	color: var(--rp-text);
	font-weight: 600;
	text-decoration: none;
	font-size: 0.92rem;
}

.rp-dash-pricing-subtab.active {
	background: var(--rp-primary);
	border-color: var(--rp-primary);
	color: #fff;
}

.rp-pricing-test {
	display: grid;
	gap: 20px;
}

.rp-pricing-test-intro {
	margin: 0;
	color: var(--rp-muted);
	line-height: 1.55;
}

.rp-pricing-test-form {
	display: grid;
	gap: 18px;
}

.rp-pricing-test-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
}

.rp-pricing-test-field {
	display: grid;
	gap: 6px;
}

.rp-pricing-test-field label {
	font-weight: 600;
	font-size: 0.92rem;
	line-height: 1.3;
	min-height: 2.65em;
	display: flex;
	align-items: flex-end;
}

.rp-pricing-test-business-areas {
	display: grid;
	gap: 10px;
}

.rp-pricing-test-business-row {
	display: grid;
	grid-template-columns: 1fr minmax(90px, 120px);
	gap: 12px;
	align-items: center;
}

.rp-pricing-test-business-check {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
}

.rp-pricing-test-result {
	padding: 18px;
	border: 1px solid var(--rp-border);
	border-radius: 14px;
	background: #f8fafc;
}

.rp-pricing-test-result-title {
	margin: 0 0 12px;
	font-size: 1.05rem;
}

.rp-pricing-test-result-loading,
.rp-pricing-test-result-error {
	margin: 0 0 12px;
	color: var(--rp-muted);
}

.rp-pricing-test-result-error {
	color: #b42318;
}

.rp-pricing-test-totals {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.rp-pricing-test-total {
	padding: 14px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--rp-border);
}

.rp-pricing-test-total-label {
	display: block;
	font-size: 0.85rem;
	color: var(--rp-muted);
	margin-bottom: 4px;
}

.rp-pricing-test-total-value {
	font-size: 1.35rem;
	color: var(--rp-primary);
}

.rp-pricing-test-breakdown-title {
	margin: 0 0 10px;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-pricing-test-breakdown {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.rp-pricing-test-breakdown-item.is-vat {
	border-style: dashed;
	background: rgba(78, 103, 235, 0.04);
}

.rp-pricing-test-breakdown-item {
	padding: 12px 14px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--rp-border);
}

.rp-pricing-test-breakdown-main {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
	font-weight: 600;
}

.rp-pricing-test-breakdown-amount {
	white-space: nowrap;
	color: var(--rp-primary);
}

.rp-pricing-test-breakdown-detail {
	margin: 6px 0 0;
	font-size: 0.88rem;
	color: var(--rp-muted);
	line-height: 1.45;
}

.rp-pricing-test-footnote {
	margin: 10px 0 0;
	font-size: 0.85rem;
	color: var(--rp-muted);
}

.rp-pricing-test-footnote + .rp-pricing-test-totals {
	margin-top: 14px;
}

.rp-pricing-test-status {
	margin: 0;
	color: var(--rp-muted);
}

.rp-pricing-test-status.is-error {
	color: #b42318;
}

#rp-pricing-form,
.rp-dash-pricing-tabs {
	width: 100%;
}

.rp-dash-pricing-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.rp-dash-pricing-tab {
	padding: 12px 22px;
	border: none;
	border-radius: 999px;
	background: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
	color: var(--rp-text);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.rp-dash-pricing-tab.active {
	background: var(--rp-primary);
	color: #fff;
}

.rp-dash-pill-group {
	display: inline-flex;
	gap: 4px;
	background: #f4f6fb;
	border: 2px solid var(--rp-border);
	border-radius: 10px;
	padding: 4px;
	margin-bottom: 20px;
	width: fit-content;
	max-width: 100%;
}

.rp-dash-pill-group .rp-dash-pill {
	padding: 10px 18px;
	border: none;
	border-radius: 7px;
	background: transparent;
	font-weight: 700;
	font-size: 0.88rem;
	cursor: pointer;
	color: var(--rp-navy);
	min-width: 110px;
	text-align: center;
	transition: background 0.15s, color 0.15s;
	box-shadow: none !important;
}

.rp-dash-pill-group .rp-dash-pill:hover:not(.active) {
	background: #fff;
}

.rp-dash-pill-group .rp-dash-pill.active {
	background: var(--rp-primary);
	color: #fff;
}

.rp-dash-price-field {
	display: flex;
	align-items: center;
	background: var(--rp-muted-btn);
	border-radius: 10px;
	padding: 0 12px;
	min-width: 110px;
	border: none !important;
}

.rp-dash-price-input {
	border: none !important;
	background: transparent !important;
	padding: 10px 4px !important;
	font-weight: 700 !important;
	font-size: 0.95rem !important;
	text-align: right;
	width: 72px;
	color: var(--rp-navy) !important;
	box-shadow: none !important;
	outline: none !important;
}

.rp-dash-unit {
	font-weight: 700;
	font-size: 0.85rem;
	color: var(--rp-text);
	white-space: nowrap;
}

.rp-tier-list { margin-bottom: 16px; }

.rp-tier-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px;
	margin-bottom: 12px;
}

.rp-tier-field label {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--rp-text);
	margin-bottom: 6px;
}

.rp-tier-from-display {
	cursor: default;
	pointer-events: none;
	color: var(--rp-text-muted, #666) !important;
}

.rp-tier-remove {
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 50%;
	background: #e53e3e;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
	margin-bottom: 6px;
	flex-shrink: 0;
}

.rp-dash-btn {
	display: inline-block;
	padding: 14px 28px;
	border: none;
	border-radius: 999px;
	background: var(--rp-primary);
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	transition: background 0.15s;
}

.rp-dash-btn:hover { background: var(--rp-primary-hover); }

.rp-dash-btn-outline {
	background: transparent;
	color: var(--rp-primary);
	border: 2px solid var(--rp-primary);
	padding: 10px 20px;
	font-size: 0.88rem;
}

.rp-dash-btn-outline:hover {
	background: var(--rp-accent-light);
}

.rp-dash-btn-save {
	margin-top: 0;
	padding: 14px 28px;
}

.rp-pricing-save-bar,
.rp-won-bid-save-bar,
.rp-locations-save-bar,
.rp-settings-save-bar,
.rp-dash-sticky-save-bar {
	position: sticky;
	bottom: 20px;
	z-index: 30;
	display: flex;
	justify-content: flex-end;
	margin-top: 28px;
	padding: 0 4px 4px;
	pointer-events: none;
}

.rp-pricing-save-bar[hidden],
.rp-won-bid-save-bar[hidden],
.rp-locations-save-bar[hidden],
.rp-settings-save-bar[hidden],
.rp-dash-sticky-save-bar[hidden] {
	display: none !important;
}

.rp-pricing-save-bar-inner,
.rp-dash-sticky-save-bar-inner {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 10px 12px 10px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 28px rgba(26, 32, 44, 0.14), 0 0 0 1px rgba(78, 103, 235, 0.1);
	backdrop-filter: blur(8px);
}

.rp-pricing-save-bar-note,
.rp-dash-sticky-save-bar-note {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--rp-text);
	white-space: nowrap;
}

.rp-pricing-save-bar .rp-dash-btn-save,
.rp-won-bid-save-bar .rp-dash-btn-save,
.rp-locations-save-bar .rp-dash-btn-save,
.rp-settings-save-bar .rp-dash-btn-save {
	border-radius: 999px !important;
	padding: 12px 22px;
	background: #e53e3e !important;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(229, 62, 62, 0.35);
}

.rp-pricing-save-bar .rp-dash-btn-save:hover,
.rp-won-bid-save-bar .rp-dash-btn-save:hover,
.rp-locations-save-bar .rp-dash-btn-save:hover,
.rp-settings-save-bar .rp-dash-btn-save:hover {
	background: #c53030 !important;
}

.rp-pricing-save-bar .rp-dash-btn-save:disabled,
.rp-won-bid-save-bar .rp-dash-btn-save:disabled,
.rp-locations-save-bar .rp-dash-btn-save:disabled,
.rp-settings-save-bar .rp-dash-btn-save:disabled {
	opacity: 0.82;
	cursor: wait;
}

.rp-dash .rp-pricing-save-bar .rp-dash-btn-save,
.rp-dash .rp-won-bid-save-bar .rp-dash-btn-save,
.rp-dash .rp-locations-save-bar .rp-dash-btn-save,
.rp-dash .rp-settings-save-bar .rp-dash-btn-save,
.rp-dash .rp-pricing-save-bar .rp-dash-btn-save:hover,
.rp-dash .rp-won-bid-save-bar .rp-dash-btn-save:hover,
.rp-dash .rp-locations-save-bar .rp-dash-btn-save:hover,
.rp-dash .rp-settings-save-bar .rp-dash-btn-save:hover {
	background: #e53e3e !important;
	color: #fff !important;
}

.rp-dash .rp-pricing-save-bar .rp-dash-btn-save:hover,
.rp-dash .rp-won-bid-save-bar .rp-dash-btn-save:hover,
.rp-dash .rp-locations-save-bar .rp-dash-btn-save:hover,
.rp-dash .rp-settings-save-bar .rp-dash-btn-save:hover {
	background: #c53030 !important;
}

.rp-dash-main.has-pricing-save-bar .rp-dash-content,
.rp-dash-main.has-won-bid-save-bar .rp-dash-content,
.rp-dash-main.has-locations-save-bar .rp-dash-content,
.rp-dash-main.has-settings-save-bar .rp-dash-content {
	padding-bottom: 88px;
}

.rp-dash-btn-secondary {
	display: inline-block;
	padding: 14px 24px;
	border: 2px solid var(--rp-primary);
	border-radius: 999px;
	background: #fff;
	color: var(--rp-primary);
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
	transition: background 0.15s;
}

.rp-dash-btn-secondary:hover {
	background: var(--rp-accent-light);
}

.rp-dash-locations-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 20px;
}

.rp-dash-location-card {
	background: #fff;
	border-radius: 14px;
	padding: 24px 28px;
	box-shadow: 0 2px 12px rgba(26, 32, 44, 0.05);
}

.rp-dash-location-card .rp-field {
	position: relative;
}

.rp-dash-location-card .rp-field label {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--rp-navy);
	margin-bottom: 8px;
}

.rp-dash-location-card .rp-dash-input,
.rp-dash-location-card .rp-location-address {
	border-radius: 10px !important;
	padding: 12px 16px !important;
	height: auto !important;
	min-height: 46px;
	box-shadow: inset 0 1px 2px rgba(26, 32, 44, 0.04) !important;
	border: 2px solid var(--rp-border) !important;
	background: #fff !important;
	font-size: 0.95rem !important;
	font-weight: 500 !important;
}

.rp-dash-location-card .rp-dash-input:focus,
.rp-dash-location-card .rp-location-address:focus {
	border-color: var(--rp-primary) !important;
	box-shadow: 0 0 0 3px var(--rp-accent-light), inset 0 1px 2px rgba(26, 32, 44, 0.04) !important;
}

.rp-dash-location-card .dawa-autocomplete-suggestions {
	margin: 6px 0 0;
	padding: 0;
	border-radius: 10px;
	background: #fff;
	border: 2px solid var(--rp-border);
	box-shadow: 0 4px 16px rgba(26, 32, 44, 0.1);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1000;
	max-height: 240px;
	overflow-y: auto;
	list-style: none;
}

.rp-dash-location-card .dawa-autocomplete-suggestion {
	padding: 12px 16px;
	cursor: pointer;
	font-weight: 600;
	font-size: 0.9rem;
	color: var(--rp-navy);
}

.rp-dash-location-card .dawa-autocomplete-suggestion.dawa-selected,
.rp-dash-location-card .dawa-autocomplete-suggestion:hover {
	background: var(--rp-primary);
	color: #fff !important;
}

.rp-dash-location-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.rp-dash-location-title {
	font-size: 1rem;
	color: var(--rp-navy);
}

.rp-location-remove {
	border: none;
	background: transparent;
	color: var(--rp-primary);
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	padding: 4px 0;
}

.rp-location-remove:hover,
.rp-location-remove:focus {
	color: var(--rp-primary-hover);
	text-decoration: underline;
}

.rp-dash-locations-actions .rp-dash-btn-secondary {
	border: 2px solid var(--rp-primary) !important;
	background: #fff !important;
	color: var(--rp-primary) !important;
}

.rp-dash-locations-actions .rp-dash-btn-secondary:hover,
.rp-dash-locations-actions .rp-dash-btn-secondary:focus {
	background: var(--rp-accent-light) !important;
	color: var(--rp-primary-hover) !important;
	border-color: var(--rp-primary-hover) !important;
}

.rp-dash-locations-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.rp-dash-location-list {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.rp-dash-location-list li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 12px 0;
	border-bottom: 1px solid #f0f2f8;
	font-size: 0.9rem;
}

.rp-dash-location-list li:last-child {
	border-bottom: none;
}

.rp-dash-location-list strong {
	color: var(--rp-navy);
}

.rp-dash-location-list span {
	color: var(--rp-text);
	line-height: 1.4;
}

.rp-dash-location-radius-tag {
	display: inline-block;
	width: fit-content;
	margin-top: 2px;
	padding: 3px 10px;
	border-radius: 999px;
	background: var(--rp-accent-light);
	color: var(--rp-primary);
	font-size: 0.78rem;
	font-weight: 700;
}

.rp-dash-input {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid var(--rp-border) !important;
	border-radius: 10px;
	background: #fff !important;
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--rp-navy);
	box-sizing: border-box;
	box-shadow: inset 0 1px 2px rgba(26, 32, 44, 0.04);
	cursor: text;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.rp-dash-input:hover {
	border-color: #c5cee0 !important;
}

.rp-dash-input:focus {
	outline: none;
	border-color: var(--rp-primary) !important;
	box-shadow: 0 0 0 3px var(--rp-accent-light), inset 0 1px 2px rgba(26, 32, 44, 0.04) !important;
}

.rp-dash-input::placeholder {
	color: #a0aec0;
	font-weight: 400;
}

.rp-dash-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

.rp-dash-form-row .rp-field label {
	display: block;
	font-size: 0.85rem;
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--rp-text);
}

.rp-dash-table {
	width: 100%;
	border-collapse: collapse;
}

.rp-dash-table th,
.rp-dash-table td {
	padding: 12px 14px;
	text-align: left;
	border-bottom: 1px solid #f0f2f8;
	font-size: 0.9rem;
}

.rp-dash-table th {
	font-weight: 700;
	color: var(--rp-text);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.rp-dash-task-card .rp-dash-form-row { margin-top: 16px; }

.rp-dash-task-details {
	margin: 0 0 20px;
	padding: 0;
}

.rp-dash-task-detail {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f2f8;
	font-size: 0.92rem;
}

.rp-dash-task-detail:last-child {
	border-bottom: none;
}

.rp-dash-task-detail dt {
	margin: 0;
	font-weight: 600;
	color: #1A202C;
	flex: 0 0 42%;
}

.rp-dash-task-detail dd {
	margin: 0;
	text-align: right;
	color: #4A5568;
	flex: 1 1 auto;
}

.rp-dash-task-detail-multiline {
	white-space: pre-wrap;
	text-align: left;
}

.rp-dash-task-contact {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f0f2f8;
	font-size: 0.92rem;
}

.rp-dash-task-contact p {
	margin: 0 0 8px;
}

.rp-dash-tilbud-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 16px;
	align-items: center;
}

.rp-dash-tilbud-toolbar-field {
	flex: 0 0 auto;
}

.rp-dash-tilbud-toolbar-search .rp-dash-tilbud-search {
	width: 18rem;
	max-width: 100%;
	box-sizing: border-box;
}

.rp-dash-tilbud-browser[data-list-view="vundne"] .rp-dash-tilbud-toolbar-search .rp-dash-tilbud-search {
	width: 24rem;
}

.rp-dash-tilbud-toolbar .rp-dash-tilbud-filter,
.rp-dash-tilbud-toolbar .rp-dash-tilbud-sort {
	width: auto;
	min-width: 12.5rem;
	max-width: 100%;
	padding-right: 2.25rem;
	box-sizing: border-box;
}

.rp-dash-tilbud-toolbar-reset .rp-dash-btn-secondary {
	width: auto;
	min-width: 6.5rem;
	padding: 10px 18px;
	white-space: nowrap;
}

.rp-dash-tilbud-count {
	margin: 0 0 12px;
	font-size: 0.88rem;
	color: #718096;
}

.rp-dash-tilbud-table-wrap {
	margin-top: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
	background: #fff;
}

.rp-dash-tilbud-table {
	border-radius: 12px;
	box-shadow: none;
	table-layout: fixed;
	width: 100%;
}

.rp-dash-tilbud-table th,
.rp-dash-tilbud-table td {
	white-space: nowrap;
}

.rp-dash-table.rp-dash-tilbud-table th,
.rp-dash-table.rp-dash-tilbud-table td {
	text-align: center;
	padding: 12px 10px;
	vertical-align: middle;
}

.rp-dash-table.rp-dash-tilbud-table .rp-dash-col-left {
	text-align: left;
}

.rp-dash-table.rp-dash-tilbud-table thead th {
	background: var(--rp-primary);
	color: #fff;
	border-bottom: none;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.rp-dash-table.rp-dash-tilbud-table thead th:first-child {
	border-top-left-radius: 12px;
}

.rp-dash-table.rp-dash-tilbud-table thead th:last-child {
	border-top-right-radius: 12px;
}

.rp-dash-tilbud-table tbody td {
	color: #2d3748;
	border-bottom: 1px solid #edf2f7;
}

.rp-dash-tilbud-table tbody tr:last-child td {
	border-bottom: none;
}

.rp-dash-tilbud-table .rp-dash-col-wrap {
	white-space: normal;
	word-break: break-word;
}

.rp-dash-status-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
}

.rp-dash-status-new {
	background: #ebf8ff;
	color: #2b6cb0;
}

.rp-dash-status-unread {
	background: #4e67eb;
	color: #fff;
	font-weight: 600;
}

.rp-dash-tilbud-item.is-unread td {
	background: #f0f4ff;
	font-weight: 600;
}

.rp-dash-tilbud-item.is-unread td:first-child {
	box-shadow: inset 3px 0 0 #4e67eb;
}

.rp-dash-tilbud-item.is-unread:hover td {
	background: #e8edff;
}

.rp-dash-status-pending {
	background: #fefcbf;
	color: #975a16;
}

.rp-dash-status-accepted,
.rp-dash-status-won {
	background: #c6f6d5;
	color: #276749;
}

.rp-dash-status-rejected {
	background: #fed7d7;
	color: #9b2c2c;
}

.rp-dash-status-default {
	background: #edf2f7;
	color: #4a5568;
}

.rp-dash-bid-summary {
	margin: 4px 0 14px;
	padding: 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
}

.rp-dash-suggested-bid {
	margin: 0 0 20px;
	padding: 16px 18px;
	border: 1px solid #dbe4f0;
	border-radius: 12px;
	background: #f8fafc;
}

.rp-dash-suggested-bid--unavailable {
	background: #fffaf0;
	border-color: #fbd38d;
}

.rp-dash-suggested-bid-title {
	margin: 0 0 6px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a202c;
}

.rp-dash-suggested-bid-hint {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #4a5568;
}

.rp-dash-breakdown-collapsible {
	margin-top: 14px;
}

.rp-dash-breakdown-collapsible-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	cursor: pointer;
	list-style: none;
	padding: 12px 14px;
	border: 1px solid #c5d0ea;
	border-left: 4px solid var(--rp-primary, #4E67EB);
	border-radius: 12px;
	background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
	color: var(--rp-navy, #1a202c);
	user-select: none;
	box-shadow: 0 1px 3px rgba(78, 103, 235, 0.08);
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.rp-dash-breakdown-collapsible-summary:hover {
	background: linear-gradient(135deg, #f0f4ff 0%, #e8edff 100%);
	border-color: #a8b8e8;
	box-shadow: 0 4px 14px rgba(78, 103, 235, 0.14);
}

.rp-dash-breakdown-collapsible-summary:focus-visible {
	outline: 2px solid var(--rp-primary, #4E67EB);
	outline-offset: 2px;
}

.rp-dash-breakdown-collapsible[open] .rp-dash-breakdown-collapsible-summary {
	border-radius: 12px 12px 0 0;
	border-bottom: none;
	background: #eef2ff;
	box-shadow: none;
}

.rp-dash-breakdown-collapsible-leading {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	flex: 1;
}

.rp-dash-breakdown-collapsible-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #e8edff;
	color: var(--rp-primary, #4E67EB);
}

.rp-dash-breakdown-collapsible-icon svg {
	width: 20px;
	height: 20px;
}

.rp-dash-breakdown-collapsible-text {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.rp-dash-breakdown-collapsible-cta {
	font-size: 1rem;
	font-weight: 700;
	color: var(--rp-primary, #4E67EB);
	line-height: 1.3;
}

.rp-dash-breakdown-collapsible-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.rp-dash-breakdown-collapsible-hint {
	font-size: 0.82rem;
	font-weight: 500;
	color: #718096;
}

.rp-dash-breakdown-collapsible-hint:not(:empty)::after {
	content: '·';
	margin-left: 6px;
	color: #a0aec0;
}

.rp-dash-breakdown-collapsible-action {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--rp-primary, #4E67EB);
}

.rp-dash-breakdown-collapsible-action--collapse {
	display: none;
}

.rp-dash-breakdown-collapsible[open] .rp-dash-breakdown-collapsible-action--expand {
	display: none;
}

.rp-dash-breakdown-collapsible[open] .rp-dash-breakdown-collapsible-action--collapse {
	display: inline;
}

.rp-dash-breakdown-collapsible-chevron {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid rgba(78, 103, 235, 0.22);
	background: #fff;
	color: var(--rp-primary, #4E67EB);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.rp-dash-breakdown-chevron-icon {
	width: 22px;
	height: 22px;
	transition: transform 0.25s ease;
}

.rp-dash-breakdown-collapsible-summary:hover .rp-dash-breakdown-collapsible-chevron {
	background: #e8edff;
	border-color: rgba(78, 103, 235, 0.4);
	transform: scale(1.06);
}

.rp-dash-breakdown-collapsible:not([open]) .rp-dash-breakdown-collapsible-summary:hover .rp-dash-breakdown-chevron-icon {
	transform: translateY(2px);
}

.rp-dash-breakdown-collapsible[open] .rp-dash-breakdown-chevron-icon {
	transform: rotate(180deg);
}

.rp-dash-breakdown-collapsible-summary::-webkit-details-marker {
	display: none;
}

.rp-dash-breakdown-collapsible-body {
	padding: 12px;
	border: 1px solid #c5d0ea;
	border-top: none;
	border-radius: 0 0 12px 12px;
	background: #fff;
}

.rp-dash-suggested-bid .rp-dash-breakdown-collapsible {
	margin-top: 12px;
}

.rp-dash-suggested-bid-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 14px;
}

.rp-dash-suggested-bid-amount {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rp-dash-suggested-bid-label {
	font-size: 0.82rem;
	font-weight: 600;
	color: #718096;
}

.rp-dash-suggested-bid-value {
	font-size: 1.35rem;
	font-weight: 800;
	color: #2d3748;
	line-height: 1.1;
}

.rp-use-suggested-price.is-applied {
	border-color: var(--rp-primary, #4e67eb);
	background: #eef2ff;
	color: var(--rp-primary, #4e67eb);
}

@media (max-width: 640px) {
	.rp-dash-suggested-bid-body {
		flex-direction: column;
		align-items: flex-start;
	}
}

.rp-dash-bid-customer-price {
	padding: 18px 20px;
	border: 2px solid #9ae6b4;
	border-radius: 14px;
	background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
	box-shadow: 0 4px 14px rgba(72, 187, 120, 0.15);
}

.rp-dash-bid-customer-price-title {
	margin: 0 0 6px;
	font-size: 1rem;
	font-weight: 800;
	color: #22543d;
	letter-spacing: -0.01em;
}

.rp-dash-bid-customer-price-hint {
	margin: 0 0 8px;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.45;
	color: #2f855a;
}

.rp-dash-bid-customer-price-note {
	margin: 0 0 14px;
	padding: 10px 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.45;
	color: #2c5282;
}

.rp-dash-bid-customer-price-amount {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(72, 187, 120, 0.35);
}

.rp-dash-bid-customer-price-label {
	font-size: 0.9rem;
	font-weight: 700;
	color: #276749;
}

.rp-dash-bid-customer-price .rp-bid-fee-bid {
	font-size: 1.65rem;
	font-weight: 800;
	line-height: 1.1;
	color: var(--rp-success);
	letter-spacing: -0.02em;
}

.rp-dash-bid-fee-summary {
	margin: 0 0 16px;
	padding: 16px 18px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
}

.rp-dash-bid-fee-title {
	margin: 0 0 8px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a202c;
}

.rp-dash-bid-fee-intro,
.rp-dash-bid-fee-note,
.rp-dash-bid-fee-minimum-note {
	margin: 0 0 12px;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #4a5568;
}

.rp-dash-bid-fee-minimum-note {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
	color: #2d3748;
}

.rp-dash-bid-fee-summary-line {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.5;
	color: #2d3748;
}

.rp-dash-autobid-card .rp-dash-bid-fee-summary {
	margin-top: 16px;
}

.rp-dash-autobid-toggle-row {
	margin-top: 4px;
	padding-top: 16px;
	border-top: 1px solid #f0f2f8;
}

.rp-dash-autobid-pricing-hint {
	margin: 10px 0 0;
	font-size: 0.88rem;
	color: var(--rp-muted);
	line-height: 1.5;
}

.rp-dash-autobid-customer-section {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #f0f2f8;
}

.rp-dash-autobid-customer-title {
	display: block;
	margin-bottom: 14px;
	font-size: 0.95rem;
}

.rp-dash-autobid-customer-lead {
	margin: 6px 0 12px;
	font-size: 0.86rem;
	color: #718096;
}

.rp-dash-autobid-customer-toggles {
	display: flex;
	flex-direction: column;
	border: 1px solid #dbe4f0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.rp-dash-autobid-customer-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	border-bottom: 1px solid #e8edf5;
}

.rp-dash-autobid-customer-toggle:last-child {
	border-bottom: none;
}

.rp-dash-autobid-customer-toggle.is-master {
	background: #f8faff;
	border-bottom: 1px solid #dbe4f0;
}

.rp-dash-autobid-customer-toggle-label {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.rp-dash-autobid-customer-toggle-desc {
	font-size: 0.82rem;
	font-weight: 500;
	color: #718096;
}

.rp-dash-autobid-accept-hint {
	margin: 0 0 12px;
	padding: 10px 14px;
	border-radius: 10px;
	background: #fffaf0;
	border: 1px solid #fbd38d;
	color: #9c4221;
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.45;
}

.rp-dash-autobid-accept-notice {
	margin: 0 0 14px;
}

.rp-dash-autobid-offer-note-section {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e2e8f0;
}

.rp-dash-autobid-offer-note-title {
	display: block;
	margin-bottom: 6px;
}

.rp-dash-autobid-offer-note-lead {
	margin: 0 0 12px;
	color: #4a5568;
	font-size: 0.92rem;
	line-height: 1.45;
}

.rp-dash-autobid-offer-note-section .rp-field {
	margin-bottom: 12px;
}

.rp-dash-autobid-offer-note-section textarea.rp-dash-input {
	min-height: 88px;
	resize: vertical;
}

.rp-pricing-panel[data-panel="generelt"] .rp-dash-manual-bid-card {
	margin-top: 16px;
}

.rp-dash-manual-bid-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 4px;
}

.rp-dash-manual-bid-header-copy {
	flex: 1;
	min-width: 0;
}

.rp-dash-manual-bid-header-copy .rp-dash-card-desc {
	margin-top: 6px;
}

.rp-dash-manual-bid-offer-note-fields {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e2e8f0;
}

.rp-dash-manual-bid-offer-note-fields .rp-field {
	margin-bottom: 12px;
}

.rp-dash-manual-bid-offer-note-fields textarea.rp-dash-input {
	min-height: 88px;
	resize: vertical;
}

.rp-dash-autobid-enabled-modal-dialog {
	max-width: 420px;
}

.rp-dash-autobid-enabled-modal-text {
	margin: 0;
	color: #1a202c;
	font-size: 1rem;
	line-height: 1.55;
}

.rp-dash-autobid-enabled-modal-dialog .rp-dash-modal-footer {
	justify-content: flex-end;
}

.rp-dash-bid-fee-accept-row.is-error {
	border-color: #fc8181;
	background: #fff5f5;
	box-shadow: 0 0 0 3px rgba(245, 101, 101, 0.18);
	animation: rp-autobid-accept-pulse 0.9s ease;
}

.rp-dash-bid-fee-accept-action.is-error {
	border-color: #e53e3e;
	background: #fff5f5;
	box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.16);
}

@keyframes rp-autobid-accept-pulse {
	0% { box-shadow: 0 0 0 0 rgba(245, 101, 101, 0.45); }
	70% { box-shadow: 0 0 0 8px rgba(245, 101, 101, 0); }
	100% { box-shadow: 0 0 0 3px rgba(245, 101, 101, 0.18); }
}

.rp-dash-bid-fee-note {
	margin-bottom: 0;
}

.rp-dash-bid-fee-lines {
	margin: 0;
}

.rp-dash-bid-fee-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 8px 0;
	border-bottom: 1px solid #edf2f7;
}

.rp-dash-bid-fee-line:last-child {
	border-bottom: none;
}

.rp-dash-bid-fee-line dt {
	margin: 0;
	font-size: 0.86rem;
	font-weight: 600;
	color: #2d3748;
}

.rp-dash-bid-fee-line dd {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: #1a202c;
}

.rp-dash-bid-accept {
	margin: 0 0 16px;
}

.rp-dash-bid-accept-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.rp-dash-bid-accept-checkbox {
	display: flex;
	flex-shrink: 0;
	margin: 0;
	cursor: pointer;
}

.rp-dash-bid-accept-checkbox input {
	margin: 3px 0 0;
	width: auto;
	cursor: pointer;
}

.rp-dash-bid-accept-label {
	font-size: 0.86rem;
	line-height: 1.5;
	color: #2d3748;
	cursor: default;
}

.rp-dash-bid-accept-label a {
	color: var(--rp-primary, #4e67eb);
	text-decoration: none;
	cursor: pointer;
}

.rp-dash-bid-accept-label a:hover {
	color: var(--rp-primary-hover, #3d56d9);
	text-decoration: underline;
}

.rp-dash-bid-accept-label.is-error,
#rp-autobid-bid-accept-wrap.is-error .rp-dash-bid-accept-label {
	color: #c53030;
}

.rp-dash-bid-fee-accept {
	margin: 0 0 16px;
}

.rp-dash-bid-fee-accept-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f8fafc;
	text-align: left;
}

.rp-dash-bid-fee-accept-text {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #2d3748;
}

.rp-dash-bid-fee-accept-action {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	gap: 10px;
	min-width: 0;
	padding: 10px 16px;
	border: 2px solid #cbd5e0;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.rp-dash-bid-fee-accept-action:hover {
	border-color: #a0aec0;
}

.rp-dash-bid-fee-accept-action:has(.rp-bid-fee-accept-input:checked) {
	border-color: var(--rp-primary, #4e67eb);
	background: #eef2ff;
	box-shadow: 0 0 0 3px rgba(78, 103, 235, 0.12);
}

.rp-dash-bid-fee-accept-action input {
	width: 22px;
	height: 22px;
	margin: 0;
	flex-shrink: 0;
	cursor: pointer;
	accent-color: var(--rp-primary, #4e67eb);
}

.rp-dash-bid-fee-accept-cta {
	font-weight: 700;
	font-size: 0.95rem;
	color: #1a202c;
	line-height: 1;
}

.rp-dash-check-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #2d3748;
	cursor: pointer;
}

.rp-dash-check-label input {
	margin-top: 3px;
	flex-shrink: 0;
}

@media (max-width: 640px) {
	.rp-dash-bid-fee-accept-action {
		align-self: flex-start;
	}
}

.rp-bid-form [type="submit"]:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.rp-dash-tilbud-no-results {
	margin: 12px 0 0;
	color: #718096;
	font-size: 0.92rem;
}

.rp-dash-back-link {
	display: inline-block;
	margin: 0 0 16px;
	font-size: 0.92rem;
	font-weight: 600;
	color: #2B6CB0;
	text-decoration: none;
}

.rp-dash-back-link:hover {
	text-decoration: underline;
}

.rp-dash-detail-title {
	margin: 0 0 16px;
	font-size: 1.15rem;
	color: #1A202C;
}

.rp-dash-bid-summary {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f0f2f8;
}

.rp-dash-won-actions {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #f0f2f8;
}

@media (max-width: 700px) {
	.rp-dash-tilbud-toolbar-search,
	.rp-dash-tilbud-toolbar-field {
		flex: 1 1 100%;
	}

	.rp-dash-tilbud-toolbar-search .rp-dash-tilbud-search,
	.rp-dash-tilbud-toolbar .rp-dash-tilbud-filter,
	.rp-dash-tilbud-toolbar .rp-dash-tilbud-sort {
		width: 100%;
		min-width: 0;
	}

	.rp-dash-tilbud-toolbar-reset .rp-dash-btn-secondary {
		width: 100%;
	}
}

.rp-dash-logo-upload {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rp-dash-logo-current {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.rp-dash-logo-actions {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.rp-dash-logo-pending {
	margin: 0;
	font-size: 0.88rem;
	color: var(--rp-primary);
	font-weight: 600;
	line-height: 1.4;
}

.rp-dash-logo-preview-pending {
	box-shadow: 0 0 0 2px var(--rp-primary);
}

.rp-dash-logo-preview {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 1px solid var(--rp-border);
}

.rp-dash-logo-remove {
	border: none;
	background: transparent;
	color: var(--rp-primary) !important;
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	padding: 4px 0;
}

.rp-dash-logo-remove:hover,
.rp-dash-logo-remove:focus,
.rp-dash-logo-remove:active {
	color: var(--rp-primary-hover) !important;
	text-decoration: underline;
	background: transparent !important;
}

.rp-dash-logo-remove:disabled {
	opacity: 0.6;
	cursor: wait;
}

.rp-pricing-panel { display: none; }
.rp-pricing-panel.active { display: block; }

.rp-dash-faq {
	max-width: 820px;
}

.rp-dash-faq-toolbar {
	margin-bottom: 24px;
}

.rp-dash-faq-search {
	width: 100%;
	max-width: 100%;
	padding: 12px 16px;
	font-size: 0.95rem;
}

.rp-dash-faq-topic {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 16px;
}

.rp-dash-faq-topic label {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--rp-navy);
	margin-bottom: 8px;
}

.rp-dash-faq-topic-select {
	width: auto !important;
	max-width: 100%;
	padding-right: 36px;
	cursor: pointer;
	background: var(--rp-accent-light) !important;
	border: 2px solid #c7d2fe !important;
	color: var(--rp-navy) !important;
	box-shadow: none !important;
}

.rp-dash-faq-topic-select:hover {
	background: #d8e0fe !important;
	border-color: #a5b4fc !important;
}

.rp-dash-faq-topic-select:focus {
	outline: none;
	background: #d8e0fe !important;
	border-color: var(--rp-primary) !important;
	box-shadow: 0 0 0 3px rgba(78, 103, 235, 0.15) !important;
}

.rp-dash-faq-section {
	margin-bottom: 28px;
}

.rp-dash-faq-section.is-hidden {
	display: none;
}

.rp-dash-faq-section-title {
	margin: 0 0 12px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--rp-navy);
}

.rp-dash-faq-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rp-dash-faq-item {
	border: 1px solid #e8edf5;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.rp-dash-faq-item:hover {
	border-color: #d6deeb;
}

.rp-dash-faq-item[open] {
	border-color: #c5d0e8;
	box-shadow: 0 4px 14px rgba(26, 32, 44, 0.05);
}

.rp-dash-faq-item.is-hidden {
	display: none;
}

.rp-dash-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
	font-weight: 700;
	color: var(--rp-navy) !important;
	line-height: 1.4;
}

.rp-dash-faq-question::-webkit-details-marker {
	display: none;
}

.rp-dash-faq-question-text {
	flex: 1;
}

.rp-dash-faq-chevron {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid #718096;
	border-bottom: 2px solid #718096;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	margin-top: -4px;
}

.rp-dash-faq-item[open] .rp-dash-faq-chevron {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.rp-dash-faq-answer {
	padding: 0 18px 18px;
	color: var(--rp-text);
	font-size: 0.92rem;
	line-height: 1.6;
}

.rp-dash-faq-answer p {
	margin: 0 0 10px;
}

.rp-dash-faq-answer p:last-child {
	margin-bottom: 0;
}

.rp-dash-faq-answer ul,
.rp-dash-faq-answer ol {
	margin: 0 0 10px;
	padding-left: 1.2rem;
}

.rp-dash-faq-answer li {
	margin-bottom: 6px;
}

.rp-dash-faq-answer li:last-child {
	margin-bottom: 0;
}

.rp-dash-faq-no-results {
	margin: 8px 0 0;
	padding: 16px 18px;
	border-radius: 12px;
	background: #f8fafc;
	color: #4a5568;
	font-size: 0.92rem;
}

.rp-dash-overview-stats {
	margin-top: 16px;
}

.rp-dash-overview-stats-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.rp-dash-overview-stats-period {
	flex-shrink: 0;
	min-width: 200px;
}

.rp-dash-overview-period-select {
	width: 100%;
	min-width: 200px;
}

.rp-dash-overview-stats-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.rp-dash-overview-stat {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 14px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e8edf5;
	min-height: 100%;
}

.rp-dash-overview-stat-value {
	font-size: 1.45rem;
	font-weight: 800;
	color: var(--rp-primary);
	line-height: 1.1;
}

.rp-dash-overview-stat-label {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--rp-navy);
	line-height: 1.35;
}

.rp-dash-overview-stat-note {
	font-size: 0.74rem;
	color: #718096;
}

@media (max-width: 1100px) {
	.rp-dash-overview-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.rp-dash-layout { grid-template-columns: 1fr; }
	.rp-dash-main { border-top-left-radius: 0; }
	.rp-dash-header { padding: 0 16px; height: 52px; min-height: 52px; gap: 10px; }
	.rp-dash-logo { height: 34px; max-width: 200px; }
	.rp-dash-company { max-width: 120px; overflow: hidden; text-overflow: ellipsis; font-size: 0.88rem; }
	.rp-dash-avatar { width: 28px; height: 28px; }
	.rp-dash-logout-btn { padding: 5px 10px; font-size: 0.8rem; }
	.rp-dash-sidebar { padding: 20px 16px; }
	.rp-dash-nav { flex-direction: row; flex-wrap: wrap; }
	.rp-dash-nav-group { flex: 1 1 100%; }
	.rp-dash-content { padding: 32px 24px 48px 28px; }
	.rp-dash-stats { grid-template-columns: 1fr; }
	.rp-dash-overview-grid { grid-template-columns: 1fr; }
	.rp-dash-activity li { flex-direction: column; align-items: flex-start; gap: 4px; }
	.rp-dash-activity-meta { text-align: left; }
	.rp-dash-form-row { grid-template-columns: 1fr; }
	.rp-dash-overview-stats-head { flex-direction: column; }
	.rp-dash-overview-stats-period { width: 100%; min-width: 0; }
	.rp-dash-overview-stats-grid { grid-template-columns: 1fr; }
}

/* Tema-isolation for dashboard */
.rp-dash,
.rp-dash * {
	box-sizing: border-box;
}

.rp-dash a,
.rp-dash a:hover,
.rp-dash a:focus,
.rp-dash a:active,
.rp-dash a:visited {
	text-decoration: none !important;
	border: none !important;
	outline: none;
	box-shadow: none !important;
}

.rp-dash button,
.rp-dash input[type="submit"],
.rp-dash .rp-dash-btn,
.rp-dash .rp-dash-pill,
.rp-dash .rp-dash-pricing-tab {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	line-height: 1.3;
	box-shadow: none;
	border: none !important;
}

.rp-dash .rp-info-tip-trigger {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1.5px solid #6b7280 !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: #6b7280 !important;
	font-size: 0 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	flex-shrink: 0;
}

.rp-dash .rp-info-tip-trigger:hover,
.rp-dash .rp-info-tip-trigger:focus,
.rp-dash .rp-info-tip-trigger:focus-visible,
.rp-dash .rp-info-tip-trigger:active {
	background: rgba(107, 114, 128, 0.08) !important;
	border-color: #4b5563 !important;
	color: #4b5563 !important;
	box-shadow: none !important;
}

.rp-dash .rp-info-tip-icon {
	color: currentColor !important;
}

.rp-company-gate .rp-info-tip-trigger {
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1.5px solid #6b7280 !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: #6b7280 !important;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	flex-shrink: 0;
}

.rp-company-gate .rp-info-tip-trigger:hover,
.rp-company-gate .rp-info-tip-trigger:focus,
.rp-company-gate .rp-info-tip-trigger:focus-visible,
.rp-company-gate .rp-info-tip-trigger:active {
	background: rgba(107, 114, 128, 0.08) !important;
	border-color: #4b5563 !important;
	color: #4b5563 !important;
	box-shadow: none !important;
}

.rp-company-gate .rp-info-tip-icon {
	color: currentColor !important;
}

.rp-won-bid-panel-label {
	display: block;
	width: 100%;
	margin: 14px 0 10px;
	font-weight: 600;
}

.rp-won-bid-flow-panel .rp-dash-pill-group {
	display: inline-flex;
	flex-wrap: wrap;
	width: fit-content;
	max-width: 100%;
}

.rp-dash input:not(.rp-dash-input):not(.rp-dash-price-input),
.rp-dash textarea:not(.rp-dash-input),
.rp-dash select:not(.rp-dash-input),
.rp-dash table,
.rp-dash td,
.rp-dash th,
.rp-dash form,
.rp-dash fieldset {
	border-color: transparent !important;
	outline: none;
}

.rp-dash .rp-dash-price-field,
.rp-dash .rp-dash-price-input {
	border: none !important;
	box-shadow: none !important;
	background: var(--rp-muted-btn) !important;
}

#rp-settings-form .rp-field {
	margin-bottom: 18px;
}

#rp-settings-form .rp-field label {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--rp-navy);
	margin-bottom: 8px;
}

.rp-field-required label::after {
	content: ' *';
	color: #c53030;
	font-weight: 700;
}

.rp-dash-input:invalid:not(:focus):not(:placeholder-shown) {
	border-color: #fc8181 !important;
}

#rp-settings-form .rp-dash-input {
	min-height: 46px;
}

#rp-settings-form input[type="file"] {
	width: 100%;
	padding: 12px 14px;
	border: 2px dashed var(--rp-border);
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	font-size: 0.9rem;
	color: var(--rp-text);
	cursor: pointer;
}

#rp-settings-form input[type="file"]:hover {
	border-color: var(--rp-primary);
	background: var(--rp-accent-light);
}

.rp-dash .rp-dash-btn,
.rp-dash .rp-dash-btn-save,
.rp-dash .rp-btn,
.rp-dash .rp-btn-primary {
	background: var(--rp-primary) !important;
	border: none !important;
	color: #fff !important;
}

.rp-dash .rp-dash-btn:hover,
.rp-dash .rp-dash-btn-save:hover,
.rp-dash .rp-btn-primary:hover {
	background: var(--rp-primary-hover) !important;
	color: #fff !important;
}

.rp-dash .rp-btn-secondary {
	background: #fff !important;
	color: var(--rp-primary) !important;
	border: 2px solid var(--rp-primary) !important;
}

.rp-dash .rp-btn-secondary:hover {
	background: var(--rp-accent-light) !important;
	color: var(--rp-primary) !important;
}

.rp-dash .rp-location-remove,
.rp-dash-location-card .rp-location-remove {
	border: none !important;
	background: transparent !important;
	color: var(--rp-primary) !important;
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	padding: 4px 0;
	box-shadow: none !important;
}

.rp-dash .rp-location-remove:hover,
.rp-dash .rp-location-remove:focus,
.rp-dash-location-card .rp-location-remove:hover,
.rp-dash-location-card .rp-location-remove:focus {
	color: var(--rp-primary-hover) !important;
	text-decoration: underline;
	background: transparent !important;
}

.rp-dash .rp-dash-btn-outline {
	background: transparent !important;
	color: var(--rp-primary) !important;
	border: 2px solid var(--rp-primary) !important;
}

.rp-dash .rp-dash-pill-group .rp-dash-pill {
	background: transparent !important;
	color: var(--rp-navy) !important;
	box-shadow: none !important;
}

.rp-dash .rp-dash-pill-group .rp-dash-pill.active {
	background: var(--rp-primary) !important;
	color: #fff !important;
	box-shadow: none !important;
}

.rp-dash .rp-dash-pricing-tab {
	background: var(--rp-white) !important;
	color: var(--rp-text) !important;
}

.rp-dash .rp-dash-pricing-tab.active {
	background: var(--rp-primary) !important;
	color: #fff !important;
	border: none !important;
}

.rp-dash .rp-dash-hint a {
	color: var(--rp-primary) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.rp-dash .rp-dash-logo-remove,
.rp-dash .rp-dash-logo-remove:hover,
.rp-dash .rp-dash-logo-remove:focus,
.rp-dash .rp-dash-logo-remove:active,
.rp-dash .rp-dash-logo-remove:visited {
	color: var(--rp-primary) !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.rp-dash .rp-dash-logo-remove:hover,
.rp-dash .rp-dash-logo-remove:focus {
	color: var(--rp-primary-hover) !important;
	text-decoration: underline;
}

.rp-dash select.rp-dash-faq-topic-select {
	background: var(--rp-accent-light) !important;
	border: 2px solid #c7d2fe !important;
	color: var(--rp-navy) !important;
	box-shadow: none !important;
}

.rp-dash select.rp-dash-faq-topic-select:hover {
	background: #d8e0fe !important;
	border-color: #a5b4fc !important;
}

.rp-dash select.rp-dash-faq-topic-select:focus {
	background: #d8e0fe !important;
	border-color: var(--rp-primary) !important;
	box-shadow: 0 0 0 3px rgba(78, 103, 235, 0.15) !important;
}

.rp-dash .rp-dash-faq-section-title,
.rp-dash .rp-dash-faq-question,
.rp-dash .rp-dash-faq-question-text,
.rp-dash .rp-dash-faq-answer,
.rp-dash .rp-dash-faq-answer p,
.rp-dash .rp-dash-faq-answer li,
.rp-dash .rp-dash-faq-answer strong {
	color: var(--rp-text) !important;
}

.rp-dash .rp-dash-faq-section-title,
.rp-dash .rp-dash-faq-question,
.rp-dash .rp-dash-faq-question-text {
	color: var(--rp-navy) !important;
}

/* Legacy dashboard aliases */
.rp-dashboard {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 24px;
	max-width: 1200px;
}

@media (max-width: 768px) {
	.rp-dashboard { grid-template-columns: 1fr; }
}

.rp-sidebar {
	background: var(--rp-white);
	border-radius: var(--rp-card-radius);
	box-shadow: var(--rp-shadow);
	padding: 16px;
}

.rp-sidebar a {
	display: block;
	padding: 12px 16px;
	border-radius: 10px;
	color: var(--rp-navy);
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 4px;
}

.rp-sidebar a:hover,
.rp-sidebar a.active {
	background: var(--rp-accent-light);
	color: var(--rp-primary);
}

.rp-table {
	width: 100%;
	border-collapse: collapse;
}

.rp-table th,
.rp-table td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid var(--rp-border);
}

.rp-table th {
	color: var(--rp-navy);
	font-weight: 700;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.rp-alert {
	padding: 16px 20px;
	border-radius: 12px;
	background: var(--rp-notice-bg);
	color: var(--rp-navy);
	border: 1px solid var(--rp-primary);
}

.rp-success-msg {
	padding: 16px 20px;
	border-radius: 12px;
	background: var(--rp-success-bg);
	color: var(--rp-success-text);
}

.rp-check-list {
	list-style: none;
	padding: 0;
	margin: 16px 0;
}

.rp-check-list li {
	padding: 8px 0 8px 28px;
	position: relative;
}

.rp-check-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--rp-primary);
	font-weight: 700;
}

.rp-pricing-section {
	border: 1px solid var(--rp-border);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 16px;
}

.rp-pricing-section h3 {
	color: var(--rp-navy);
	margin: 0 0 16px;
	font-size: 1.1rem;
}

.rp-toggle {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rp-toggle input[type="checkbox"] {
	width: 48px;
	height: 26px;
	accent-color: var(--rp-primary);
}

/* ===== Cliinly-inspireret kalkulator ===== */
.rp-calculator {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	color: var(--rp-navy);
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 60px clamp(24px, 4vw, 80px) 80px;
	box-sizing: border-box;
}

.rp-calculator--embed {
	width: 100%;
	max-width: 100%;
	left: auto;
	right: auto;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background: transparent;
}

.rp-calculator--embed .rp-hero-columns {
	margin-bottom: 32px;
	gap: clamp(24px, 4vw, 48px);
}

.rp-calculator--embed .rp-hero-title,
.rp-calculator--embed .rp-hero-subtitle,
.rp-calculator--embed .rp-address-form,
.rp-calculator--embed .rp-address-bar {
	max-width: 100%;
}

.rp-calculator .rp-calculator-inner {
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
}

.rp-hero-columns {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 60px;
}

.rp-hero-left { flex: 1; max-width: 55%; }
.rp-hero-right { flex: 1; max-width: 45%; }

.rp-hero-title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.15;
	color: var(--rp-navy);
	margin: 0 0 20px;
}

.rp-hero-subtitle {
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--rp-navy);
	margin: 0;
}

.rp-address-form {
	margin-top: 40px;
}

.rp-calculator--embed .rp-address-form {
	margin-top: 28px;
}

.rp-address-field {
	position: relative;
	max-width: 100%;
	width: 100%;
}

.rp-address-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	max-width: 560px;
	min-height: 68px;
	padding: 8px;
	background: var(--rp-white);
	border-radius: 999px;
	box-shadow: 0 10px 36px -14px rgba(26, 32, 44, 0.32);
	box-sizing: border-box;
	transition: box-shadow 0.2s ease;
}

.rp-address-bar:focus-within {
	box-shadow: 0 10px 36px -14px rgba(26, 32, 44, 0.32), 0 0 0 3px rgba(78, 103, 235, 0.18);
}

.rp-autocomplete {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	height: 52px;
	border: none !important;
	outline: none !important;
	border-radius: 0;
	padding: 0 8px 0 16px;
	box-shadow: none !important;
	font-size: 1rem;
	font-weight: 500;
	box-sizing: border-box;
	background: transparent !important;
	color: var(--rp-navy) !important;
}

.rp-autocomplete::placeholder {
	color: #a0aec0;
	font-weight: 400;
}

.rp-autocomplete:focus {
	outline: none !important;
	box-shadow: none !important;
}

.rp-address-submit {
	position: static;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	background: var(--rp-primary);
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	padding: 0;
	margin: 0;
	transition: background 0.15s ease;
}

.rp-address-submit #rp-arrow-icon {
	line-height: 1;
	pointer-events: none;
}

.rp-address-submit:hover,
.rp-address-submit:focus,
.rp-address-submit:focus-visible,
.rp-address-submit:active {
	background: var(--rp-primary-hover) !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #fff !important;
}

.rp-address-error {
	color: var(--rp-notice-text);
	padding: 10px 0 0 22px;
	font-size: 0.9rem;
	font-weight: 600;
}

.rp-new-address {
	color: var(--rp-primary);
	font-weight: 700;
	font-size: 0.95rem;
	margin-top: 12px;
	cursor: pointer;
	padding-left: 4px;
}

.rp-hero-image {
	background: transparent;
	line-height: 0;
}

.rp-hero-illustration {
	display: block;
	width: 100%;
	height: auto;
	clip-path: inset(5.5% 5.5% 5.5% 5.5% round 12px);
	box-shadow: none;
}

/* DAWA autocomplete */
.rp-address-field .dawa-autocomplete-suggestions {
	margin: 10px 0 0;
	padding: 0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(26, 32, 44, 0.14);
	position: absolute;
	left: 0;
	width: 100%;
	max-width: 560px;
	z-index: 1000;
	max-height: 260px;
	overflow-y: auto;
	list-style: none;
}

.rp-address-field .dawa-autocomplete-suggestion {
	padding: 14px 18px;
	cursor: pointer;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-address-field .dawa-autocomplete-suggestion.dawa-selected,
.rp-address-field .dawa-autocomplete-suggestion:hover {
	background: var(--rp-primary);
	color: #fff !important;
}

.rp-offer-section { padding-top: 20px; }

.rp-offer-columns {
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	gap: 50px;
	align-items: start;
}

.rp-property-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.25);
	padding: 25px;
	position: sticky;
	top: 80px;
	width: 100%;
}

.rp-google-map {
	width: 100%;
	height: 280px;
	border-radius: 8px;
	margin-bottom: 20px;
	background: #e2e8f0;
}

.rp-info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

.rp-info-label {
	color: #727272;
	font-size: 0.95rem;
	width: 120px;
}

.rp-info-value {
	font-weight: 600;
	font-size: 0.95rem;
	text-align: right;
	flex: 1;
}

.rp-edit-data {
	display: block;
	text-align: right;
	color: var(--rp-primary);
	font-weight: 700;
	font-size: 0.95rem;
	margin-top: 12px;
	text-decoration: none;
}

.rp-offer-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.25);
	padding: 30px 30px 40px;
	min-width: 0;
	width: 100%;
}

.rp-offer-kicker {
	color: var(--rp-primary);
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	margin: 0 0 4px;
}

.rp-offer-address {
	font-size: 1.35rem;
	font-weight: 400;
	color: var(--rp-navy);
	margin: 0 0 30px;
	line-height: 1.3;
}

.rp-question-block { margin-bottom: 28px; }

.rp-question {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	color: var(--rp-navy);
	margin-bottom: 12px;
}

.rp-question-hint {
	font-size: 0.9rem;
	color: var(--rp-text);
	font-style: italic;
	margin: -6px 0 12px;
	line-height: 1.5;
}

.rp-customer-type-hint {
	margin: 0 0 20px;
	padding-top: 4px;
}

.rp-cleaning-type-description {
	margin: 12px 0 0;
	padding: 5px 0 0 10px;
	font-size: 0.9rem;
	font-weight: 500;
	font-style: italic;
	color: var(--rp-navy);
	line-height: 1.5;
	min-height: 1.2em;
}

.rp-freq-subheading {
	font-weight: 700;
	font-size: 1rem;
	color: var(--rp-navy);
	margin: 24px 0 12px;
}

.rp-choice-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: flex-start;
}

.rp-choice-btn {
	position: relative;
	flex: 0 1 auto;
	min-width: 0;
	min-height: 54px;
	padding: 18px 20px;
	text-align: center;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	background: #e7e7e7;
	color: var(--rp-navy);
	transition: box-shadow 0.15s, border-color 0.15s;
	white-space: normal;
	word-break: break-word;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Cliinly: 4 valg på én række når der er plads */
.rp-choice-wrap .rp-choice-btn {
	flex: 0 1 calc(25% - 12px);
	min-width: 155px;
}

/* Rengøringstype: bredere knapper så lang tekst kan bryde over 2 linjer */
#rp-cleaning-type .rp-choice-btn {
	flex: 1 1 calc(33.333% - 12px);
	min-width: 140px;
	max-width: calc(50% - 8px);
}

#rp-cleaning-type .rp-choice-btn.is-cleaning-hidden,
#rp-cleaning-type .rp-choice-btn[hidden] {
	display: none !important;
}

#rp-customer-type .rp-choice-btn {
	flex: 1 1 calc(33.333% - 12px);
	min-width: 120px;
	max-width: calc(33.333% - 8px);
}

.rp-choice-btn .rp-btn-label {
	display: block;
	width: 100%;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

#rp-animal-type .rp-choice-btn,
#rp-parking-type .rp-choice-btn {
	flex: 1 1 calc(50% - 8px);
	min-width: 90px;
}

.rp-choice-btn:hover { border-color: var(--rp-primary); }

.rp-choice-btn.active {
	box-shadow: 0 0 0 2px var(--rp-primary);
	background: #fff;
	color: var(--rp-navy);
}

.rp-choice-btn.active::after {
	content: "✓";
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	background: var(--rp-primary);
	color: #fff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.rp-choice-btn .rp-discount {
	display: block;
	color: var(--rp-success);
	font-weight: 700;
	font-size: 0.8rem;
	margin-top: 4px;
}

.rp-double-row {
	display: flex;
	gap: 40px;
}

.rp-double-row .rp-question-block { flex: 1; }

/* Erhverv: arealvalg */
.rp-area-checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.rp-area-option {
	border: 2px solid #e7e7e7;
	border-radius: 10px;
	background: #e7e7e7;
	position: relative;
	cursor: pointer;
	transition: border-color 0.2s;
}

.rp-area-option:hover {
	border-color: var(--rp-primary);
}

.rp-area-option.selected {
	border-color: var(--rp-primary);
	background: #e7e7e7;
}

.rp-area-option.selected::after {
	content: "✓";
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	background: var(--rp-primary);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.rp-area-header {
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	width: 100%;
	box-sizing: border-box;
}

.rp-area-header input[type="checkbox"] {
	display: none;
}

.rp-area-header label {
	cursor: pointer;
	margin: 0;
	font-size: 1rem;
	flex: 1;
	display: flex;
	align-items: center;
}

.rp-area-name {
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-area-input-inline {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rp-area-option:not(.selected) .rp-area-input-inline {
	pointer-events: none;
}

.rp-m2-input {
	width: 72px;
	padding: 10px 12px;
	border: none;
	border-radius: 8px;
	background: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
}

.rp-area-unit {
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-stairs-fields .rp-field input {
	background: #e7e7e7;
	border: none;
	border-radius: 10px;
	padding: 14px 16px;
}

.rp-comments {
	width: 100%;
	min-height: 100px;
	padding: 16px;
	border: none;
	border-radius: 8px;
	background: #e7e7e7;
	font-size: 0.95rem;
	resize: vertical;
	box-sizing: border-box;
}

.rp-comments:focus { outline: 2px solid var(--rp-accent-light); }

.rp-contact-block {
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid var(--rp-border);
}

.rp-contact-block h3 {
	margin: 0 0 8px;
	color: var(--rp-navy);
}

.rp-contact-hint {
	font-size: 0.9rem;
	color: var(--rp-text);
	margin: 0 0 20px;
}

.rp-calculator .rp-field-error-msg {
	color: #e53e3e;
	font-size: 0.85rem;
	line-height: 1.45;
	margin: 6px 0 0;
	font-weight: 600;
}

.rp-calculator .rp-form-general-error {
	margin: 0 0 14px;
	padding: 0;
}

.rp-calculator .rp-field.rp-field-error > label,
.rp-calculator .rp-question-block.rp-field-error > .rp-question {
	color: #e53e3e;
}

.rp-calculator .rp-field.rp-field-error input,
.rp-calculator .rp-field.rp-field-error textarea,
.rp-calculator .rp-question-block.rp-field-error textarea {
	border-color: #e53e3e !important;
	box-shadow: 0 0 0 1px rgba(229, 62, 62, 0.18);
}

.rp-phone-split {
	display: flex;
	align-items: stretch;
	gap: 10px;
}

.rp-phone-country {
	flex: 0 0 84px;
	width: 84px;
	max-width: 84px;
	text-align: center;
}

.rp-phone-local {
	flex: 1 1 auto;
	min-width: 0;
}

.rp-btn-large {
	width: 100%;
	padding: 16px 28px;
	font-size: 1.05rem;
}

.rp-btn-sm { padding: 10px 20px; font-size: 0.9rem; }

@media (max-width: 1024px) {
	.rp-offer-columns {
		grid-template-columns: 1fr;
	}

	.rp-property-card { position: static; }

	.rp-choice-wrap .rp-choice-btn,
	#rp-cleaning-type .rp-choice-btn {
		flex: 1 1 calc(50% - 8px);
		min-width: 140px;
		max-width: calc(50% - 8px);
	}
}

@media (max-width: 900px) {
	.rp-hero-columns {
		flex-direction: column;
	}

	.rp-hero-left,
	.rp-hero-right {
		max-width: 100%;
		width: 100%;
	}

	.rp-double-row { flex-direction: column; gap: 0; }
}

/* ===== Tema-isolation: forhindr rød/maroon fra WordPress-tema ===== */
.rp-calculator,
.rp-calculator * {
	box-sizing: border-box;
}

.rp-calculator button.rp-choice-btn,
.rp-calculator button.rp-btn,
.rp-calculator button.rp-address-submit,
.rp-calculator button.rp-btn-primary,
.rp-calculator button.rp-btn-secondary {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	line-height: 1.3;
	text-decoration: none;
	box-shadow: none;
}

.rp-calculator button.rp-choice-btn {
	border: 1px solid var(--rp-border) !important;
	background: var(--rp-muted-btn) !important;
	color: var(--rp-navy) !important;
	min-height: 54px !important;
	height: auto !important;
	padding: 18px 20px !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	white-space: normal !important;
	overflow-wrap: break-word !important;
	word-break: break-word !important;
	max-width: 100% !important;
}

.rp-calculator button.rp-choice-btn:hover {
	border-color: var(--rp-primary) !important;
	background: var(--rp-accent-light) !important;
	color: var(--rp-navy) !important;
}

.rp-calculator button.rp-choice-btn.active {
	border-color: var(--rp-primary) !important;
	background: var(--rp-white) !important;
	color: var(--rp-navy) !important;
	box-shadow: 0 0 0 2px var(--rp-primary) !important;
}

.rp-calculator button.rp-btn-primary {
	background: var(--rp-primary) !important;
	border: 2px solid var(--rp-primary) !important;
	color: var(--rp-white) !important;
}

.rp-calculator button.rp-btn-primary:hover {
	background: var(--rp-primary-hover) !important;
	border-color: var(--rp-primary-hover) !important;
	color: var(--rp-white) !important;
}

.rp-calculator button.rp-btn-secondary {
	background: var(--rp-white) !important;
	border: 2px solid var(--rp-primary) !important;
	color: var(--rp-primary) !important;
}

.rp-calculator button.rp-btn-secondary:hover {
	background: var(--rp-accent-light) !important;
	color: var(--rp-primary) !important;
}

.rp-calculator button.rp-address-submit,
.rp-calculator #rp-address-submit {
	background: var(--rp-primary) !important;
	color: var(--rp-white) !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 50% !important;
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	padding: 0 !important;
	flex: 0 0 52px !important;
}

.rp-calculator button.rp-address-submit:hover,
.rp-calculator button.rp-address-submit:focus,
.rp-calculator button.rp-address-submit:focus-visible,
.rp-calculator button.rp-address-submit:active,
.rp-calculator #rp-address-submit:hover,
.rp-calculator #rp-address-submit:focus,
.rp-calculator #rp-address-submit:focus-visible,
.rp-calculator #rp-address-submit:active {
	background: var(--rp-primary-hover) !important;
	color: var(--rp-white) !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.rp-calculator .rp-address-form button,
.rp-calculator .rp-address-form input[type="text"] {
	border-color: transparent !important;
}

.rp-calculator .rp-address-bar {
	background: var(--rp-white) !important;
	border-radius: 999px !important;
	padding: 8px !important;
}

.rp-calculator .rp-address-bar .rp-autocomplete {
	background: transparent !important;
	border-radius: 0 !important;
}

.rp-calculator input,
.rp-calculator textarea,
.rp-calculator select {
	color: var(--rp-navy);
	border-color: var(--rp-border);
}

.rp-calculator input:focus,
.rp-calculator textarea:focus,
.rp-calculator select:focus {
	border-color: var(--rp-primary) !important;
	outline: none;
	box-shadow: 0 0 0 2px var(--rp-accent-light);
}

.rp-calculator a {
	color: var(--rp-primary);
}

.rp-calculator a:hover {
	color: var(--rp-primary-hover);
}

/* Firma login / registrering */
.rp-auth-card {
	max-width: 440px;
	margin: 40px auto;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.12);
	padding: 36px 32px;
}

.rp-auth-card-wide {
	max-width: 720px;
}

.rp-auth-card h1 {
	margin: 0 0 8px;
	color: #1A202C;
	font-size: 1.5rem;
}

.rp-auth-lead {
	color: #1A202C;
	margin: 0 0 24px;
}

.rp-auth-footer {
	text-align: center;
	margin-top: 24px;
	font-size: 0.95rem;
}

.rp-form-section-title {
	margin: 28px 0 12px;
	color: #1A202C;
	font-size: 1.05rem;
}

.rp-form-section-title:first-of-type {
	margin-top: 0;
}

.rp-field-hint {
	font-size: 0.85rem;
	color: #1A202C;
	margin: 6px 0 0;
	font-style: italic;
}

.rp-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.95rem;
	cursor: pointer;
}

.rp-checkbox-label input {
	margin-top: 3px;
	width: auto;
}

.rp-sidebar-logout {
	margin-top: 24px;
	color: #c53030 !important;
}

/* Prisregler tabs */
.rp-pricing-intro {
	margin: 0 0 20px;
	color: var(--rp-text);
}

.rp-pricing-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.rp-pricing-tab {
	padding: 12px 20px;
	border: 1px solid var(--rp-border);
	border-radius: 8px;
	background: #e7e7e7;
	font-weight: 700;
	cursor: pointer;
	color: var(--rp-navy);
}

.rp-pricing-tab.active {
	background: var(--rp-primary);
	color: #fff;
	border-color: var(--rp-primary);
}

.rp-pricing-panel {
	display: none;
}

.rp-pricing-panel.active {
	display: block;
}

.rp-step-row {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

/* Firma-dashboard gate (ikke logget ind) */
.rp-company-gate {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 24px 20px 40px;
	overflow: visible;
}

.rp-company-gate-bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 80% 60% at 50% -10%, rgba(78, 103, 235, 0.14), transparent 55%),
		radial-gradient(ellipse 50% 40% at 100% 80%, rgba(78, 103, 235, 0.08), transparent 50%),
		linear-gradient(180deg, #f7f8fc 0%, #f0f2f8 100%);
	z-index: 0;
}

.rp-company-gate-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
}

.rp-company-gate-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 8px 40px rgba(26, 32, 44, 0.1), 0 1px 3px rgba(26, 32, 44, 0.06);
	padding: 28px 28px 32px;
	text-align: center;
	border: 1px solid rgba(226, 232, 240, 0.8);
}

.rp-company-gate-intro {
	margin-bottom: 24px;
}

.rp-company-gate-login-top {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--rp-border);
}

.rp-company-gate-cta-login {
	display: block;
	width: 100%;
	text-align: center;
}

.rp-company-gate-brand {
	margin-bottom: 14px;
}

.rp-company-gate-logo {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	object-fit: contain;
	border-radius: 14px;
}

.rp-company-gate-logo-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 14px;
	background: var(--rp-accent-light);
	color: var(--rp-primary);
	font-weight: 800;
	font-size: 1.25rem;
}

.rp-company-gate-kicker {
	margin: 0 0 10px;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #1A202C;
}

.rp-company-gate-lead {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.55;
	color: var(--rp-text);
}

.rp-company-gate-benefits {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rp-company-gate-benefits li {
	position: relative;
	padding: 10px 14px 10px 38px;
	background: var(--rp-bg);
	border-radius: 10px;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--rp-navy);
	line-height: 1.4;
}

.rp-company-gate-benefits li::before {
	content: '✓';
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--rp-primary);
	font-weight: 800;
	font-size: 0.85rem;
}

.rp-company-gate-signup {
	padding: 22px 20px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: linear-gradient(135deg, #eef2ff 0%, #f8f9ff 100%);
	border: 1px solid #c7d2fe;
	text-align: left;
}

.rp-company-gate-signup-text {
	margin: 0 0 16px;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--rp-navy);
}

.rp-company-gate-signup-text strong {
	color: #1A202C;
}

.rp-company-gate-cta-primary {
	display: block;
	width: 100%;
	text-align: center;
}

.rp-company-register-success {
	margin-top: 8px;
	text-align: center;
}

.rp-company-register-success .rp-company-verify-email {
	display: block;
	margin: 6px 0 16px;
}

.rp-company-auth-login-wrap {
	margin: 20px 0 0;
	text-align: center;
}

.rp-company-auth-login-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--rp-primary);
	text-decoration: none;
}

.rp-company-auth-login-link:hover,
.rp-company-auth-login-link:focus {
	color: #3d52c4;
	text-decoration: underline;
}

.rp-company-link-arrow {
	color: var(--rp-primary);
	font-weight: 700;
}

.rp-company-register-success-login {
	margin-top: 24px;
	padding-top: 8px;
}

.rp-company-verify-resend {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.rp-company-verify-resend .rp-btn {
	width: 100%;
}

.rp-company-login-card .rp-company-gate-intro {
	margin-bottom: 28px;
}

.rp-company-login-card .rp-company-gate-kicker,
.rp-company-register-card .rp-company-gate-kicker {
	font-size: 1.15rem;
	margin-bottom: 0;
}

.rp-company-register-page .rp-company-gate-inner,
.rp-company-register-inner {
	max-width: 720px;
}

.rp-company-register-card {
	text-align: left;
	padding: 32px 32px 36px;
}

.rp-company-register-card .rp-company-gate-intro {
	text-align: center;
	margin-bottom: 28px;
}

.rp-company-register-card .rp-company-gate-lead {
	margin: 0;
}

.rp-company-register-form {
	text-align: left;
}

.rp-company-register-form .rp-field {
	margin-bottom: 18px;
}

.rp-company-register-form .rp-field label {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	color: #1A202C;
	margin-bottom: 8px;
}

.rp-company-register-form .rp-form-section-title {
	margin: 28px 0 14px;
	font-size: 1rem;
	font-weight: 700;
	color: #1A202C;
}

.rp-company-register-form .rp-form-section-title:first-of-type {
	margin-top: 0;
}

.rp-company-register-form .rp-field-hint {
	font-size: 0.85rem;
	color: #1A202C;
	margin: 6px 0 0;
	font-style: italic;
}

.rp-company-register-form .rp-checkbox-label {
	font-size: 0.92rem;
	color: #1A202C;
	cursor: default;
}

.rp-company-register-form .rp-checkbox-label input {
	cursor: pointer;
}

.rp-company-register-form .rp-checkbox-label span {
	cursor: default;
}

.rp-company-register-form .rp-checkbox-label a {
	cursor: pointer;
}

.rp-company-register-form .rp-marketing-consent-field {
	margin-top: 4px;
}

.rp-company-register-form .rp-marketing-consent-field .rp-checkbox-label {
	font-weight: 400;
}

.rp-company-register-form .rp-marketing-consent-field .rp-field-hint {
	margin-top: 6px;
	margin-left: 28px;
	font-size: 0.85rem;
}

.rp-company-register-card .rp-company-login-footer {
	text-align: center;
}

.rp-company-login-form {
	text-align: left;
}

.rp-company-login-form .rp-field {
	margin-bottom: 18px;
}

.rp-company-login-form .rp-field label {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	color: #1A202C;
	margin-bottom: 8px;
}

.rp-company-login-error {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 10px;
	background: var(--rp-bg);
	color: #1A202C;
	font-size: 0.9rem;
	font-weight: 600;
}

.rp-company-login-forgot-wrap {
	margin: 12px 0 0;
	text-align: center;
}

.rp-company-login-forgot-link {
	color: #718096 !important;
	font-size: 0.82rem;
	font-weight: 500;
	text-decoration: none !important;
}

.rp-company-login-forgot-link:hover,
.rp-company-login-forgot-link:focus {
	color: #4A5568 !important;
	text-decoration: underline !important;
}

.rp-company-login-success-banner {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #EDF7ED;
	color: #1A202C;
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
}

.rp-company-login-error.rp-company-login-success {
	background: #EDF7ED;
}

.rp-forgot-success-hint {
	margin: 16px 0 0;
	padding: 0;
	background: none;
	border: none;
	color: #1A202C !important;
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}

.rp-forgot-error-hint {
	margin: 20px 0 0;
	padding: 0;
	background: none !important;
	border: none !important;
	color: #C53030 !important;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}

.rp-forgot-code-actions .rp-btn + .rp-btn {
	margin-top: 12px;
}

.rp-forgot-step[hidden] {
	display: none !important;
}

.rp-company-login-footer {
	margin: 24px 0 0;
	padding-top: 20px;
	border-top: 1px solid var(--rp-border);
	text-align: center;
	font-size: 0.9rem;
}

.rp-company-login-footer a {
	color: #1A202C !important;
	font-weight: 700;
	text-decoration: none !important;
}

.rp-company-login-footer a:hover {
	text-decoration: underline !important;
}

/* Tema-isolation: firma-login, gate og firma-opret — sort tekst, ingen røde rammer */
.rp-company-gate,
.rp-company-register-page,
.rp-company-gate *,
.rp-company-register-page * {
	box-sizing: border-box;
}

.rp-company-gate .rp-company-gate-kicker,
.rp-company-gate .rp-company-gate-lead,
.rp-company-gate .rp-company-gate-signup-text,
.rp-company-gate .rp-company-gate-signup-text strong,
.rp-company-gate .rp-company-login-form label,
.rp-company-gate .rp-company-register-form label,
.rp-company-gate .rp-company-register-form .rp-form-section-title,
.rp-company-gate .rp-company-register-form .rp-field-hint,
.rp-company-gate .rp-company-register-form .rp-checkbox-label,
.rp-company-gate .rp-company-register-form .rp-checkbox-label a,
.rp-company-gate .rp-company-login-footer,
.rp-company-gate .rp-company-login-footer a,
.rp-company-gate .rp-company-gate-benefits li {
	color: #1A202C !important;
}

.rp-company-gate .rp-company-gate-benefits li::before {
	color: #1A202C !important;
}

.rp-company-gate .rp-company-login-footer a:hover {
	color: #1A202C !important;
}

.rp-company-gate input,
.rp-company-gate input.rp-dash-input,
.rp-company-gate .rp-dash-input,
.rp-company-gate input[type="email"],
.rp-company-gate input[type="password"],
.rp-company-gate input[type="text"],
.rp-company-gate input[type="tel"],
.rp-company-gate input[type="number"],
.rp-company-gate input[type="file"] {
	border: 2px solid var(--rp-border) !important;
	background: #fff !important;
	color: #1A202C !important;
	box-shadow: none !important;
}

.rp-company-gate input:hover,
.rp-company-gate input.rp-dash-input:hover,
.rp-company-gate .rp-dash-input:hover {
	border-color: #c5cee0 !important;
}

.rp-company-gate input:focus,
.rp-company-gate input.rp-dash-input:focus,
.rp-company-gate .rp-dash-input:focus {
	border-color: var(--rp-border) !important;
	color: #1A202C !important;
	box-shadow: 0 0 0 3px var(--rp-accent-light) !important;
	outline: none !important;
}

.rp-company-gate input:invalid,
.rp-company-gate input.rp-dash-input:invalid,
.rp-company-gate .rp-dash-input:invalid,
.rp-company-gate input.rp-dash-input:invalid:not(:focus):not(:placeholder-shown) {
	border-color: var(--rp-border) !important;
	box-shadow: none !important;
}

.rp-company-gate button.rp-btn,
.rp-company-gate .rp-btn,
.rp-company-gate a.rp-btn,
.rp-company-gate button.rp-btn-primary,
.rp-company-gate a.rp-btn-primary,
.rp-company-gate button.rp-btn-secondary,
.rp-company-gate a.rp-btn-secondary {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	line-height: 1.3;
	text-decoration: none !important;
	box-shadow: none !important;
}

.rp-company-gate .rp-btn-primary,
.rp-company-gate button.rp-btn-primary,
.rp-company-gate a.rp-btn-primary,
.rp-company-gate .rp-btn-secondary,
.rp-company-gate button.rp-btn-secondary,
.rp-company-gate a.rp-btn-secondary {
	background: #fff !important;
	color: #1A202C !important;
	border: 2px solid #1A202C !important;
}

.rp-company-gate .rp-btn-primary:hover,
.rp-company-gate button.rp-btn-primary:hover,
.rp-company-gate a.rp-btn-primary:hover,
.rp-company-gate .rp-btn-secondary:hover,
.rp-company-gate button.rp-btn-secondary:hover,
.rp-company-gate a.rp-btn-secondary:hover {
	background: var(--rp-bg) !important;
	color: #1A202C !important;
	border-color: #1A202C !important;
}

.rp-company-gate.rp-company-forgot-password-page .rp-btn-primary,
.rp-company-gate.rp-company-forgot-password-page button.rp-btn-primary,
.rp-company-gate.rp-company-forgot-password-page a.rp-btn-primary {
	background: var(--rp-primary) !important;
	color: var(--rp-white) !important;
	border-color: var(--rp-primary) !important;
}

.rp-company-gate.rp-company-forgot-password-page .rp-btn-primary:hover,
.rp-company-gate.rp-company-forgot-password-page button.rp-btn-primary:hover,
.rp-company-gate.rp-company-forgot-password-page a.rp-btn-primary:hover {
	background: var(--rp-primary-hover) !important;
	border-color: var(--rp-primary-hover) !important;
	color: var(--rp-white) !important;
}

.rp-company-gate.rp-company-login-page:not(.rp-company-forgot-password-page) .rp-btn-primary,
.rp-company-gate.rp-company-login-page:not(.rp-company-forgot-password-page) button.rp-btn-primary,
.rp-company-gate.rp-company-login-page:not(.rp-company-forgot-password-page) a.rp-btn-primary {
	background: var(--rp-primary) !important;
	color: var(--rp-white) !important;
	border-color: var(--rp-primary) !important;
}

.rp-company-gate.rp-company-login-page:not(.rp-company-forgot-password-page) .rp-btn-primary:hover,
.rp-company-gate.rp-company-login-page:not(.rp-company-forgot-password-page) button.rp-btn-primary:hover,
.rp-company-gate.rp-company-login-page:not(.rp-company-forgot-password-page) a.rp-btn-primary:hover {
	background: var(--rp-primary-hover) !important;
	border-color: var(--rp-primary-hover) !important;
	color: var(--rp-white) !important;
}

.rp-company-gate.rp-company-register-page .rp-btn-primary,
.rp-company-gate.rp-company-register-page button.rp-btn-primary,
.rp-company-gate.rp-company-register-page a.rp-btn-primary {
	background: var(--rp-primary) !important;
	color: var(--rp-white) !important;
	border-color: var(--rp-primary) !important;
}

.rp-company-gate.rp-company-register-page .rp-btn-primary:hover,
.rp-company-gate.rp-company-register-page button.rp-btn-primary:hover,
.rp-company-gate.rp-company-register-page a.rp-btn-primary:hover {
	background: var(--rp-primary-hover) !important;
	border-color: var(--rp-primary-hover) !important;
	color: var(--rp-white) !important;
}

.rp-company-gate .rp-company-login-error {
	color: #1A202C !important;
	background: var(--rp-bg) !important;
	border: 1px solid var(--rp-border);
}

.rp-company-register-page {
	color: #1A202C !important;
}

.rp-company-register-page h1,
.rp-company-register-page h3,
.rp-company-register-page .rp-auth-lead,
.rp-company-register-page .rp-form-section-title,
.rp-company-register-page .rp-field label,
.rp-company-register-page .rp-field-hint,
.rp-company-register-page .rp-checkbox-label,
.rp-company-gate.rp-company-register-page .rp-company-register-form .rp-checkbox-label {
	cursor: default;
}

.rp-company-register-page .rp-checkbox-label input,
.rp-company-gate.rp-company-register-page .rp-company-register-form .rp-checkbox-label input {
	cursor: pointer;
}

.rp-company-register-page .rp-checkbox-label,
.rp-company-register-page .rp-checkbox-label span,
.rp-company-register-page .rp-auth-footer,
.rp-company-register-page .rp-auth-footer a,
.rp-company-register-page .rp-address-error {
	color: #1A202C !important;
}

.rp-company-register-page .rp-auth-footer a:hover {
	color: #1A202C !important;
}

.rp-company-register-page .rp-field input,
.rp-company-register-page .rp-field select,
.rp-company-register-page .rp-field textarea,
.rp-company-register-page .rp-field input[type="text"],
.rp-company-register-page .rp-field input[type="email"],
.rp-company-register-page .rp-field input[type="password"],
.rp-company-register-page .rp-field input[type="tel"],
.rp-company-register-page .rp-field input[type="number"],
.rp-company-register-page .rp-field input[type="file"] {
	border: 2px solid var(--rp-border) !important;
	background: #fff !important;
	color: #1A202C !important;
	box-shadow: none !important;
}

.rp-company-register-page .rp-field input:hover,
.rp-company-register-page .rp-field select:hover,
.rp-company-register-page .rp-field textarea:hover {
	border-color: #c5cee0 !important;
}

.rp-company-register-page .rp-field input:focus,
.rp-company-register-page .rp-field select:focus,
.rp-company-register-page .rp-field textarea:focus {
	border-color: var(--rp-border) !important;
	color: #1A202C !important;
	box-shadow: 0 0 0 3px var(--rp-accent-light) !important;
	outline: none !important;
}

.rp-company-register-page .rp-field input:invalid,
.rp-company-register-page .rp-field select:invalid,
.rp-company-register-page .rp-field textarea:invalid,
.rp-company-register-page .rp-field input:invalid:not(:focus):not(:placeholder-shown) {
	border-color: var(--rp-border) !important;
	box-shadow: none !important;
}

.rp-company-register-page button.rp-btn,
.rp-company-register-page .rp-btn {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	line-height: 1.3;
	text-decoration: none !important;
	box-shadow: none !important;
}

.rp-company-register-page .rp-btn-primary,
.rp-company-register-page button.rp-btn-primary {
	background: var(--rp-primary) !important;
	color: var(--rp-white) !important;
	border-color: var(--rp-primary) !important;
}

.rp-company-register-page .rp-btn-primary:hover,
.rp-company-register-page button.rp-btn-primary:hover {
	background: var(--rp-primary-hover) !important;
	color: var(--rp-white) !important;
	border-color: var(--rp-primary-hover) !important;
}

.rp-company-register-page .rp-checkbox-label a,
.rp-company-gate.rp-company-register-page .rp-company-register-form .rp-checkbox-label a {
	color: var(--rp-primary) !important;
	text-decoration: underline !important;
}

.rp-company-register-page .rp-checkbox-label a:hover,
.rp-company-gate.rp-company-register-page .rp-company-register-form .rp-checkbox-label a:hover {
	color: var(--rp-primary-hover) !important;
}

.rp-company-register-page #rp-register-error.rp-address-error {
	background: var(--rp-bg);
	border: 1px solid var(--rp-border);
	border-radius: 10px;
	padding: 12px 14px;
}

.rp-company-register-page .rp-field.rp-field-error > label,
.rp-company-register-page .rp-terms-field.rp-field-error .rp-checkbox-label,
.rp-company-register-page .rp-terms-field.rp-field-error .rp-checkbox-label span {
	color: #c53030 !important;
}

.rp-company-register-page .rp-field input.rp-input-error,
.rp-company-register-page .rp-field select.rp-input-error,
.rp-company-register-page .rp-field textarea.rp-input-error,
.rp-company-register-page .rp-field input.rp-input-error:hover,
.rp-company-register-page .rp-field input.rp-input-error:focus,
.rp-company-register-page .rp-field select.rp-input-error:hover,
.rp-company-register-page .rp-field select.rp-input-error:focus,
.rp-company-register-page .rp-field textarea.rp-input-error:hover,
.rp-company-register-page .rp-field textarea.rp-input-error:focus,
.rp-company-gate .rp-company-register-form input.rp-input-error,
.rp-company-gate .rp-company-register-form input.rp-input-error:hover,
.rp-company-gate .rp-company-register-form input.rp-input-error:focus,
.rp-company-gate .rp-company-register-form .rp-dash-input.rp-input-error,
.rp-company-gate .rp-company-register-form .rp-dash-input.rp-input-error:hover,
.rp-company-gate .rp-company-register-form .rp-dash-input.rp-input-error:focus {
	border-color: #e53e3e !important;
	box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.18) !important;
}

.rp-company-register-page .rp-terms-field.rp-field-error {
	border: 2px solid #e53e3e;
	border-radius: 10px;
	padding: 12px 14px;
	margin-bottom: 18px;
}

.rp-company-register-page #rp-register-error.rp-register-validation-error {
	background: #fff5f5;
	border: 1px solid #fc8181;
	color: #9b2c2c !important;
}

.rp-company-register-page .rp-address-field .dawa-autocomplete-suggestions {
	margin: 8px 0 0;
	padding: 0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(26, 32, 44, 0.14);
	border: 1px solid var(--rp-border);
	position: absolute;
	left: 0;
	width: 100%;
	max-width: none;
	z-index: 1000;
	max-height: 260px;
	overflow-y: auto;
	list-style: none;
}

.rp-company-register-page .rp-address-field .dawa-autocomplete-suggestion {
	padding: 14px 18px;
	cursor: pointer;
	font-weight: 600;
	color: var(--rp-navy);
}

.rp-company-register-page .rp-address-field .dawa-autocomplete-suggestion.dawa-selected,
.rp-company-register-page .rp-address-field .dawa-autocomplete-suggestion:hover {
	background: var(--rp-primary);
	color: #fff !important;
}

.rp-company-register-logo-preview {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.rp-company-register-logo-preview .rp-dash-logo-preview {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--rp-border);
	display: block;
	flex-shrink: 0;
}

.rp-company-register-page .rp-dash-logo-remove,
.rp-company-register-page .rp-dash-logo-remove:hover,
.rp-company-register-page .rp-dash-logo-remove:focus,
.rp-company-register-page .rp-dash-logo-remove:active {
	color: var(--rp-primary) !important;
	background: transparent !important;
}

.rp-company-register-page .rp-dash-logo-remove:hover,
.rp-company-register-page .rp-dash-logo-remove:focus {
	color: var(--rp-primary-hover) !important;
}

@media (max-width: 540px) {
	.rp-company-gate {
		padding: 16px 16px 32px;
	}

	.rp-company-gate-card {
		padding: 22px 18px 24px;
	}

	.rp-company-register-card {
		padding: 22px 18px 28px;
	}
}

/* Platform dashboard */
.rp-dash-platform .rp-dash-platform-badge {
	display: inline-block;
	margin-left: 12px;
	padding: 4px 10px;
	border-radius: 999px;
	background: var(--rp-accent-light);
	color: var(--rp-primary);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.rp-dash-admin-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--rp-accent-light);
	color: var(--rp-primary);
}

.rp-dash-filters {
	margin-bottom: 24px;
}

.rp-dash-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: flex-end;
}

.rp-dash-filter-row label span {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--rp-navy);
	margin-bottom: 6px;
}

.rp-dash-filter-row select,
.rp-dash-filter-row input[type="text"] {
	min-height: 42px;
	padding: 8px 12px;
	border: 2px solid var(--rp-border) !important;
	border-radius: 10px;
	background: #fff;
	font-size: 0.9rem;
	min-width: 140px;
}

.rp-dash-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 20px;
}

.rp-dash-form-grid label span {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--rp-navy);
	margin-bottom: 6px;
}

.rp-dash-form-grid input:not(.rp-dash-input):not(.rp-dash-file-input),
.rp-dash-form-grid textarea:not(.rp-dash-input),
.rp-dash-form-grid select:not(.rp-dash-input) {
	width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	border: 2px solid var(--rp-border) !important;
	border-radius: 10px;
	background: #fff;
	font-size: 0.9rem;
	box-sizing: border-box;
}

.rp-dash-field-hint {
	margin: 6px 0 0;
	font-size: 0.82rem;
	color: var(--rp-text);
	font-style: italic;
}

.rp-dash-file-input {
	width: 100%;
	padding: 12px 14px;
	border: 2px dashed var(--rp-border) !important;
	border-radius: 10px;
	background: #fff !important;
	font-size: 0.9rem;
	box-sizing: border-box;
	cursor: pointer;
}

.rp-dash-file-input:hover {
	border-color: var(--rp-primary) !important;
	background: var(--rp-accent-light) !important;
}

.rp-dash-form-full {
	grid-column: 1 / -1;
}

.rp-dash-form-actions {
	margin-top: 20px;
}

.rp-dash-table-wrap {
	overflow-x: auto;
	margin-top: 20px;
}

.rp-dash-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.rp-dash-table th,
.rp-dash-table td {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid var(--rp-border);
	font-size: 0.9rem;
	vertical-align: top;
}

.rp-dash-table th {
	background: #fafafa;
	color: var(--rp-navy);
	font-weight: 700;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rp-dash-table tr:last-child td {
	border-bottom: none;
}

.rp-dash-muted {
	color: var(--rp-text);
	font-size: 0.82rem;
}

.rp-dash-empty {
	text-align: center;
	color: var(--rp-text);
	padding: 32px 16px !important;
}

.rp-dash-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rp-dash-region-list,
.rp-dash-finance-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rp-dash-region-list li,
.rp-dash-finance-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid var(--rp-border);
}

.rp-dash-region-list li:last-child,
.rp-dash-finance-list li:last-child {
	border-bottom: none;
}

.rp-dash-notice {
	padding: 14px 18px;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 0.9rem;
	font-weight: 600;
}

.rp-dash-notice-ok {
	background: var(--rp-success-bg);
	color: var(--rp-success-text);
}

.rp-dash-notice-err,
.rp-dash-notice-warn {
	background: #fff5f5;
	color: #c53030;
	border: 1px solid #feb2b2;
}

.rp-dash-notice-warn a {
	color: var(--rp-primary) !important;
	font-weight: 700;
}

.rp-dash-link-arrow {
	margin-left: 4px;
	font-weight: 700;
}

.rp-dash-settings-form .rp-dash-card {
	margin-bottom: 20px;
}

.rp-dash-account-password-form {
	margin-bottom: 28px;
}

.rp-dash-account-password-actions {
	margin-top: 8px;
}

.rp-dash-account-delete-zone {
	margin-top: 8px;
	padding-top: 24px;
	border-top: 1px solid #e8edf5;
}

.rp-dash-account-delete-title {
	display: block;
	margin-bottom: 6px;
	font-size: 1rem;
}

.rp-dash-account-delete-blocked {
	margin-top: 12px;
}

.rp-settings-nav-section {
	scroll-margin-top: 24px;
}

.rp-dash-notification-toggle-row {
	align-items: flex-start;
	border-bottom: none;
	padding-top: 4px;
}

.rp-dash-notification-toggle-row .rp-dash-field-hint {
	margin: 4px 0 0;
}

.rp-dash-settings-divider {
	margin: 28px 0 20px;
	border-top: 1px solid var(--rp-border);
}

.rp-dash-billing-required-note {
	margin: 0 0 16px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #ebf4ff;
	border: 1px solid #bee3f8;
	font-size: 0.88rem;
	font-weight: 600;
	color: #2c5282;
	line-height: 1.45;
}

.rp-dash-billing-same {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--rp-navy);
	cursor: pointer;
}

.rp-dash-billing-same input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--rp-primary);
	cursor: pointer;
}

.rp-dash-billing-field-warn {
	margin: 8px 0 0;
	padding: 8px 10px;
	border-radius: 8px;
	background: #fffaf0;
	border: 1px solid #fbd38d;
	font-size: 0.82rem;
	font-weight: 600;
	color: #9c4221;
	line-height: 1.4;
}

.rp-dash-list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.rp-dash-list-header-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.rp-btn-sm {
	padding: 8px 16px !important;
	font-size: 0.85rem !important;
}

.rp-dash-table-clickable .rp-dash-row-link {
	cursor: pointer;
	transition: background 0.15s;
}

.rp-dash-table-clickable .rp-dash-row-link:hover,
.rp-dash-table-clickable .rp-dash-row-link:focus {
	background: var(--rp-accent-light);
	outline: none;
}

.rp-dash-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.rp-dash-modal[hidden] {
	display: none !important;
}

.rp-dash-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
}

.rp-dash-modal-dialog {
	position: relative;
	width: min(720px, 100%);
	max-height: 90vh;
	overflow: auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.rp-dash-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid var(--rp-border);
}

.rp-dash-modal-title {
	margin: 0;
	font-size: 1.25rem;
	color: var(--rp-navy);
}

.rp-dash-close-btn,
.rp-dash .rp-dash-close-btn,
.rp-dash-modal-close {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	padding: 0 !important;
	margin: 0;
	border: none !important;
	border-radius: 2px;
	background: transparent !important;
	color: #000 !important;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	box-shadow: none !important;
}

.rp-dash-close-btn__icon {
	width: 10px;
	height: 10px;
	display: block;
	flex-shrink: 0;
}

.rp-dash-close-btn:hover,
.rp-dash .rp-dash-close-btn:hover,
.rp-dash-modal-close:hover {
	background: var(--rp-accent-light) !important;
	color: var(--rp-primary) !important;
}

.rp-dash-close-btn:focus-visible,
.rp-dash .rp-dash-close-btn:focus-visible,
.rp-dash-modal-close:focus-visible {
	outline: 1px solid var(--rp-primary);
	outline-offset: -1px;
}

.rp-dash-modal-body {
	padding: 24px;
}

.rp-dash-modal-body a,
.rp-dash-modal-body a:visited {
	color: var(--rp-primary) !important;
	font-weight: 700;
}

.rp-dash-modal-body a:hover,
.rp-dash-modal-body a:focus {
	color: var(--rp-primary-hover) !important;
}

.rp-dash-modal-footer {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid var(--rp-border);
}

.rp-dash-modal .rp-dash-btn,
.rp-dash-modal .rp-dash-btn-save {
	background: var(--rp-primary) !important;
	border: none !important;
	color: #fff !important;
	box-shadow: none !important;
}

.rp-dash-modal .rp-dash-btn:hover,
.rp-dash-modal .rp-dash-btn-save:hover {
	background: var(--rp-primary-hover) !important;
	color: #fff !important;
}

.rp-dash-modal .rp-dash-btn.rp-dash-btn-secondary,
.rp-dash-modal .rp-dash-btn-secondary {
	background: #fff !important;
	color: var(--rp-primary) !important;
	border: 2px solid var(--rp-primary) !important;
	box-shadow: none !important;
}

.rp-dash-modal .rp-dash-btn.rp-dash-btn-secondary:hover,
.rp-dash-modal .rp-dash-btn-secondary:hover {
	background: var(--rp-accent-light) !important;
	color: var(--rp-primary) !important;
}

.rp-dash-modal .rp-dash-btn.rp-dash-btn-outline,
.rp-dash-modal .rp-dash-btn-outline {
	background: transparent !important;
	color: var(--rp-primary) !important;
	border: 2px solid var(--rp-primary) !important;
	box-shadow: none !important;
}

.rp-dash-modal .rp-dash-btn.rp-dash-btn-outline:hover,
.rp-dash-modal .rp-dash-btn-outline:hover {
	background: var(--rp-accent-light) !important;
	color: var(--rp-primary) !important;
}

.rp-dash-modal button {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
	line-height: 1.3;
}

.rp-dash-confirm-modal-dialog .rp-dash-modal-body > p:empty,
.rp-dash-confirm-modal-dialog .rp-dash-modal-body > p[hidden] {
	display: none;
	margin: 0;
}

.rp-dash-confirm-modal-dialog .rp-dash-modal-body > p[hidden] + .rp-dash-modal-footer {
	margin-top: 0;
}

.rp-dash-section-title {
	margin: 20px 0 12px;
	font-size: 1rem;
	color: var(--rp-navy);
}

.rp-dash-section-title:first-child {
	margin-top: 0;
}

body.rp-dash-modal-open {
	overflow: hidden;
}

.rp-dash-back-link {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--rp-primary) !important;
	font-weight: 700;
	font-size: 0.9rem;
}

.rp-dash-detail-header {
	margin-bottom: 24px;
}

.rp-dash-detail-head-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.rp-dash-detail-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rp-dash-checkbox-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
	min-height: 44px;
}

.rp-dash-checkbox-label input {
	width: auto;
}

.rp-btn-danger {
	background: #c53030 !important;
	color: #fff !important;
}

.rp-btn-danger:hover {
	background: #9b2c2c !important;
}

.rp-dash-logo-preview {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 12px;
}

.rp-dash-logo-preview img {
	max-height: 48px;
	border-radius: 8px;
}

.rp-dash-locations-stack {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rp-platform-test-emails {
	margin-top: 0;
}

.rp-platform-test-email-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 12px 16px;
	margin-bottom: 18px;
}

.rp-platform-test-email-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: min(100%, 320px);
	flex: 1 1 280px;
}

.rp-platform-test-email-field span {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--rp-navy);
}

.rp-platform-test-email-table td {
	vertical-align: top;
}

.rp-platform-test-email-desc {
	display: block;
	margin-top: 4px;
	font-size: 0.88rem;
	font-weight: 500;
	color: #718096;
}

.rp-platform-test-email-action {
	width: 1%;
	white-space: nowrap;
	text-align: right;
}

.rp-platform-test-emails .rp-dash-btn,
.rp-platform-test-emails button.rp-dash-btn {
	display: inline-block;
	padding: 12px 22px;
	border: none !important;
	border-radius: 999px;
	background: var(--rp-primary) !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: none !important;
}

.rp-platform-test-emails .rp-dash-btn:hover,
.rp-platform-test-emails button.rp-dash-btn:hover {
	background: var(--rp-primary-hover) !important;
	color: #fff !important;
}

.rp-platform-test-email-btn.rp-dash-btn {
	padding: 10px 18px;
	font-size: 0.85rem;
}

/* DEV: midlertidige betalingstestknapper på platform-firmasiden */
.rp-platform-payment-test-tools {
	border: 2px dashed #fdba74;
	background: linear-gradient(135deg, #fffaf5 0%, #fff7ed 100%);
}

.rp-platform-payment-test-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rp-platform-payment-test-btn {
	background: #fff !important;
	color: #9a3412 !important;
	border: 1px solid #fdba74 !important;
	box-shadow: none !important;
}

.rp-platform-payment-test-btn:hover {
	background: #ffedd5 !important;
	color: #7c2d12 !important;
}

.rp-platform-mail-logo-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
	gap: 20px;
	align-items: start;
	margin-bottom: 20px;
	padding: 20px 24px;
	border: 2px solid var(--rp-border);
	border-radius: 12px;
	background: #fff;
}

.rp-platform-mail-logo-preview {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	min-height: 64px;
}

.rp-platform-mail-logo-preview img {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 64px;
	object-fit: contain;
}

.rp-platform-mail-logo-placeholder {
	font-size: 0.78rem;
	font-weight: 600;
	color: #a0aec0;
	text-align: right;
	padding: 8px 0;
}

.rp-platform-mail-logo-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rp-platform-mail-logo-upload span {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--rp-navy);
	margin-bottom: 8px;
}

.rp-platform-mail-logo-note {
	margin: 0;
}

@media (max-width: 720px) {
	.rp-platform-mail-logo-row {
		grid-template-columns: 1fr;
	}
}

.rp-platform-mail-color-input {
	width: 100%;
	min-height: 46px;
	padding: 4px;
	border: 2px solid var(--rp-border);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.rp-platform-custom-mail-audiences {
	display: grid;
	gap: 12px;
}

.rp-platform-custom-mail-audience {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	cursor: pointer;
}

.rp-platform-custom-mail-audience:has(input:checked) {
	border-color: #4e67eb;
	background: #f8faff;
}

.rp-platform-custom-mail-audience input {
	margin: 0;
}

.rp-platform-custom-mail-audience-label {
	font-weight: 700;
	color: #1a202c;
}

.rp-platform-custom-mail-audience-desc {
	color: #718096;
	font-size: 13px;
}

.rp-platform-custom-mail-recipient-count {
	margin: 16px 0 0;
	font-weight: 600;
	color: #4e67eb;
}

.rp-platform-custom-mail-subject {
	display: block;
	margin-bottom: 16px;
}

.rp-platform-custom-mail-options {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 20px;
}

.rp-platform-custom-mail-option {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rp-platform-custom-mail-blocks {
	display: grid;
	gap: 16px;
}

.rp-platform-custom-mail-block {
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fafbfc;
}

.rp-platform-custom-mail-block-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 12px;
}

.rp-platform-custom-mail-block-toolbar label {
	flex: 1 1 220px;
}

.rp-platform-custom-mail-button-fields {
	display: grid;
	gap: 12px;
}

.rp-platform-custom-mail-image-fields {
	display: grid;
	gap: 12px;
}

.rp-platform-custom-mail-image-preview {
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.rp-platform-custom-mail-image-preview-img {
	display: inline-block;
	max-width: 100%;
	max-height: 220px;
	width: auto;
	height: auto;
	border-radius: 8px;
}

.rp-platform-custom-mail-image-upload span {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.rp-platform-custom-mail-image-upload input {
	display: none;
}

.rp-platform-custom-mail-block-actions {
	margin-top: 12px;
}

.rp-platform-custom-mail-preview {
	margin-top: 16px;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #f7f7f7;
	overflow: auto;
}

.rp-platform-custom-mail-send-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
}

.rp-platform-custom-mail-send-toolbar .rp-platform-test-email-field {
	flex: 1 1 260px;
}

@media (max-width: 720px) {
	.rp-platform-custom-mail-send-toolbar {
		flex-direction: column;
		align-items: stretch;
	}
}

.rp-dash-company-detail .rp-dash-form-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin: 24px 0;
}

@media (max-width: 900px) {
	.rp-dash-form-grid { grid-template-columns: 1fr; }
	.rp-dash-filter-row { flex-direction: column; align-items: stretch; }
	.rp-dash-list-header { flex-direction: column; align-items: flex-start; }
}

.rp-invoice-page .rp-invoice-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.rp-invoice-toolbar-start {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.rp-invoice-toolbar-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.rp-invoice-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.rp-invoice-page .rp-invoice-toolbar-actions .rp-btn,
.rp-invoice-page .rp-invoice-toolbar-actions button.rp-btn {
	border-radius: 999px;
}

.rp-invoice-download-icon {
	flex: 0 0 auto;
}

.rp-invoice-page-public .rp-invoice-toolbar-public {
	margin-bottom: 24px;
}

.rp-invoice-page-public .rp-invoice-download-btn,
.rp-invoice-page-public button.rp-btn-primary {
	appearance: none;
	-webkit-appearance: none;
	background: #4E67EB !important;
	border: 2px solid #4E67EB !important;
	color: #fff !important;
	border-radius: 999px;
	box-shadow: none !important;
	font-family: inherit;
	line-height: 1.3;
}

.rp-invoice-page-public .rp-invoice-download-btn:hover,
.rp-invoice-page-public button.rp-btn-primary:hover {
	background: #3D56D9 !important;
	border-color: #3D56D9 !important;
	color: #fff !important;
}

body.rp-invoice-pdf-export {
	background: #fff !important;
}

body.rp-invoice-pdf-export .rp-dash-notice,
body.rp-invoice-pdf-export .rp-invoice-toolbar {
	visibility: hidden;
}

body.rp-invoice-pdf-export .rp-invoice-page,
body.rp-invoice-pdf-export .rp-invoice-page-public,
body.rp-invoice-pdf-export .rp-dash-tilbud-detail {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	background: #fff !important;
}

body.rp-invoice-pdf-export {
	font-size: 16px !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero {
	width: 100% !important;
	max-width: none !important;
	border: none !important;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	background: #fff !important;
	margin: 0 !important;
	padding: 48px 20px !important;
	font-size: 11pt !important;
	line-height: 1.45 !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-meta,
body.rp-invoice-pdf-export .rp-invoice-dinero-brand-tagline {
	font-size: 11pt !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-brand-name {
	font-size: 1.75rem !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-title {
	font-size: 1.65rem !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-table {
	font-size: 10pt !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-summary-row {
	font-size: 0.95rem !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-buyer-foot,
body.rp-invoice-pdf-export .rp-invoice-dinero-payment {
	font-size: 10pt !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-header {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-recipient {
	flex: 1 1 300px !important;
	max-width: 50% !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-brand {
	margin-left: auto !important;
	text-align: right !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-brand-row {
	justify-content: flex-end !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-meta {
	display: flex !important;
	justify-content: space-between !important;
	align-items: baseline !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-table-wrap {
	overflow: visible !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-table,
body.rp-invoice-pdf-export .rp-invoice-dinero-table th,
body.rp-invoice-pdf-export .rp-invoice-dinero-table td {
	overflow: visible !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-desc,
body.rp-invoice-pdf-export .rp-invoice-dinero-th-desc {
	overflow: visible !important;
	word-break: break-word;
}

#rp-invoice-pdf-sandbox,
#rp-invoice-pdf-sandbox .rp-invoice-dinero {
	overflow: visible !important;
}

body.rp-invoice-pdf-export .rp-invoice-dinero-table tbody tr,
body.rp-invoice-pdf-export .rp-invoice-dinero-table tbody tr:nth-child(even),
body.rp-invoice-pdf-export .rp-invoice-dinero-table tbody tr:nth-child(odd),
body.rp-invoice-pdf-export .rp-invoice-dinero-table td,
body.rp-invoice-pdf-export .rp-invoice-dinero-table th {
	background: #fff !important;
	background-color: #fff !important;
}

.rp-invoice-dinero {
	background: #fff;
	border: 1px solid var(--rp-border);
	border-radius: 12px;
	padding: 48px 56px;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.45;
}

.rp-invoice-dinero-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 56px;
}

.rp-invoice-dinero-recipient {
	flex: 1 1 300px;
	max-width: 50%;
}

.rp-invoice-dinero-recipient p {
	margin: 0 0 4px;
	line-height: 1.4;
}

.rp-invoice-dinero-recipient-name {
	font-weight: 700;
	margin-bottom: 4px !important;
}

.rp-invoice-dinero-brand {
	flex: 0 1 auto;
	margin-left: auto;
	text-align: right;
}

.rp-invoice-dinero-brand-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	margin-bottom: 8px;
}

.rp-invoice-dinero-gate-logo {
	display: block;
	width: auto;
	height: auto;
	max-height: 56px;
	max-width: 220px;
	object-fit: contain;
}

.rp-invoice-dinero-brand-name {
	margin: 0;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.rp-invoice-dinero-brand-dark {
	color: var(--rp-navy);
}

.rp-invoice-dinero-brand-tld {
	color: var(--rp-primary);
}

.rp-invoice-dinero-brand-tagline {
	margin: 0;
	font-size: 11pt;
	font-weight: 400;
	color: #111;
}

.rp-invoice-dinero-meta {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 24px;
	margin-bottom: 48px;
	font-size: 11pt;
}

.rp-invoice-dinero-meta strong {
	font-weight: 700;
}

.rp-invoice-dinero-summary {
	min-width: 240px;
	max-width: 300px;
	margin: 0 0 24px auto;
	padding-bottom: 10px;
	border-bottom: 3px solid #111;
}

.rp-invoice-dinero-rule {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	margin: 0 0 28px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #111;
	background: none;
	overflow: visible;
}

.rp-invoice-dinero-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 24px;
	padding: 6px 0;
	font-size: 0.95rem;
}

.rp-invoice-dinero-summary-row strong {
	font-weight: 700;
	white-space: nowrap;
}

.rp-invoice-dinero-summary-total {
	font-weight: 700;
}

.rp-invoice-dinero-title {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 3px solid #111;
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.2;
}

.rp-invoice-dinero-table-wrap {
	overflow-x: auto;
	margin-top: 20px;
	margin-bottom: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #111;
}

.rp-invoice-dinero-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 10pt;
}

.rp-invoice-dinero-table th,
.rp-invoice-dinero-table td {
	padding: 6px 0;
	border: 0;
	text-align: left;
	vertical-align: top;
	background: #fff;
}

.rp-invoice-dinero-table tbody tr {
	background: #fff;
}

.rp-invoice-dinero-table thead th {
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #111;
}

.rp-invoice-dinero-th-desc,
.rp-invoice-dinero-desc {
	width: 50%;
	text-align: left;
}

.rp-invoice-dinero-th-qty,
.rp-invoice-dinero-qty {
	width: 11%;
	text-align: right;
	white-space: nowrap;
}

.rp-invoice-dinero-th-unit,
.rp-invoice-dinero-unit {
	width: 11%;
	text-align: right;
	white-space: nowrap;
}

.rp-invoice-dinero-th-price,
.rp-invoice-dinero-price {
	width: 14%;
	text-align: right;
	white-space: nowrap;
}

.rp-invoice-dinero-th-total,
.rp-invoice-dinero-total {
	width: 14%;
	text-align: right;
	white-space: nowrap;
}

.rp-invoice-dinero-desc {
	white-space: pre-line;
	padding-right: 24px;
}

.rp-invoice-dinero-buyer-foot {
	margin: 0 0 40px;
	font-size: 10pt;
	line-height: 1.55;
	text-align: center;
}

.rp-invoice-dinero-buyer-foot p {
	margin: 0 0 6px;
}

.rp-invoice-dinero-buyer-foot strong {
	font-weight: 700;
}

.rp-invoice-dinero-payment {
	margin: 0;
	font-size: 10pt;
	line-height: 1.55;
}

.rp-invoice-dinero-payment strong {
	font-weight: 700;
}

.rp-invoice-dinero-system-note {
	margin: 20px 0 0;
	font-size: 0.82rem;
	color: #718096;
}

.rp-dash-link-strong {
	color: var(--rp-primary);
	font-weight: 700;
	text-decoration: none;
}

.rp-dash-link-strong:hover {
	text-decoration: underline;
}

@media print {
	@page {
		size: A4;
		margin: 15mm;
	}

	html.rp-page-dashboard-html,
	html.rp-page-dashboard-html body,
	body.rp-page-dashboard,
	body.rp-page-dashboard-canvas {
		overflow: visible !important;
		height: auto !important;
		width: 100% !important;
		position: static !important;
		background: #fff !important;
	}

	.rp-dash-header,
	.rp-dash-sidebar,
	.rp-invoice-toolbar,
	.rp-dash-alert-banner,
	.rp-dash-platform-badge {
		display: none !important;
	}

	.rp-dash {
		position: static !important;
		inset: auto !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		background: #fff !important;
	}

	.rp-dash-layout {
		display: block !important;
		overflow: visible !important;
		background: #fff !important;
	}

	.rp-dash-main,
	.rp-dash-content,
	.rp-dash-tilbud-detail,
	.rp-invoice-page {
		overflow: visible !important;
		height: auto !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		background: #fff !important;
		border: 0 !important;
		border-radius: 0 !important;
	}

	.rp-invoice-dinero {
		width: 100% !important;
		max-width: none !important;
		border: 0 !important;
		border-radius: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
		box-shadow: none !important;
	}

	.rp-invoice-dinero-header {
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
	}

	.rp-invoice-dinero-recipient {
		max-width: 50% !important;
	}

	.rp-invoice-dinero-brand {
		text-align: right !important;
	}

	.rp-invoice-dinero-brand-row {
		justify-content: flex-end !important;
	}

	.rp-invoice-dinero-meta-row {
		display: flex !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
	}

	.rp-invoice-dinero-table-wrap {
		overflow: visible !important;
	}

	.rp-invoice-dinero-gate-logo {
		max-height: 48px;
		max-width: 200px;
	}

	.rp-invoice-dinero-system-note {
		display: none !important;
	}
}

@media (max-width: 900px) {
	.rp-invoice-dinero {
		padding: 24px;
	}

	body.rp-invoice-pdf-export .rp-invoice-dinero {
		padding: 48px 20px !important;
	}

	.rp-invoice-dinero-header {
		flex-direction: column;
		margin-bottom: 36px;
	}

	body.rp-invoice-pdf-export .rp-invoice-dinero-header {
		flex-direction: row !important;
		margin-bottom: 56px !important;
	}

	.rp-invoice-dinero-recipient {
		max-width: none;
	}

	body.rp-invoice-pdf-export .rp-invoice-dinero-recipient {
		max-width: 50% !important;
	}

	.rp-invoice-dinero-brand {
		margin-left: 0;
		text-align: left;
	}

	body.rp-invoice-pdf-export .rp-invoice-dinero-brand {
		margin-left: auto !important;
		text-align: right !important;
	}

	.rp-invoice-dinero-brand-row {
		justify-content: flex-start;
	}

	body.rp-invoice-pdf-export .rp-invoice-dinero-brand-row {
		justify-content: flex-end !important;
	}

	.rp-invoice-dinero-meta {
		margin-bottom: 32px;
	}

	.rp-invoice-dinero-summary {
		margin-left: 0;
		max-width: none;
	}
}

.rp-dash-list-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
	flex-wrap: wrap;
}

.rp-dash-list-pagination-meta {
	color: #64748b;
	font-size: 0.9rem;
}

.rp-dash-won-archive-toggle {
	margin-bottom: 12px;
}

.rp-privacy-consent-field {
	margin-top: 16px;
}

.rp-checkbox-label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 0.95rem;
	line-height: 1.45;
}

.rp-customer-privacy-footer {
	margin-top: auto;
	padding: 72px 16px 48px;
	text-align: center;
}

.rp-customer-privacy-footer-text {
	margin: 0;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	color: #1a202c;
	font-size: 0.68rem;
	line-height: 1.5;
}

.rp-customer-privacy-link {
	display: inline;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.rp-customer-privacy-link.is-busy {
	cursor: default;
	opacity: 0.6;
}

.rp-customer-privacy-msg {
	margin: 8px auto 0;
	max-width: 680px;
	font-size: 0.68rem;
	line-height: 1.4;
}

.rp-customer-privacy-msg.is-ok {
	color: #166534;
}

.rp-customer-privacy-msg.is-err {
	color: #b91c1c;
}

body.rp-page-privacy-policy {
	background: #F7F7F7;
}

body.rp-page-privacy-policy .site-title,
body.rp-page-privacy-policy .site-branding,
body.rp-page-privacy-policy .site-header,
body.rp-page-privacy-policy .wp-block-site-title,
body.rp-page-privacy-policy .entry-title,
body.rp-page-privacy-policy .page-title,
body.rp-page-privacy-policy .wp-block-post-title,
body.rp-page-privacy-policy h1.entry-title,
body.rp-page-privacy-policy .page-header {
	display: none !important;
}

.rp-privacy-policy-page {
	max-width: 820px;
	margin: 0 auto;
	padding: 24px 16px 48px;
}

.rp-privacy-policy-card {
	padding: 28px 24px;
}

.rp-privacy-policy-title,
.rp-privacy-policy-page-title {
	margin: 0 0 20px;
	font-size: 1.75rem;
	line-height: 1.25;
}

.rp-privacy-policy-content {
	color: #1e293b;
	font-size: 1rem;
	line-height: 1.6;
}

.rp-privacy-policy-content h2,
.rp-privacy-policy-content h3,
.rp-privacy-policy-content .rp-privacy-policy-section-title {
	margin: 1.6em 0 0.75em;
	line-height: 1.3;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--rp-navy);
}

.rp-privacy-policy-content h2:first-child,
.rp-privacy-policy-content .rp-privacy-policy-section-title:first-child {
	margin-top: 0;
}

.rp-privacy-policy-content h2:first-child,
.rp-privacy-policy-content h3:first-child {
	margin-top: 0;
}

.rp-privacy-policy-content ul {
	margin: 0.5em 0 1em;
	padding-left: 1.4em;
}

.rp-privacy-policy-meta {
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid #e2e8f0;
	color: #64748b;
	font-size: 0.92rem;
	line-height: 1.5;
}

.rp-privacy-policy-meta p {
	margin: 0;
}

.rp-privacy-policy-meta p + p {
	margin-top: 4px;
}

.rp-privacy-policy-content-plain,
.rp-dash-textarea-plain {
	white-space: pre-wrap;
}

.rp-dash-textarea-tall {
	min-height: 360px;
	font-family: inherit;
	line-height: 1.5;
}

#rp-platform-privacy-policy .rp-dash-form-full,
#rp-platform-trade-terms .rp-dash-form-full,
#rp-platform-customer-terms .rp-dash-form-full {
	display: block;
	width: 100%;
	max-width: 100%;
}

#rp-platform-privacy-policy .rp-dash-form-full > span,
#rp-platform-trade-terms .rp-dash-form-full > span,
#rp-platform-customer-terms .rp-dash-form-full > span {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--rp-navy);
	margin-bottom: 8px;
}

#rp-platform-privacy-policy .rp-dash-textarea-tall,
#rp-platform-trade-terms .rp-dash-textarea-tall,
#rp-platform-customer-terms .rp-dash-textarea-tall {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 420px;
	resize: vertical;
}

.rp-dash-card-spaced {
	margin-top: 20px;
}

.rp-dash-card-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.rp-dash-card-header-row .rp-dash-card-title {
	margin: 0;
}

.rp-dash-link {
	color: #4e67eb;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
}

.rp-dash-link:hover,
.rp-dash-link:focus {
	text-decoration: underline;
}

.rp-won-bid-settings .rp-dash-lead {
	margin-bottom: 20px;
}

.rp-won-bid-settings-fields > .rp-dash-card + .rp-dash-card {
	margin-top: 16px;
}

.rp-won-bid-preview-card {
	margin-top: 20px;
}

.rp-won-bid-preview {
	padding: 18px 20px;
	border-radius: 12px;
	background: #f7fafc;
	border: 1px solid #e2e8f0;
}

.rp-won-bid-preview-title {
	display: block;
	margin: 0 0 12px;
	font-size: 1.05rem;
	color: #1a202c;
}

.rp-won-bid-preview-message {
	margin: 0 0 10px;
	color: #4a5568;
	line-height: 1.55;
}

.rp-won-bid-contact-block {
	margin: 14px 0 0;
	padding-top: 14px;
	border-top: 1px solid #e2e8f0;
}

.rp-won-bid-contact-heading {
	margin: 0 0 10px;
	color: #1a202c;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.rp-won-bid-contact-line {
	margin: 0 0 6px;
	color: #4a5568;
	line-height: 1.5;
	font-size: 0.95rem;
}

.rp-won-bid-contact-line:last-child {
	margin-bottom: 0;
}

.rp-won-bid-contact-label {
	font-weight: 700;
	color: #1a202c;
	margin-right: 6px;
}

.rp-won-bid-hours-grid {
	margin-top: 12px;
}

.rp-won-bid-phone-hours-slot {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e2e8f0;
}

.rp-won-bid-phone-hours-slot:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.rp-won-bid-phone-hours-slot-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.rp-won-bid-phone-hours-slot-label {
	margin-top: 0;
}

.rp-won-bid-phone-hours-add {
	margin-top: 16px;
}

.rp-won-bid-show-contact-details-row {
	margin-top: 18px;
}

.rp-won-bid-contact-field {
	margin: 0 0 16px;
}

.rp-won-bid-contact-field label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.rp-won-bid-phone-hours-active #rp-won-bid-show-email-row {
	margin-top: 20px;
}

.rp-customer-won-followup-card {
	margin-top: 20px;
}

.rp-customer-won-followup-title {
	margin: 0 0 12px;
	font-size: 1.25rem;
	color: #1a202c;
}

.rp-customer-won-followup-message {
	margin: 0 0 10px;
	color: #4a5568;
	line-height: 1.55;
}

.rp-dash-stripe-card {
	margin-top: 16px;
}

.rp-dash-stripe-card-status {
	margin: 12px 0;
}

.rp-dash-stripe-card-label {
	margin: 0;
}

.rp-dash-stripe-element {
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #fff;
	margin-top: 12px;
}

.rp-dash-stripe-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 16px;
}

.rp-dash-stripe-auto {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 8px;
}

.rp-dash-stripe-auto-desc {
	display: block;
	margin-top: 4px;
}

.rp-dash-stripe-error {
	color: #b91c1c;
}

.rp-dash-payment-mode {
	margin: 16px 0 20px;
}

.rp-dash-payment-mode-label {
	margin: 0 0 10px;
	font-weight: 600;
	color: #1a202c;
}

.rp-dash-payment-mode-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.rp-dash-payment-mode-option {
	display: block;
	cursor: pointer;
}

.rp-dash-payment-mode-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.rp-dash-payment-mode-option-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	height: 100%;
	padding: 14px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.rp-dash-payment-mode-option.is-active .rp-dash-payment-mode-option-body,
.rp-dash-payment-mode-option input:focus-visible + .rp-dash-payment-mode-option-body {
	border-color: #4E67EB;
	box-shadow: 0 0 0 1px #4E67EB;
}

.rp-dash-payment-details-title {
	margin: 0 0 8px;
	font-size: 1rem;
	color: #1a202c;
}

.rp-dash-stripe-card-inner {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e7eb;
}

/* —— Payment card visual —— */
.rp-payment-card {
	position: relative;
	width: min(100%, 340px);
	aspect-ratio: 1.586 / 1;
	padding: 22px 24px 20px;
	border-radius: 16px;
	color: #fff;
	overflow: hidden;
	box-shadow:
		0 10px 28px rgba(15, 23, 42, 0.18),
		0 2px 6px rgba(15, 23, 42, 0.08);
	isolation: isolate;
}

.rp-payment-card__shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%);
	pointer-events: none;
}

.rp-payment-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 28px;
}

.rp-payment-card__chip {
	width: 42px;
	height: 30px;
	border-radius: 6px;
	background: linear-gradient(145deg, #f3e7c3 0%, #d4af67 55%, #c49a47 100%);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
	flex-shrink: 0;
}

.rp-payment-card__brand {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 28px;
}

.rp-payment-card__brand-svg {
	display: block;
	height: 18px;
	width: auto;
}

.rp-payment-card__brand-mark--mastercard {
	display: inline-flex;
	align-items: center;
	position: relative;
	width: 44px;
	height: 28px;
}

.rp-payment-card__brand-mark--mastercard span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	transform: translateY(-50%);
	opacity: 0.95;
}

.rp-payment-card__brand-mark--mastercard span:first-child {
	left: 0;
	background: #eb001b;
}

.rp-payment-card__brand-mark--mastercard span:last-child {
	right: 0;
	background: #f79e1b;
}

.rp-payment-card__brand-text {
	font-weight: 800;
	font-size: 1.05rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.rp-payment-card__brand-text--visa {
	font-size: 1.45rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.rp-payment-card__brand-text--amex {
	font-size: 1.15rem;
}

.rp-payment-card__brand-text--discover {
	font-size: 0.82rem;
	letter-spacing: 0.08em;
}

.rp-payment-card__brand-text--diners,
.rp-payment-card__brand-text--jcb,
.rp-payment-card__brand-text--unionpay,
.rp-payment-card__brand-text--default {
	font-size: 0.9rem;
}

.rp-payment-card__number {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: clamp(1.05rem, 2.4vw, 1.35rem);
	letter-spacing: 0.12em;
	margin-bottom: 22px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.rp-payment-card__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
}

.rp-payment-card__exp-label {
	display: block;
	font-size: 0.62rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.78;
	margin-bottom: 2px;
}

.rp-payment-card__exp-value {
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.rp-payment-card__network {
	font-size: 0.75rem;
	font-weight: 600;
	opacity: 0.85;
	text-align: right;
}

.rp-payment-card--visa {
	background: linear-gradient(135deg, #1a1f71 0%, #2b4acb 52%, #1e3a8a 100%);
}

.rp-payment-card--visa .rp-payment-card__brand-svg--visa {
	color: #fff;
}

.rp-payment-card--mastercard {
	background: linear-gradient(135deg, #252525 0%, #3d3d3d 48%, #1a1a1a 100%);
}

.rp-payment-card--amex {
	background: linear-gradient(135deg, #006fcf 0%, #009cde 100%);
}

.rp-payment-card--discover {
	background: linear-gradient(135deg, #4a4a4a 0%, #ff6000 100%);
}

.rp-payment-card--diners {
	background: linear-gradient(135deg, #0079be 0%, #004165 100%);
}

.rp-payment-card--jcb {
	background: linear-gradient(135deg, #0b4ea2 0%, #cc0000 55%, #009933 100%);
}

.rp-payment-card--unionpay {
	background: linear-gradient(135deg, #012169 0%, #e21836 100%);
}

.rp-payment-card--default {
	background: linear-gradient(135deg, #334155 0%, #4e67eb 100%);
}

.rp-payment-card--empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	aspect-ratio: auto;
	min-height: 160px;
	padding: 28px 20px;
	border: 2px dashed #cbd5e1;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	color: #64748b;
	box-shadow: none;
}

.rp-payment-card--empty .rp-payment-card__empty-icon {
	color: #94a3b8;
}

.rp-payment-card--empty .rp-payment-card__empty-text {
	margin: 0;
	font-size: 0.95rem;
	text-align: center;
}

.rp-dash-stripe-cards-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 24px;
	margin-bottom: 16px;
}

.rp-dash-stripe-card-slot {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rp-dash-stripe-card-role {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
}

.rp-payment-card--compact {
	width: min(100%, 240px);
	padding: 14px 16px;
	border-radius: 12px;
}

.rp-payment-card--compact .rp-payment-card__chip {
	width: 28px;
	height: 20px;
	border-radius: 4px;
}

.rp-payment-card--compact .rp-payment-card__brand-svg {
	height: 14px;
}

.rp-payment-card--compact .rp-payment-card__brand-mark--mastercard {
	width: 36px;
	height: 22px;
}

.rp-payment-card--compact .rp-payment-card__brand-mark--mastercard span {
	width: 20px;
	height: 20px;
}

.rp-payment-card--compact .rp-payment-card__brand-text {
	font-size: 0.82rem;
}

.rp-payment-card--compact .rp-payment-card__brand-text--visa {
	font-size: 1.05rem;
}

.rp-payment-card--compact .rp-payment-card__number {
	font-size: 0.92rem;
	letter-spacing: 0.1em;
	margin: 10px 0 8px;
}

.rp-payment-card--compact .rp-payment-card__exp-label {
	font-size: 0.52rem;
}

.rp-payment-card--compact .rp-payment-card__exp-value {
	font-size: 0.78rem;
}

.rp-payment-card--compact .rp-payment-card__network {
	font-size: 0.62rem;
}

.rp-payment-card--compact.rp-payment-card--empty {
	min-height: 132px;
	padding: 18px 14px;
}

.rp-payment-card--compact.rp-payment-card--empty .rp-payment-card__empty-text {
	font-size: 0.82rem;
}

.rp-dash-stripe-card-form {
	margin-top: 8px;
}

.rp-dash-stripe-form-target {
	margin: 0 0 10px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #334155;
}

.rp-dash-stripe-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.rp-dash-stripe-card-slot .rp-dash-stripe-actions {
	margin-top: 0;
}

@media (max-width: 720px) {
	.rp-dash-stripe-cards-grid {
		grid-template-columns: 1fr;
	}

	.rp-payment-card--compact {
		width: min(100%, 280px);
	}

	.rp-dash-payment-mode-options {
		grid-template-columns: 1fr;
	}
}
