/*
Theme Name: Envoq Salon
Theme URI: https://example.com/envoq-salon-wellness
Author: Envoq
Author URI: https://example.com
Description: A premium salon and wellness WordPress theme for hair, skin, spa, grooming, bridal, and beauty services.
Version: 1.0.57
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: envoq-salon-wellness
Tags: custom-background, featured-images, one-column, responsive-layout
*/

.admin-bar .site-header {
  top: 32px;
}

.wp-site-blocks {
  min-height: 100vh;
}

.service-card h2 {
  margin: 0 0 14px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.18;
}

.service-card .entry-summary,
.service-card .entry-summary p {
  margin: 0;
  color: rgba(34, 32, 29, 0.72);
  line-height: 1.72;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
