/*
 * Frontend styling for the "Ships out within" line.
 * You can override this in:
 * Appearance -> Customize -> Additional CSS
 * using the selector: .sowc-ships-out-within__text
 */

tr.sowc-ships-out-within th {
	padding-top: 0;
	padding-bottom: 12px;
}

tr.sowc-ships-out-within td {
	padding-top: 0;
	padding-bottom: 12px;
}

.sowc-ships-out-within__text {
	display: inline-block;
	font-size: 0.9em;
	opacity: 0.85;
}
