/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-child
*/

/* Stars between top navigation items */
header .wp-block-navigation__container > li:not(:last-child)::after {
	content: " ★ ";
	color: rgb(255, 238, 88);
	font-size: 18px;
	font-weight: bold;
	margin: 0 12px;
	display: inline-block;
}

header .wp-block-navigation__container > li {
	display: flex;
	align-items: center;
}

/* Product subtitle on the front end */
.product-subtitle {
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--40);
	font-size: clamp(1.2rem, 1rem + 0.6vw, 1.6rem);
	font-style: italic;
	line-height: 1.4;
}

/* Taxonomy/category image on category archive pages */
.rabbit-hole-taxonomy-image-wrap {
	margin-top: var(--wp--preset--spacing--40);
	margin-bottom: var(--wp--preset--spacing--50);
}

.rabbit-hole-taxonomy-image {
	width: 100%;
	max-height: 420px;
	object-fit: cover;
	display: block;
}