.bym-search-bar .bym-search-service-list {
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	background: #fff;
	border: 1px solid #eadde7;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	max-height: 260px;
	overflow: auto;
}

.bym-search-bar .bym-search-service-list ul {
	list-style: none;
	margin: 0;
	padding: 0.35rem 0;
}

.bym-search-bar .bym-search-service-option {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	padding: 0.55rem 1rem;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.bym-search-bar .bym-search-service-option:hover,
.bym-search-bar .bym-search-service-option:focus {
	background: #fdf4f8;
}

.bym-search-bar .pos-form {
	position: relative;
}

.bym-search-results {
	margin-top: 1.5rem;
}

.bym-search-results-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	margin-bottom: 1rem;
}

.bym-search-results-summary,
.bym-search-results-count,
.bym-search-results-empty {
	margin: 0;
	color: var(--bym-muted, #7a7380);
}

.bym-search-results-summary {
	font-weight: 600;
	color: var(--bym-text, #2d2a32);
}

.bym-search-results-pagination {
	margin-top: 1.5rem;
}

.bym-search-results-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bym-search-results-pagination a,
.bym-search-results-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid #eadde7;
	border-radius: 8px;
	text-decoration: none;
}

.bym-search-results-pagination .current {
	background: #fff0f6;
	border-color: #e84a8a;
}

.bym-artist-search-page .bym-search-results {
	margin-top: 1.25rem;
}

.bym-search-results-form {
	max-width: 100%;
}

.bym-results-listingpro .lp-listings-inner-wrap {
	display: block;
}

.bym-lp-grid-card .bym-lp-card-age {
	display: block;
	margin-bottom: 0.35rem;
}
