
:root{--glsr-star-empty:url(/wp-content/plugins/site-reviews/assets/images/stars/default/star-empty.svg);--glsr-star-error:url(/wp-content/plugins/site-reviews/assets/images/stars/default/star-error.svg);--glsr-star-full:url(/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg);--glsr-star-half:url(/wp-content/plugins/site-reviews/assets/images/stars/default/star-half.svg)}
/*# sourceURL=site-reviews-inline-css */

.woocommerce-product-gallery{ opacity: 1 !important; }

@font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:swap;src:url('/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;}
@font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:swap;src:url('/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2') format('woff2');}
@font-face{font-family:Cardo;font-style:italic;font-weight:400;font-display:swap;src:url('/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2') format('woff2');}
@font-face{font-family:Cardo;font-style:normal;font-weight:700;font-display:swap;src:url('/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2') format('woff2');}


	/* Style dla radio buttons grup */
	.products-group {
		border: 0;
		padding: 0;
		margin: 0 0 24px 0;
	}
	
	.products-group legend {
		font-size: 0.875em;
		color: hsla(0, 0%, 7%, .5);
		margin-bottom:4px;
	}
	
	/* Wspólne style dla radio items */
	.radio-item {
		display: block;
		position: relative;
		padding: 12px 16px 12px 52px;
		margin-bottom: 12px;
		border: 1px solid #cfcabe;
		border-radius: 4px;
		background: white;
		cursor: pointer;
		/*transition: all 0.2s ease;*/
	}
	
	.products-group label.radio-item:last-child {
		margin-bottom: 0;
	}
	
	.radio-item:hover, .radio-item.highlighted:hover {
		/*border-color: #0066cc;*/
		/*box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);*/
		border-color: #111111;
	}
	
	.radio-item.selected {
		/*border-color: #0066cc;*/
		border-color: #111111;
		background: #f0f8ff;
		/*border: 2px solid #111111;*/
		outline-width: 2px;
		outline-style: solid;
		outline-color: #111111;
	}
	
	.radio-item.highlighted {
		border-color: #ffb900;
		background: color-mix(in srgb, #ffb900 6%, #fff);
	}
	
	.radio-item.highlighted.selected {
		border-color: #111111;
		background: #f0f8ff;
	}
	
	.radio-item input[type="radio"] {
		position: absolute;
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	
	.radio-content {
		display: block;
	}
	
	/* COMPACT LAYOUT */
	.compact-layout .radio-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.compact-layout .product-name {
		font-weight: 500;
		font-size: 0.9rem;
		color: #111;
		flex: 1;
		padding-right: 12px;
	}
	
	.compact-layout .product-badge {
		font-size: 0.75em;
		color: #ffb900;
		font-weight: 500;
		margin-left: 0;
		white-space: nowrap;
		border-radius: 9999px;
		padding: 2px 4px;
		background: color-mix(in srgb, #ffb900 6%, #fff);
	}
	@media (max-width: 420px) {
		.compact-layout .product-badge {
			display: block;
			padding: 0px 4px;
		}
	}
	.product-badge::before{content:'★';line-height:1;font-size:1em}
	
	.compact-layout .product-price { 
		font-size: 0.875rem;
		font-weight: 400;
		color: var(--wp--preset--color--contrast-2);
		white-space: nowrap;
	}
	
	/* FULL LAYOUT */
	.full-layout .radio-content {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.full-layout .product-info {
		flex: 1;
		padding-right: 16px;
	}
	
	.full-layout .product-name {
		font-weight: 500;
		font-size: 1rem;
		color: #111;
		margin-bottom: 4px;
	}
	
	.full-layout .product-badge {
		display: inline-block;
		font-size:.75em;
		color: #ffb900;
		font-weight: 500;
		margin-left: 0;
		border-radius: 9999px;
		padding: 2px 4px;
		background: color-mix(in srgb, #ffb900 6%, #fff);
	}	
	
	.full-layout .product-desc {
		font-size: 1em;
		color: #666;
		line-height: 1.4;
	}
	
	.full-layout .product-price {
		font-size: 1rem;
		font-weight: 400;
		color: #0066cc;
		color: var(--wp--preset--color--contrast-2);
		white-space: nowrap;
		padding-top: 2px;
	}
	
	/* Mobile responsive */
	@media (max-width: 600px) {
		.container {
			padding: 20px;
			margin-bottom: 30px;
		}
		
		h1 {
			font-size: 20px;
			margin-bottom: 20px;
		}
		
		.radio-item {
			padding: 14px 14px 14px 48px;
		}
		
		.radio-item input[type="radio"] {
			left: 14px;
		}
		
		/* Compact na mobile */
		.compact-layout .product-name {
			font-size: 0.9rem;
			flex: none;
			width: 100%;
			/*margin-bottom: 4px;*/
		}
		
		.compact-layout .product-badge {
			order: 2;
			margin-left: 0;
			/*font-size: 12px;*/
		}
		
		.compact-layout .product-price {
			order: 3;
			margin-left: auto;
		}
		
		/* Full na mobile */
		.full-layout .radio-content {
			flex-direction: column;
		}
		
		.full-layout .product-info {
			padding-right: 0;
			margin-bottom: 4px;
		}
		
		.full-layout .product-price {
			align-self: flex-start;
			font-size: 0.9rem;
		}
		
		.form-group input[type="text"],
		.form-group input[type="email"],
		.form-group textarea {
			font-size: 16px; /* Zapobiega zoom na iOS */
		}
	}
	
	/* Dodatkowe style dla lepszego UX */
	.radio-item {
		-webkit-tap-highlight-color: transparent;
	}
	
	/*.radio-item:active {
		transform: scale(0.98);
	}*/
	
	/* Animacja zaznaczenia */
	/*.radio-item input[type="radio"]:checked + .radio-content::before {
		content: '';
		position: absolute;
		left: -2px;
		top: -2px;
		bottom: -2px;
		width: 4px;
		background: #0066cc;
		border-radius: 4px 0 0 4px;
	}*/
	
	/* Placeholder styling */
	input::placeholder,
	textarea::placeholder {
		color: #999;
		opacity: 1;
	}
	
	/* Divider między wersjami */
	hr {
		border: none;
		height: 1px;
		background: #e1e4e8;
		margin: 40px -32px;
	}
    