#kt-scroll-up{
	  cursor: pointer;
}

/* === BBQ Hawks Design Polish === */

/* Equal-height recipe & playlist cards */
.wp-block-post-template {
	  align-items: stretch !important;
}
.wp-block-post-template .wp-block-group {
	  height: 100%;
	  display: flex;
	  flex-direction: column;
}

/* Clamp post excerpts to 2 lines */
.wp-block-post-excerpt p {
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}

/* Sticky header background on scroll */
.kadence-sticky-header.header-stuck .site-header-inner {
	  background-color: #ffffff !important;
	  box-shadow: 0 2px 12px rgba(0,0,0,0.10) !important;
}

/* === Logo overlay  badge drops into hero === */

/* Allow header to overflow so logo badge drops below */
.site-header,
.site-header-wrap,
.site-header-inner-wrap,
.site-main-header-wrap,
.site-header-row-container,
.site-header-row-container-inner,
.site-container,
.site-main-header-inner-wrap,
.site-branding,
.site-header-item,
.brand.has-logo-image {
	  overflow: visible !important;
}

/* Logo  width only, aspect ratio always preserved, never squishes */
img.custom-logo {
	  width: 140px !important;
	  height: auto !important;
	  max-width: 140px !important;
	  min-height: unset !important;
	  max-height: none !important;
	  position: relative !important;
	  top: 50px !important;
	  z-index: 100 !important;
	  object-fit: unset !important;
	  filter: drop-shadow(0 0 8px rgba(255,255,255,0.6)) drop-shadow(0 2px 14px rgba(0,0,0,0.6)) !important;
	  transition: transform 0.2s ease;
}

/* Sticky state  same size always, no squish */
.header-stuck img.custom-logo,
.kadence-sticky-header img.custom-logo,
.site-header.kadence-shrunk img.custom-logo {
	  width: 140px !important;
	  height: auto !important;
	  max-height: none !important;
	  top: 50px !important;
}

img.custom-logo:hover {
	  transform: scale(1.05) !important;
}

/* Hero sits below header z-order */
.wp-block-cover {
	  position: relative;
	  z-index: 1;
}
}
}
}
}
}
}
}
}
}
}