/* "Rate us" stars and the plugin's own small notes. Widgets style themselves in a Shadow DOM. */
.wowpilot-rate { margin: 2em 0; text-align: center; }
.wowpilot-rate--left { text-align: left; }
.wowpilot-rate--right { text-align: right; }
.wowpilot-rate-text { margin: 0 0 .4em; font-weight: 600; font-size: 1.1em; }
.wowpilot-rate-stars { display: inline-flex; flex-direction: row-reverse; gap: 4px; }
.wowpilot-rate-star { display: inline-flex; width: 36px; height: 36px; color: #d5d8de; transition: color .12s, transform .12s; text-decoration: none; box-shadow: none; }
.wowpilot-rate-star svg { width: 100%; height: 100%; fill: currentColor; }
.wowpilot-rate-stars:hover .wowpilot-rate-star { color: #d5d8de; }
.wowpilot-rate-star:hover,
.wowpilot-rate-star:hover ~ .wowpilot-rate-star,
.wowpilot-rate-star:focus-visible,
.wowpilot-rate-star:focus-visible ~ .wowpilot-rate-star { color: #f5b301; }
.wowpilot-rate-star:hover { transform: scale(1.12); }
.wowpilot-rate-star:focus-visible { outline: 2px solid currentColor; outline-offset: 2px; border-radius: 4px; }
.wowpilot-rate-note { margin: .3em 0 0; font-size: .8em; opacity: .65; }
.wowpilot-admin-note { padding: .6em .9em; border: 1px dashed #c3c4c7; border-radius: 6px; font-size: .9em; color: #50575e; }
@media (prefers-reduced-motion: reduce) { .wowpilot-rate-star { transition: none; } .wowpilot-rate-star:hover { transform: none; } }

/* WooCommerce: a product's own stars on shop pages, drawn with CSS. */
.wowpilot-wc-stars { display: flex; align-items: center; gap: 6px; margin: 2px 0 6px; font-size: 13px; line-height: 1; }
.wowpilot-wc-stars-bar { position: relative; display: inline-block; width: 80px; height: 15px; background: no-repeat left / 16px 15px; }
.wowpilot-wc-stars-bar,
.wowpilot-wc-stars-bar span {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") repeat-x left / 16px 15px;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") repeat-x left / 16px 15px;
	background-color: #d5d8de;
}
.wowpilot-wc-stars-bar span { position: absolute; left: 0; top: 0; bottom: 0; background-color: #f5b301; }
.wowpilot-wc-stars-n { opacity: .7; }
.wowpilot-wc-note { margin: 0 0 1em; opacity: .75; font-size: .92em; }
.wowpilot-wc-trust, .wowpilot-wc-cart { margin: .8em 0; }
