/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

.wpclv-terms{
	text-align: center;
}
.wpclv-attributes .wpclv-terms .wpclv-term.active, .wpclv-attributes .wpclv-terms .wpclv-term:hover{
	border-color: #C1031D;
}

.wpclv-attributes .wpclv-terms .wpclv-term{
	display: inline-block;
	height: 26px;
  min-width: 26px;
  line-height: 20px;
  text-align: center;
  margin: 6px 3px 0 3px;
  padding: 3px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  background-color: #ffffff;
  position: relative;
  float: left;
}


.wpclv-attributes .wpclv-terms .wpclv-term span, .wpclv-attributes .wpclv-terms .wpclv-term a {
	display: block;
  padding: 1px 2px;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  width: 100%;
  position: relative;
  background-color: #efefef;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
	font-size: 12px;
}

.wpclv-attributes .wpclv-terms {
  margin: 0 auto;
  display: flex;              /* Włącza flexbox */
  flex-wrap: wrap;            /* Zawijanie wierszy przy mniejszych ekranach */
  justify-content: center;    /* Wyśrodkowanie w poziomie */
  gap: 3px;    /* Odstępy między elementami */
	text-align: center;
}
.wpclv-attribute-label {
	font-size: 10px;
	text-align: center
}
.wpclv-terms{
	padding: 0px;
}
.wpclv-attributes .wpclv-attribute-label{
	text-align: center;
}