/*
Theme Name:     HealthyChild
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.loop-entry .entry-summary p {
    font-size:15px;
}
.page-id-28111 {
	
}
/*.kb-row-layout-wrap > .kt-row-column-wrap {
	max-width:1400px;
	padding: auto;
}
@media (max-width: 767px) {
	
}*/
.purplebubbles ul>li {
	background: #7041d1;
	color: #ffffff;
	padding: 15px !important;
	border-radius: 50px;
}
:where(.kb-row-layout-wrap:has(.wp-block-kadence-navigation)) {
    z-index: 0;
}

/* ── Tool Category Archive — card padding ───────────────────────────────── */
body.tax-tool-category .loop-entry .entry {
	padding: 20px;
}

.kadence-breadcrumbs { margin: 0; }

body.post-type-archive-tool .loop-entry .entry { padding: 20px; }

/* ── Tool archive — image-left card layout ──────────────────────────────── */
body.post-type-archive-tool .hc-toolkit-card-inner {
	display: flex;
	align-items: center;
	gap: 20px;
}
body.post-type-archive-tool .hc-toolkit-card-image {
	flex: 0 0 150px;
}
body.post-type-archive-tool .hc-toolkit-card-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
body.post-type-archive-tool .hc-toolkit-card-body {
	flex: 1;
	min-width: 0;
}
