/**
 * Frontend public styles — shortcodes & dashboard (CSS variables from settings).
 *
 * @package BuildingEngineerPro
 */

.bep-frontend-shell {
	display: block;
	clear: both;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--bep-fe-max-width, 960px);
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--bep-fe-space-top, 56px);
	margin-bottom: var(--bep-fe-space-bottom, 40px);
	padding-left: var(--bep-fe-space-left, 16px);
	padding-right: var(--bep-fe-space-right, 16px);
	font-family: var(--bep-fe-font-family, inherit);
	font-size: var(--bep-fe-font-size-base, 16px);
	font-weight: var(--bep-fe-weight-body, 400);
	color: var(--bep-fe-color-text, #333);
	line-height: 1.65;
}

.bep-frontend-shell *,
.bep-frontend-shell *::before,
.bep-frontend-shell *::after {
	box-sizing: border-box;
}

.bep-frontend-shell-inner {
	padding: var(--bep-fe-space-inner, 28px);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bep-frontend-shell a {
	color: var(--bep-fe-color-link, #2c5282);
}

.bep-frontend-shell h1,
.bep-frontend-shell h2,
.bep-frontend-shell h3,
.bep-frontend-shell .bep-fe-heading {
	font-family: var(--bep-fe-font-family, inherit);
	font-size: var(--bep-fe-font-size-heading, 28px);
	font-weight: var(--bep-fe-weight-heading, 700);
	color: var(--bep-fe-color-heading, #2c5282);
	line-height: 1.3;
	margin: 0 0 12px;
}

.bep-frontend-shell p,
.bep-frontend-shell li {
	font-size: var(--bep-fe-font-size-base, 16px);
	font-weight: var(--bep-fe-weight-body, 400);
	color: var(--bep-fe-color-text, #333);
}

.bep-frontend-shell .bep-fe-intro {
	margin: 0 0 24px;
	color: var(--bep-fe-color-text, #333);
	opacity: 0.92;
}

.bep-frontend-wrap {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.bep-frontend-wrap .bep-wizard {
	margin: 0;
}

.bep-frontend-dashboard {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.bep-frontend-dashboard .bep-fe-dashboard-header {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 3px solid var(--bep-fe-color-primary, #2c5282);
}

.bep-frontend-dashboard .bep-fe-dashboard-header h2 {
	margin: 0 0 8px;
	padding: 0;
	border: none;
}

.bep-guest-access-note {
	margin: 12px 0 0;
	padding: 12px 16px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(44, 82, 130, 0.08) 0%, rgba(74, 111, 165, 0.12) 100%);
	border: 1px solid rgba(44, 82, 130, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	color: var(--bep-fe-color-heading, #2c5282);
	font-size: calc(var(--bep-fe-font-size-base, 16px) - 1px);
	font-weight: var(--bep-fe-weight-label, 600);
}

.bep-guest-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
}

.bep-guest-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 20px;
	border: 1px solid rgba(44, 82, 130, 0.22);
	border-radius: 10px;
	background: linear-gradient(180deg, #ffffff 0%, #eef3f9 100%);
	color: var(--bep-fe-color-heading, #2c5282);
	font-size: var(--bep-fe-font-size-label, 14px);
	font-weight: var(--bep-fe-weight-label, 600);
	cursor: pointer;
	box-shadow: 0 2px 0 rgba(44, 82, 130, 0.12), 0 4px 12px rgba(44, 82, 130, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.bep-guest-btn:hover,
.bep-guest-btn:focus {
	transform: translateY(-2px);
	border-color: var(--bep-fe-color-accent, #4a6fa5);
	box-shadow: 0 4px 0 rgba(44, 82, 130, 0.14), 0 10px 22px rgba(44, 82, 130, 0.16), inset 0 1px 0 rgba(255, 255, 255, 1);
	outline: none;
}

.bep-guest-btn-primary {
	background: linear-gradient(180deg, var(--bep-fe-color-primary, #2c5282) 0%, var(--bep-fe-color-accent, #4a6fa5) 100%);
	border-color: rgba(20, 45, 75, 0.45);
	color: #fff;
	box-shadow: 0 3px 0 rgba(20, 45, 75, 0.35), 0 8px 20px rgba(44, 82, 130, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.bep-guest-btn-primary:hover,
.bep-guest-btn-primary:focus {
	box-shadow: 0 4px 0 rgba(20, 45, 75, 0.38), 0 12px 26px rgba(44, 82, 130, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.bep-guest-view[hidden] {
	display: none !important;
}

.bep-guest-section-title {
	margin: 0 0 8px;
	font-size: calc(var(--bep-fe-font-size-heading, 28px) - 2px);
	color: var(--bep-fe-color-heading, #2c5282);
	letter-spacing: -0.02em;
}

.bep-guest-calc-section {
	margin-bottom: 28px;
}

.bep-guest-calc-section > h4 {
	margin: 0 0 18px;
	padding-bottom: 10px;
	font-size: calc(var(--bep-fe-font-size-base, 16px) + 2px);
	color: var(--bep-fe-color-heading, #2c5282);
	border-bottom: 2px solid rgba(44, 82, 130, 0.12);
}

.bep-guest-calc-groups {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.bep-guest-calc-group {
	padding: 18px 18px 20px;
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 247, 252, 0.88) 100%);
	border: 1px solid rgba(44, 82, 130, 0.1);
	box-shadow: 0 8px 24px rgba(44, 82, 130, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.bep-guest-calc-group-header {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(44, 82, 130, 0.1);
}

.bep-guest-calc-group-title {
	margin: 0;
	padding-left: 14px;
	font-size: calc(var(--bep-fe-font-size-base, 16px) + 3px);
	font-weight: var(--bep-fe-weight-heading, 700);
	color: var(--bep-fe-color-heading, #2c5282);
	border-left: 4px solid var(--bep-fe-color-primary, #2c5282);
	letter-spacing: 0.01em;
}

/* Unified responsive calculator grid */
.bep-frontend-shell .bep-guest-calc-grid-host,
.bep-frontend-shell .bep-guest-calc-grid-unified {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-auto-flow: row;
	gap: 18px;
	width: 100%;
	max-width: 100%;
	align-items: stretch;
}

.bep-frontend-shell .bep-guest-calc-group-heading {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 10px 0 2px;
	padding: 12px 16px;
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(44, 82, 130, 0.1) 0%, rgba(44, 82, 130, 0.03) 100%);
	border: 1px solid rgba(44, 82, 130, 0.12);
	font-size: calc(var(--bep-fe-font-size-base, 16px) + 2px);
	font-weight: var(--bep-fe-weight-heading, 700);
	color: var(--bep-fe-color-heading, #2c5282);
	letter-spacing: 0.01em;
	width: 100%;
	box-sizing: border-box;
}

.bep-frontend-shell .bep-guest-calc-group-heading::before {
	content: "";
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bep-fe-color-primary, #2c5282);
	box-shadow: 0 0 0 4px rgba(44, 82, 130, 0.12);
}

.bep-frontend-shell .bep-guest-calc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 248px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	border: 1px solid rgba(44, 82, 130, 0.16);
	border-radius: 16px;
	background:
		radial-gradient(circle at 100% 0%, var(--bep-calc-accent-soft, #4a6fa5) 0%, transparent 42%),
		linear-gradient(165deg, #ffffff 0%, var(--bep-calc-accent-bg, #f6f9fc) 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.98) inset,
		0 12px 28px rgba(44, 82, 130, 0.1),
		0 3px 0 rgba(44, 82, 130, 0.08);
	cursor: pointer;
	isolation: isolate;
	box-sizing: border-box;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bep-frontend-shell .bep-guest-calc-card:focus {
	outline: 2px solid var(--bep-fe-color-primary, #2c5282);
	outline-offset: 2px;
}

.bep-guest-calc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 248px;
	padding: 0;
	overflow: hidden;
	text-align: left;
	border: 1px solid rgba(44, 82, 130, 0.16);
	border-radius: 16px;
	background:
		radial-gradient(circle at 100% 0%, var(--bep-calc-accent-soft, #4a6fa5) 0%, transparent 42%),
		linear-gradient(165deg, #ffffff 0%, var(--bep-calc-accent-bg, #f6f9fc) 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.98) inset,
		0 12px 28px rgba(44, 82, 130, 0.1),
		0 3px 0 rgba(44, 82, 130, 0.08);
	cursor: pointer;
	isolation: isolate;
	box-sizing: border-box;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bep-guest-calc-card-accent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, var(--bep-calc-accent, #2c5282) 0%, var(--bep-calc-accent-soft, #4a6fa5) 55%, rgba(255, 255, 255, 0.45) 100%);
	opacity: 0.98;
	z-index: 2;
}

.bep-guest-calc-card-glow {
	position: absolute;
	top: -30%;
	right: -20%;
	width: 62%;
	height: 62%;
	border-radius: 50%;
	background: radial-gradient(circle, var(--bep-calc-accent-soft, #4a6fa5) 0%, transparent 72%);
	opacity: 0.16;
	pointer-events: none;
	z-index: 0;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.bep-guest-calc-card-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	height: 100%;
	min-height: 248px;
	padding: 20px 18px 16px;
	box-sizing: border-box;
}

.bep-guest-calc-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.bep-guest-calc-icon {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: linear-gradient(145deg, var(--bep-calc-accent-soft, #4a6fa5) 0%, var(--bep-calc-accent, #2c5282) 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow:
		0 8px 18px rgba(44, 82, 130, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.32),
		inset 0 -3px 0 rgba(0, 0, 0, 0.14);
}

.bep-guest-calc-category {
	display: inline-flex;
	align-items: center;
	max-width: 58%;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(44, 82, 130, 0.12);
	color: var(--bep-calc-accent, #2c5282);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: right;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.bep-guest-calc-card:hover .bep-guest-calc-card-glow,
.bep-guest-calc-card:focus .bep-guest-calc-card-glow {
	opacity: 0.28;
	transform: scale(1.08);
}

.bep-guest-calc-icon-glyph {
	font-size: 22px;
	line-height: 1;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.bep-guest-calc-icon-code {
	margin-top: 2px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.92);
}

.bep-guest-calc-card:hover,
.bep-guest-calc-card:focus {
	transform: translateY(-4px);
	border-color: var(--bep-calc-accent, #2c5282);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 16px 34px rgba(44, 82, 130, 0.16),
		0 4px 0 var(--bep-calc-accent-soft, #4a6fa5);
	outline: none;
}

.bep-guest-calc-card:active {
	transform: translateY(-1px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 8px 18px rgba(44, 82, 130, 0.12),
		0 2px 0 var(--bep-calc-accent-soft, #4a6fa5);
}

.bep-guest-calc-badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, #fff7e6 0%, #ffe8b3 100%);
	border: 1px solid #f0c56d;
	color: #8a5a00;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.bep-guest-calc-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 1 auto;
	padding: 12px 0 4px;
	border-top: 1px solid rgba(44, 82, 130, 0.08);
	border-bottom: 1px solid rgba(44, 82, 130, 0.08);
}

.bep-guest-calc-title {
	display: block;
	width: 100%;
	font-size: calc(var(--bep-fe-font-size-base, 16px) + 2px);
	font-weight: var(--bep-fe-weight-heading, 700);
	color: var(--bep-fe-color-heading, #2c5282);
	line-height: 1.35;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.bep-guest-calc-desc {
	display: block;
	width: 100%;
	font-size: calc(var(--bep-fe-font-size-base, 16px) - 1px);
	color: var(--bep-fe-color-text, #333);
	line-height: 1.55;
	opacity: 0.88;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}

.bep-guest-calc-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: auto;
	padding: 11px 16px;
	border-radius: 10px;
	background: linear-gradient(180deg, var(--bep-calc-accent-soft, #4a6fa5) 0%, var(--bep-calc-accent, #2c5282) 100%);
	border: 1px solid rgba(20, 45, 75, 0.25);
	box-shadow: 0 3px 0 rgba(20, 45, 75, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	color: #fff;
	font-size: var(--bep-fe-font-size-label, 14px);
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.bep-guest-calc-card:hover .bep-guest-calc-action,
.bep-guest-calc-card:focus .bep-guest-calc-action {
	box-shadow: 0 4px 0 rgba(20, 45, 75, 0.32), 0 6px 14px rgba(44, 82, 130, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.bep-guest-calc-action-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	font-size: 14px;
	line-height: 1;
	transition: transform 0.18s ease;
}

.bep-guest-calc-card:hover .bep-guest-calc-action-arrow,
.bep-guest-calc-card:focus .bep-guest-calc-action-arrow {
	transform: translateX(3px);
}

/* Category accent palettes */
.bep-calc-cat-loads {
	--bep-calc-accent: #2563eb;
	--bep-calc-accent-soft: #60a5fa;
	--bep-calc-accent-bg: #eef4ff;
}

.bep-calc-cat-structural {
	--bep-calc-accent: #1d4ed8;
	--bep-calc-accent-soft: #3b82f6;
	--bep-calc-accent-bg: #edf3ff;
}

.bep-calc-cat-quantities {
	--bep-calc-accent: #0f766e;
	--bep-calc-accent-soft: #14b8a6;
	--bep-calc-accent-bg: #ecfdf8;
}

.bep-calc-cat-basement {
	--bep-calc-accent: #6d28d9;
	--bep-calc-accent-soft: #8b5cf6;
	--bep-calc-accent-bg: #f5f0ff;
}

.bep-calc-cat-planning {
	--bep-calc-accent: #c2410c;
	--bep-calc-accent-soft: #f97316;
	--bep-calc-accent-bg: #fff7ed;
}

.bep-calc-cat-cost {
	--bep-calc-accent: #047857;
	--bep-calc-accent-soft: #10b981;
	--bep-calc-accent-bg: #ecfdf5;
}

.bep-guest-wizard-host .bep-wizard {
	margin-top: 8px;
}

.bep-guest-loading,
.bep-guest-error,
.bep-guest-empty {
	padding: 14px 16px;
	border-radius: 8px;
	background: #f0f4f8;
	border: 1px solid #dce1e8;
}

.bep-guest-error {
	background: #fff5f5;
	border-color: #f1c0c0;
	color: #8a1f1f;
}

.bep-dashboard-projects {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
}

.bep-dashboard-projects li {
	margin: 0;
}

.bep-dashboard-project {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 20px 22px;
	text-align: left;
	border: 1px solid rgba(44, 82, 130, 0.12);
	border-left: 5px solid var(--bep-fe-color-accent, #4a6fa5);
	border-radius: 14px;
	background: linear-gradient(160deg, #ffffff 0%, #f4f8fc 100%);
	box-shadow: 0 8px 22px rgba(44, 82, 130, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bep-dashboard-project:hover,
.bep-dashboard-project:focus {
	transform: translateY(-3px);
	border-color: var(--bep-fe-color-primary, #2c5282);
	box-shadow: 0 14px 30px rgba(44, 82, 130, 0.14), inset 0 1px 0 rgba(255, 255, 255, 1);
	outline: none;
}

.bep-dashboard-project-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(145deg, var(--bep-fe-color-accent, #4a6fa5) 0%, var(--bep-fe-color-primary, #2c5282) 100%);
	box-shadow: 0 6px 14px rgba(44, 82, 130, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.25);
	position: relative;
}

.bep-dashboard-project-icon::after {
	content: "";
	position: absolute;
	inset: 12px;
	border-radius: 4px;
	border: 2px solid rgba(255, 255, 255, 0.85);
}

.bep-dashboard-project-body {
	flex: 1 1 auto;
	min-width: 0;
}

.bep-dashboard-project-title {
	display: block;
	margin: 0 0 6px;
	font-size: calc(var(--bep-fe-font-size-base, 16px) + 2px);
	font-weight: var(--bep-fe-weight-label, 600);
	color: var(--bep-fe-color-heading, #2c5282);
}

.bep-dashboard-project-text {
	display: block;
	margin: 0;
	font-size: var(--bep-fe-font-size-base, 16px);
	color: var(--bep-fe-color-text, #333);
	line-height: 1.5;
}

.bep-dashboard-project-action {
	flex: 0 0 auto;
	padding: 10px 18px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--bep-fe-color-primary, #2c5282) 0%, var(--bep-fe-color-accent, #4a6fa5) 100%);
	border: 1px solid rgba(20, 45, 75, 0.25);
	box-shadow: 0 3px 0 rgba(20, 45, 75, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.bep-dashboard-project h3 {
	margin: 0 0 8px;
	font-size: calc(var(--bep-fe-font-size-base, 16px) + 2px);
	font-weight: var(--bep-fe-weight-label, 600);
	color: var(--bep-fe-color-heading, #2c5282);
}

.bep-dashboard-project p {
	margin: 0;
	font-size: var(--bep-fe-font-size-base, 16px);
	color: var(--bep-fe-color-text, #333);
}

.bep-frontend-shell .bep-field label {
	font-size: var(--bep-fe-font-size-label, 14px);
	font-weight: var(--bep-fe-weight-label, 600);
	color: var(--bep-fe-color-label, #1d2327);
}

.bep-frontend-shell .bep-tooltip {
	font-size: var(--bep-fe-font-size-help, 12px);
	background: var(--bep-fe-color-primary, #2c5282);
}

.bep-fe-hide-help .bep-tooltip {
	display: none !important;
}

.bep-frontend-shell .bep-wizard-header h2 {
	font-size: var(--bep-fe-font-size-heading, 28px);
	color: var(--bep-fe-color-heading, #2c5282);
	font-weight: var(--bep-fe-weight-heading, 700);
}

.bep-frontend-shell .bep-wizard-header p {
	font-size: var(--bep-fe-font-size-base, 16px);
	color: var(--bep-fe-color-text, #333);
}

.bep-frontend-message {
	padding: 16px 20px;
	border-radius: 8px;
	background: #f0f4f8;
	border: 1px solid #dce1e8;
	color: var(--bep-fe-color-text, #333);
}

@media (min-width: 560px) {
	.bep-frontend-shell .bep-guest-calc-grid-host,
	.bep-frontend-shell .bep-guest-calc-grid-unified {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bep-dashboard-projects {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	.bep-frontend-shell .bep-guest-calc-grid-host,
	.bep-frontend-shell .bep-guest-calc-grid-unified {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1180px) {
	.bep-frontend-shell .bep-guest-calc-grid-host,
	.bep-frontend-shell .bep-guest-calc-grid-unified {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.bep-frontend-shell {
		margin-top: max(var(--bep-fe-space-top, 56px), 32px);
		padding-left: max(var(--bep-fe-space-left, 16px), 8px);
		padding-right: max(var(--bep-fe-space-right, 16px), 8px);
	}

	.bep-frontend-shell-inner {
		padding: max(var(--bep-fe-space-inner, 28px), 16px);
	}

	.bep-guest-calc-card {
		min-height: 228px;
	}

	.bep-guest-calc-card-inner {
		min-height: 228px;
		padding: 16px 14px 14px;
	}

	.bep-guest-calc-category {
		max-width: 52%;
		font-size: 9px;
	}

	.bep-dashboard-project {
		flex-wrap: wrap;
		padding: 16px;
	}

	.bep-dashboard-project-action {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 420px) {
	.bep-guest-calc-card-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.bep-guest-calc-category {
		max-width: 100%;
		text-align: left;
	}

	.bep-guest-calc-action {
		padding: 10px 12px;
		font-size: 13px;
	}
}
