/* Attribute */
#wrapper .store-product-attribute
{
	font-size: 1em;
	line-height: 30px;
	color: #111;
}

/* Label */
#wrapper .store-product-attribute-label
{
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

[dir="rtl"] #wrapper .store-product-attribute-label { margin-left: 10px; }
[dir="ltr"] #wrapper .store-product-attribute-label { margin-right: 10px; }

/* Value */
#wrapper .store-product-attribute-value
{
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #686868;
}

#wrapper .store-product-attribute-value-item { width: auto; }
[dir="rtl"] #wrapper .store-product-attribute-value-item { margin-left: 5px; }
[dir="ltr"] #wrapper .store-product-attribute-value-item { margin-right: 5px; }

/* Link */
#wrapper .store-product-attribute-link
{
	width: auto;
	padding: 0 5px;
	color: var(--theme-color);
}

[dir="rtl"] #wrapper .store-product-attribute-link { margin-left: 5px; }
[dir="ltr"] #wrapper .store-product-attribute-link { margin-right: 5px; }