
/*No results info box*/
.ad-find-astrologer-fallback-message {
  margin: 0 0 24px 0;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(39, 177, 148, 0.10), rgba(39, 177, 148, 0.04));
  border: 1px solid rgba(39, 177, 148, 0.22);
  border-left: 4px solid #27B194;
  border-radius: 4px;
  color: #23443e;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.ad-find-astrologers-results-top {
	margin-bottom: 6px;
}
.ad-find-astrologers-results-inner p, .ad-find-astrologers-listing-count, .ad-find-astrologers-listing-page-status, .ad-pagination {
	font-size: 90%;
}
#ad-results-list {
	line-height: 1.3;
}
/*Pagination*/
.ad-pagination a {
	margin-right: 8px;
}


/*
.ad-find-astrologers-results-root {
	padding-top: 20px;
}
*/

/*Search filter buttons*/
.ad-find-astrologers-results-root .ad-find-astrologers-results-filters {
  margin-bottom: 14px;
}

.ad-find-astrologers-results-root .ad-results-filter {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  /*min-width: 190px;*/
}

.ad-find-astrologers-results-root .ad-results-filter .ad-select-display {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  min-width: 130px;
  padding: 0 14px;
  border: 1px solid #d7dbe3;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.ad-find-astrologers-results-root .ad-results-filter .ad-select-display:hover {
  background: #f7f9fc;
  border-color: #bfc7d6;
}

.ad-find-astrologers-results-root .ad-results-filter .ad-select-display:focus {
  outline: none;
  border-color: #7c8db5;
  box-shadow: 0 0 0 3px rgba(124, 141, 181, 0.16);
}

.ad-find-astrologers-results-root .ad-results-filter.is-active .ad-select-display {
  border-color: #7c8db5;
  background: #f7f9ff;
  box-shadow: 0 6px 18px rgba(26, 39, 68, 0.08);
}


/*Filter active colors*/
/* Approach */
.ad-find-astrologers-results-root .ad-results-filter[data-target="approach"].has-selection .ad-select-display {
    border-color: #8b7fc7;
    background: #faf8ff;
}

/* Readings */
.ad-find-astrologers-results-root .ad-results-filter[data-target="readings"].has-selection .ad-select-display {
    border-color: #7aaae0;
    background: #f0f6ff;
}

.ad-find-astrologers-results-root .ad-results-filter.has-selection .ad-filter-button-count {
	color: #334155;
}

/* Strengths */
.ad-find-astrologers-results-root .ad-results-filter[data-target="strengths"].has-selection .ad-select-display {
    border-color: #94a3b8;
    background: #f8fafc;
}



.ad-find-astrologers-results-root .ad-results-filter .ad-filter-button-text {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.ad-find-astrologers-results-root .ad-results-filter .ad-filter-button-label {
  font-weight: 600;
  color: #1f2430;
}

.ad-find-astrologers-results-root .ad-results-filter .ad-filter-button-count {
  font-weight: 600;
  color: #6b5bb3;
}

.ad-find-astrologers-results-root .ad-results-filter .ad-filter-chevron {
  flex: 0 0 auto;
  font-size: 12px;
  color: #6c7586;
  transition: transform 0.18s ease, color 0.18s ease;
}

.ad-find-astrologers-results-root .ad-results-filter.is-active .ad-filter-chevron {
  transform: rotate(180deg);
  color: #3f4b63;
}

.ad-find-astrologers-results-root .ad-results-filter .ad-select-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  min-width: 240px;
  max-width: 320px;
  max-height: 320px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #d9deea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(20, 29, 48, 0.14);
}

.ad-find-astrologers-results-root .ad-results-filter .ad-select-dropdown label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.ad-find-astrologers-results-root .ad-results-filter .ad-select-dropdown label:hover {
  background: #f6f8fc;
}

/*
.ad-find-astrologers-results-root .ad-results-filter .ad-select-dropdown label.checked {
  background: #f4f1ff;
}
*/

.ad-find-astrologers-results-root .ad-results-filter .ad-tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f5f9;
  color: #3d4657;
  font-size: 12px;
  line-height: 1;
}

.ad-find-astrologers-results-root .ad-results-filter .ad-selected-tags {
  display: none;
}


/*******************************/
/****Result cards start here****/
.ad-find-astrologers-card {
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #6d6df824;
	padding: 17px;
}


/*Result item header*/
.ad-find-astrologers-result-header {
	display:flex;
	align-items:center;
	gap:10px;
	margin-bottom:2px;
}
.ad-find-astrologers-result-header b {
	vertical-align: middle;
}

.ad-find-astrologers-avatar {
	width:34px;
	height:34px;
	border-radius:50%;
	object-fit:cover;
	margin-right: 5px;
}

/*Rating*/
.ad-find-astrologer-rating {
	margin-left: auto;
}
.ad-find-astrologer-rating .ad-astrologer-header-score, .ad-find-astrologer-rating .ad-astrologer-review-count {
	color: var(--GC-COLOR--LINK);
	font-size: 73%;
}
.ad-find-astrologer-rating .ad-astrologer-header-score:hover {
	color: #2424f5;
}


/*Location*/
.ad-astrologer-location::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 6px;
	content: "\f3c5";
	color: #91919D;
}
.ad-astrologer-location-desktop {
	float: right;
	font-size: 16px;
}
.ad-astrologer-location-mobile {
	display: none;
}


/******Badges******/
.ad-badge-row-label {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 600;  
  margin-right: 5px;  
}

/*Badge wraps*/
.ad-reading-types-wrap, .ad-specialties-wrap, .ad-traditions-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 9px;
}

.ad-tradition-badge, .ad-reading-type-badge, .ad-specialty-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  margin-right: 1px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;  
}
.ad-tradition-badge {
	background: #ede9fe;
	color: #5b21b6;
	border: 1px solid #ddd6fe;
}
.ad-reading-type-badge {
	background: #eef4ff;
	color: #35507a;
	border: 1px solid #d7e6ff;
}
.ad-specialty-badge {
	background: #f8fafc;
	color: #334155;
	border: 1px solid #e2e8f0;
}

.ad-badges-more {
  /*display: inline-flex;*/
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.ad-badges-toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef2f7;
  color: #475569;
  border: 1px solid #d8dee8;
  white-space: nowrap;
}

.ad-badges-toggle::-webkit-details-marker {
  display: none;
}

.ad-badges-more[open] .ad-badges-toggle {
  display: none;
}

.ad-badge-hidden {
  margin: 0;
}


/*Description*/
.ad-find-astrologers-card p {
	margin-top: 15px;
	line-height: 1.4;
}

/*Card buttons*/
.ad-result-card-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/*Card Buttons*/
.ad-result-card-actions .ad-review-button, .ad-result-card-actions .ad-profile-button {
    display: inline-block;    
    padding: 10px 14px;
    border-radius: 5px;    
    font-size: 14px;    
}
.ad-result-card-actions .ad-profile-button {
	background: #6D6DF8;
    color: #fff;
}
.ad-find-astrologers-card .ad-profile-button:hover {
	background-color: #6B3CF6;
}
.ad-result-card-actions .ad-review-button {
	background: #fff;
    color: #494954;
	border: 1px solid #6d6df8;
}
.ad-find-astrologers-card .ad-review-button:hover {	
	border: 1px solid #9191FE;
	color: #6D6DF8;	
}





/* Mobile */
/*@media (max-width: 640px) {*/
@media (max-width: 764px) {

/*Results cards*/
.ad-find-astrologers-card {
	padding: 20px;
}

/*Result card header*/
.ad-find-astrologers-result-header {
	margin-bottom: 15px;
}

/*Location*/
.ad-astrologer-location-desktop {
	display: none;
}
.ad-astrologer-location-mobile {
	display: block;	
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 16px;
}

.ad-find-astrologer-fallback-message {
	border-radius: 0px;
}

/*Filters*/
.ad-find-astrologers-results-root .ad-find-astrologers-results-filters {
	text-align: center;
}
.ad-find-astrologers-results-root .ad-results-filter .ad-select-display {
	min-width: 118px;
}

/*Pagination etc meta*/
.ad-find-astrologers-listing-meta {
	padding-bottom: 8px;
}
.ad-find-astrologers-listing-meta, .ad-pagination {
	padding-left: 20px;
	padding-right: 20px;	
}


/*Badge wraps*/
.ad-reading-types-wrap, .ad-specialties-wrap, .ad-traditions-wrap {
	margin-bottom: 13px;
}

}