span.directorist-view-count {
    display: none !important;
} li.directorist-listing-card-posted-on {
    display: none !important;
}.theme-single-listing-bg-inner {
    max-height: 300px;
    overflow: hidden;
}

.theme-single-listing-bg-inner img.theme-single-listing-bg-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}.single-directorist-listing a.directorist-btn-add-review {
    display: none !important;
header.site-header {
  position: fixed;       /* Keep it visible and in front */
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: white;     /* Or your site’s primary header color */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* Optional: add a subtle shadow */
}
	body {
    background-color: #FDFBF8 !important;
}
	h1, h2, .section-title {
    font-family: 'ZingRust', sans-serif;
    color: #ff5f63;
    -webkit-text-stroke: 2px #2f43ff;
    text-shadow: 3px 3px 0px #2f43ff;
    letter-spacing: 1px;
}
	/* Directorist listing page background */
.single-at_biz_dir,
.single-at_biz_dir .site-content,
.single-at_biz_dir .content-area,
.single-at_biz_dir .directorist-single-wrapper {
  background-color: #F4F1F1 !important;
}

/* Give listing content more breathing room */
.single-at_biz_dir .directorist-single-wrapper {
  padding-top: 40px !important;
  padding-bottom: 60px !important;
}

/* Fix oversized headings inside listing descriptions */
.single-at_biz_dir .directorist-single-wrapper h1,
.single-at_biz_dir .directorist-single-wrapper h2,
.single-at_biz_dir .directorist-single-wrapper h3 {
  font-family: "DM Sans", Arial, sans-serif !important;
  color: #3540D1 !important;
  line-height: 1.2 !important;
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}

/* Specifically tame description headings */
.single-at_biz_dir .directorist-card__body h1,
.single-at_biz_dir .directorist-card__body h2 {
  font-size: 32px !important;
  line-height: 1.2 !important;
  margin: 0 0 18px 0 !important;
}

/* Improve paragraph spacing in descriptions */
.single-at_biz_dir .directorist-card__body p {
  font-size: 18px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  color: #2B2E5B !important;
}

/* Make the white info boxes feel cleaner */
.single-at_biz_dir .directorist-card,
.single-at_biz_dir .directorist-contact-owner-form,
.single-at_biz_dir .directorist-single-info {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

/* Add spacing between listing sections */
.single-at_biz_dir .directorist-card {
  margin-bottom: 32px !important;
}