.ef-es-services {
	margin: 16px 0;
	padding: 14px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
}

.ef-es-title {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.ef-es-service {
	margin-bottom: 10px;
}

.ef-es-service:last-of-type {
	margin-bottom: 0;
}

.ef-es-checkbox-label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: normal;
}

.ef-es-checkbox-label input[type="checkbox"] {
	margin: 0;
	flex-shrink: 0;
}

.ef-es-price {
	color: #2a7c3f;
	font-size: 0.85em;
	font-weight: 600;
}

.ef-es-price--free {
	color: #888;
	font-weight: normal;
}

.ef-es-dropdown-wrap {
	padding-left: 24px;
}

.ef-es-dropdown {
	width: 100%;
	max-width: 320px;
	margin-top: 4px;
}

.ef-es-summary {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid #e0e0e0;
	font-size: 0.95rem;
}

.ef-es-summary-amount {
	font-weight: 700;
	color: #2a7c3f;
}

.ef-beam-calc__total--has-extra {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.ef-es-beam-extra {
	padding: .5rem 1rem .75rem;
	background: var(--ef-green-light, #f0faf0);
	border: 1px solid var(--ef-green, #2c5f2e);
	border-top: none;
	border-radius: 0 0 var(--ef-r, 4px) var(--ef-r, 4px);
	font-size: .9rem;
	color: var(--ef-green, #2c5f2e);
	line-height: 1.6;
}

.ef-es-beam-extra__subtotal {
	opacity: .8;
}

.ef-es-beam-extra__service {
	opacity: .9;
}

.ef-es-beam-extra__grand {
	font-weight: 700;
	border-top: 1px solid var(--ef-green, #2c5f2e);
	margin-top: .25rem;
	padding-top: .25rem;
}

/* Felár nettó jegyzet (bruttó fő ár mellett) – halványabb, kisebb */
.ef-es-price-net {
	color: #777;
	font-weight: 400;
	white-space: nowrap;
}
