.woocommerce-product-attributes {
	font-size: 15px;

	p {
		&:last-child {
			margin-bottom: 0;
		}
	}

	th {
		font-weight: 500;
		text-align: initial;
	}

	tr {
		&:nth-child(even) {
			th, td {
				background: rgba(242, 244, 247, 0.5);
			}
		}
	}
}