/*
Theme Name: PokiFamily
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

p.header {
	font-size: 14px;
	color: #ffffff;
}

/* ── Posts-per-page pill selector ─────────────────────────── */

.lqd-woo-view-count {
	gap: 6px;
}

/* "Show:" label */
.lqd-woo-view-count li:first-child {
	font-size: 13px;
	font-weight: 500;
	color: #9ca3af;
	margin-inline-end: 2px;
}

/* Remove Hub's dash separator */
.lqd-woo-view-count li:not(:first-child):not(:last-child)::after {
	content: none;
}

/* Every number pill */
.lqd-woo-view-count li:not(:first-child) a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 30px;
	padding: 0 8px;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	background: #fff;
	color: #374151;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.lqd-woo-view-count li:not(:first-child) a:hover {
	border-color: #184341;
	color: #184341;
	background: #fff;
}

/* Active / selected pill */
.lqd-woo-view-count li.is-active a,
.lqd-woo-view-count li:not(:first-child) a[selected] {
	border-color: #184341;
	background: #184341;
	color: #fff !important;
}

/* WooCommerce notices — make <li> a flex row so text fills the middle
   and the .button is pushed right via its existing margin-inline-start: auto */
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 1em;
}