.qeepr-search-form-container {
	max-width: 90% !important;
}

.qeepr-search-results-container {
	max-width: 90% !important;
}

.qeepr-searchform {}

.qeepr-search-container-input {
	width: 100%;
}

.qeepr-search-container-input .search-label {
	width: 100%;
}

.qeepr-search-container-input .search-field {
	width: 100%;
	margin: 0 !important;
	height: 3em;
	padding: 6px 10px;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 15px;
	color: black;
}

.qeepr-search-container-filters {
	width: 100%;
	margin-top: 24px;
	float: left;
}

.qeepr-search-container-filter {
	display: inline-block;
	width: 33.33%;
}

.qeepr-search-lbl-filter {}

.qeepr-search-filter-text {
	padding-right: 5%;
	width: 15%;
	font-weight: normal;
	font-size: 15px;
	color: black;
}

.qeepr-search-filter {
	width: 77%;
	background: transparent;
	display: block;
	font-size: 15px;
	letter-spacing: -0.015em;
	margin: 0;
	height: 3em;
	padding: 6px 10px;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	border: 0.1rem solid #dcd7ca;
	color: black;
}

.qeeper-filter-last {
	width: 78%;
}

.qeepr-search-filter-options {}

.qeepr-search-filter-date-interval {}

.qeepr-search-filter-sort-by {}

/* Selectric plugin */
.qeepr-search-form-container .selectric-qeepr-search-filter {
	width: 77%;
	display: inline-block;
}

.qeepr-label-selectricfix {
	vertical-align: 30%;
}

.qeepr-search-form-container .selectric {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1000px) {
	.qeepr-search-form-container .selectric-qeepr-search-filter {
		width: 99%;
	}
}

.qeepr-search-submit-container {
	width: 100%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.qeepr-search-submit-container .search-submit {
	text-align: right;
	padding: 1.5em 2.5em;
}

.qeepr-search-results-container {
	text-align: center;
}

.qeepr-search-results-container a:hover {}

.qeepr-search-user-item {
	float: left;
	text-align: center;
	margin: 0 auto;
	padding-top: 1%;
	padding-bottom: 1%;
	min-height: 270px;
}

.qeepr-search-user-item-1:nth-child(1n + 1) {
	clear: left;
}

.qeepr-search-user-item-2:nth-child(2n + 1) {
	clear: left;
}

.qeepr-search-user-item-3:nth-child(3n + 1) {
	clear: left;
}

.qeepr-search-user-item-4:nth-child(4n + 1) {
	clear: left;
}

.qeepr-search-user-item-5:nth-child(5n + 1) {
	clear: left;
}

.qeepr-search-user-item-6:nth-child(6n + 1) {
	clear: left;
}

.qeepr-search-user-item-7:nth-child(7n + 1) {
	clear: left;
}

.qeepr-search-user-item-8:nth-child(8n + 1) {
	clear: left;
}

.qeepr-search-user-item-9:nth-child(9n + 1) {
	clear: left;
}

.qeepr-search-user-item-10:nth-child(10n + 1) {
	clear: left;
}

.qeepr-search-user-item-11:nth-child(11n + 1) {
	clear: left;
}

.qeepr-search-user-item-12:nth-child(12n + 1) {
	clear: left;
}

.qeepr-search-user-item-13:nth-child(13n + 1) {
	clear: left;
}

.qeepr-search-user-item-14:nth-child(14n + 1) {
	clear: left;
}

.qeepr-search-user-item-15:nth-child(15n + 1) {
	clear: left;
}

.qeepr-search-user-img {}

.qeepr-search-user-img a {}

.qeepr-search-user-img img {
	border: 3px solid #eee;
	border-radius: 50%;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
	height: auto;
	width: 95%;
	vertical-align: middle;
	width: 80%;
	display: inline-block !important;
}

.qeepr-search-user-name {
	padding-top: 10px;
}

.qeepr-search-user-name a {
	font-size: 17px;
}

.qeepr-search-user-name-event {
	padding-bottom: 4px;
	font-weight: bolder;
	font-size: 17px;

	a {
		text-decoration: none !important;
	}
}

.qeepr-search-event-name {
	font-size: 17px;
}

.qeepr-search-event-name a {
	font-size: 17px;
}

.qeepr-search-user-date {
	font-size: 17px;
}

.qeepr-search-event-name {
	font-size: 17px;
}

.qeepr-search-pagination {
	clear: both;
	margin-top: 20px;
}

.qeepr-no-results {}

.search-form {
	align-items: stretch;
	display: block !important;
}

.search-form label {
	display: block;
	width: 22%;
	float: left;
}

.aligned-center {
	text-align: center;
}

@media only screen and (max-width: 1000px) {
	.search-form label {
		width: 25%;
	}

	.qeepr-search-filter {
		width: 74%;
	}

	.qeeper-filter-last {
		width: 75%;
	}
}

@media only screen and (max-width: 815px) {
	.search-form label {
		width: 30%;
	}

	.qeepr-search-filter {
		width: 68%;
	}
}

@media only screen and (max-width: 688px) {
	.search-form label {
		width: 35%;
	}

	.qeepr-search-filter {
		width: 60%;
	}
}

@media only screen and (max-width: 599px) {
	.search-form label {
		width: 45%;
	}

	.qeepr-search-filter {
		width: 55%;
	}
}

@media only screen and (max-width: 500px) {
	.qeepr-search-container-filter {
		width: 100%;
	}

	.search-form label {
		width: 100%;
		text-align: left !important;
	}

	.qeepr-search-filter {
		width: 100%;
	}
}

/* Search form container */
.qeepr-search-form-container {
	margin-top: 20px;
}

/* Search input field */
.qeepr-search-container-input .search-field {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.qeepr-search-container-filter {
	position: relative;
	display: inline-block;
}

.qeepr-search-filter {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 25px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

.qeepr-search-container-filter:after {
	content: "\25BC";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) scaleX(2);
	pointer-events: none;
	color: #bbbbbb;
	font-size: 0.3em;
}

/* Submit button */
.qeepr-search-submit-container .search-submit {
	height: 60px;
	width: 132px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 0;
	transition: all 0.3s ease-out;
	padding: 0;
	margin-bottom: 15px;
}

.qeepr-search-user-item {
	width: 16% !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Search feature responsive styles */
@media only screen and (max-width: 1200px) {
	.search-form label {
		text-align: left;
		width: 100%;
	}

	.qeepr-search-filter {
		margin-top: 24px;
		width: 98%;
	}

	.qeeper-filter-last {
		width: 100%;
	}

	.qeepr-search-container-filter:after {
		top: 75%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.qeepr-search-user-item {
		width: 25% !important;
	}
}

@media only screen and (max-width: 767px) {
	.qeepr-search-user-item {
		width: 50% !important;
	}
}

/* Profile images */
.qeepr-search-user-item {
	min-height: 0;
	margin-bottom: 24px;
}

/* Display images in circle viewer */
.qeepr-search-user-img {
	width: 80%;
	padding-top: 80%;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

.qeepr-search-user-img img {
	border: 3px solid #eee;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.qeepr-search-user-item-4:nth-child(4n + 1) {
	clear: none;
}

/* SEARCH OPTIONS */

.search-options-toggle {
	padding-top: 50px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
}

.qeepr-search-container-filters {
	display: none;
}

.more-search-options {
	display: flex;
	align-items: center;
}

.more-search-options--icon {
	display: inline-block;
	transform: rotate(-90deg);
	margin-left: 8px;
	margin-top: 2px;
}

.less-search-options {
	display: none;
	width: 100%;
	padding-top: 12px;
}

.less-search-options--icon {
	display: inline-block;
	transform: rotate(90deg);
	margin-left: 8px;
	margin-top: 1px;
}

/* NEW STYLES */

.more-search-options {
	width: 100%;
}

/* Submit button */
.qeepr-search-submit-container .search-submit {
	color: white;
	background: #005aa6;
	border: none;
}

.qeepr-search-submit-container .search-submit:hover {
	background-color: #4978b1;
}

.qeepr-search-results-container {
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	.qeepr-search-filter {
		margin-top: 0;
		width: 98%;
	}
}

.qeepr-search-results-container {
	text-align: center;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}

.qeepr-search-pagination {
	clear: both;
	margin-top: 20px;
	width: 100%;
}

.qeepr-search-user-item {
	width: 20% !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Search feature responsive styles */
@media only screen and (max-width: 1200px) {
	.search-form label {
		text-align: left;
		width: 100%;
	}

	.qeepr-search-filter {
		margin-top: 0;
		width: 98%;
	}

	.qeeper-filter-last {
		width: 100%;
	}

	.qeepr-search-container-filter:after {
		top: 75%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.qeepr-search-user-item {
		width: 25% !important;
	}
}

@media only screen and (max-width: 767px) {
	.qeepr-search-user-item {
		width: 50% !important;
	}
}

.qeepr-search-pagination {
	clear: both;
	margin-top: 20px;
	width: 100%;
}

/* ==============================
   PROFILE CARD BUTTONS
   ============================== */

.qeepr-search-user-buttons {
	display: flex;
	gap: 8px;
	margin-top: 12px;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 5px;
}

.qeepr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background-color: #3b5a4e;
	transition: background-color 0.2s ease;
	white-space: nowrap;
	line-height: 1.2;
}

.qeepr-btn:hover {
	background-color: #2d4a3e;
	color: #fff;
	text-decoration: none;
}

.qeepr-btn:visited {
	color: #fff;
}

.qeepr-btn-flowers {
	gap: 4px;
}

.qeepr-search-submit-container .qeepr-btn {
	padding: 14px 28px;
	font-size: 15px;
	cursor: pointer;
	border: none;
}

/* Responsive: stack buttons on small cards */
@media only screen and (max-width: 767px) {
	.qeepr-search-user-buttons {
		flex-direction: column;
		align-items: center;
	}

	.qeepr-btn {
		width: 100%;
		max-width: 160px;
		text-align: center;
	}
}