.vtg-segment-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
	height: auto;
}

.vtg-segment-filter.vtg-layout-vertical {
	flex-direction: column;
	align-items: stretch;
}

.vtg-segment-filter.vtg-layout-horizontal,
.vtg-segment-filter.vtg-layout-inline {
	flex-direction: row;
	align-items: center;
}

.vtg-wsf-filter-label {
	font-weight: 600;
}

.vtg-segment-select {
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 100%;
	min-height: 44px;
	height: auto;
	padding: 0.5rem 2.25rem 0.5rem 0.75rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 0.4rem center;
	background-size: 1.25rem;
	font: inherit;
	line-height: 1.4;
}

.vtg-segment-filter.vtg-layout-horizontal .vtg-segment-select,
.vtg-segment-filter.vtg-layout-inline .vtg-segment-select {
	flex: 1 1 12rem;
	width: auto;
}

.vtg-apply-segment {
	box-sizing: border-box;
	flex: 0 0 auto;
	min-height: 44px;
	min-width: 6.5rem;
	padding: 0.5rem 1.25rem;
	border: none;
	border-radius: 4px;
	background: #176b87;
	color: #fff;
	font: inherit;
	cursor: pointer;
}

.vtg-apply-segment:hover {
	background: #0e4f68;
}

.vtg-segment-select:focus-visible,
.vtg-apply-segment:focus-visible {
	outline: 2px solid #176b87;
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.vtg-segment-filter.vtg-layout-horizontal,
	.vtg-segment-filter.vtg-layout-inline {
		flex-direction: column;
		align-items: stretch;
	}

	.vtg-segment-filter.vtg-layout-horizontal .vtg-segment-select,
	.vtg-segment-filter.vtg-layout-inline .vtg-segment-select,
	.vtg-apply-segment {
		flex: 0 0 auto;
		width: 100%;
	}
}
