/* Category rail */
#jedilnik-rail {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	cursor: grab;
	touch-action: pan-x;
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap !important;
	justify-content: flex-start !important;
	scroll-behavior: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
}

#jedilnik-rail::-webkit-scrollbar {
	width: 0;
	height: 0;
}

#jedilnik-rail > .elementor-widget-button {
	flex: 0 0 auto;
}

#jedilnik-rail .elementor-button {
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#jedilnik-rail .elementor-button[data-active="true"] {
	background-color: #1F3A2C !important;
	border-color: #1F3A2C !important;
	color: #F6F5EE !important;
}

#jedilnik-rail .elementor-button[data-active="true"] .elementor-button-text {
	color: #F6F5EE !important;
}

/* Price rows: name and price on one line, theme margins removed */
.elementor-page-12 .elementor-price-list {
	margin: 0;
	padding: 0;
}

.elementor-page-12 .elementor-price-list-item {
	padding: 13px 2px;
	margin: 0;
	border-bottom: 1px solid rgba( 31, 58, 44, 0.09 );
}

.elementor-page-12 .elementor-price-list-text {
	width: 100%;
}

.elementor-page-12 .elementor-price-list-header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 32px;
	margin: 0;
}

.elementor-page-12 .elementor-price-list-title,
.elementor-page-12 .elementor-price-list-price,
.elementor-page-12 .elementor-price-list-description {
	margin: 0;
}

.elementor-page-12 .elementor-price-list-title {
	flex: 1 1 auto;
}

.elementor-page-12 .elementor-price-list-price {
	flex: 0 0 auto;
	white-space: nowrap;
}

.elementor-page-12 .elementor-price-list-description {
	margin-top: 5px;
}
