.pbjo-options {
	clear: both;
	display: grid;
	flex: 0 0 100% !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100% !important;
	min-width: 100%;
	max-width: 100% !important;
	box-sizing: border-box;
	margin: 1.25rem 0;
	padding: 1rem;
	border: 1px solid rgba(155, 104, 24, 0.28);
	background: rgba(255, 255, 255, 0.42);
}

.pbjo-options legend {
	grid-column: 1 / -1;
	padding: 0 0.45rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pbjo-field,
.pbjo-field > span {
	display: block;
}

.pbjo-field > span {
	margin-bottom: 0.4rem;
	font-size: 0.76rem;
	font-weight: 750;
}

.pbjo-field abbr {
	color: #a36c16;
	text-decoration: none;
}

.pbjo-field select {
	width: 100%;
	min-height: 48px;
}

.pbjo-size-help {
	grid-column: 1 / -1;
	margin-top: 0.75rem;
	font-size: 0.74rem;
}

.pbjo-field + .pbjo-field {
	margin-left: 0.75rem;
}

@media (max-width: 560px) {
	.pbjo-options { grid-template-columns: 1fr; }
	.pbjo-field + .pbjo-field { margin: 0.75rem 0 0; }
}

.pbjo-size-help summary {
	color: #9b6818;
	font-weight: 700;
	cursor: pointer;
}

.pbjo-size-help p {
	margin: 0.5rem 0 0;
	color: #746a5a;
}
