.print_on_demand {
	margin-top: 0.35rem;
}

.print_on_demand .label {
	color: #222;
	font-weight: 600;
	margin-right: 0.35rem;
}

.print_on_demand .value a {
	text-decoration: underline;
}

.pod-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pod-modal.is-open {
	display: block;
}

.pod-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}

.pod-dialog {
	position: relative;
	margin: 4vh auto;
	max-width: 640px;
	max-height: 92vh;
	overflow-y: auto;
	background: #fff;
	padding: 24px;
	border-radius: 6px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.pod-close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	font-size: 18px;
	cursor: pointer;
}

.pod-lede {
	margin: 0 0 16px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.pod-lede a {
	color: #1f4c7b;
	text-decoration: underline;
}

.pod-field {
	margin-bottom: 14px;
}

.pod-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.pod-field input,
.pod-field textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
}

.pod-actions {
	margin-top: 16px;
}

.pod-submit {
	border: 0;
	background: #1f4c7b;
	color: #fff;
	padding: 10px 16px;
	border-radius: 4px;
	cursor: pointer;
}

.pod-submit:disabled {
	opacity: 0.6;
	cursor: default;
}

.pod-status {
	margin-top: 12px;
	font-weight: 600;
}

.pod-status--success {
	color: #1f6b2e;
}

.pod-status--error {
	color: #b31616;
}

body.pod-modal-open {
	overflow: hidden;
}

.pod-issue-info {
	background: #f5f5f5;
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.pod-issue-info p {
	margin: 6px 0;
	font-size: 14px;
}

.pod-issue-info strong {
	color: #555;
}

.pod-instructions {
	background: #f5f5f5;
	padding: 16px;
	/* border-left: 4px solid #1f4c7b; */
	margin-bottom: 24px;
	border-radius: 4px;
}

.pod-instructions h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #1f4c7b;
}

.pod-instructions p {
	margin: 8px 0;
	font-size: 14px;
	line-height: 1.5;
}

.pod-instructions ol {
	margin: 12px 0 12px 20px;
	padding: 0;
}

.pod-instructions li {
	margin: 8px 0;
	font-size: 14px;
	line-height: 1.5;
}

.pod-note {
	font-size: 13px;
	font-style: italic;
	color: #666;
	margin-top: 12px !important;
}

.pod-note a {
	color: #1f4c7b;
	text-decoration: underline;
}

.pod-note strong {
	font-weight: 600;
	font-style: normal;
}

.pod-dialog h3 {
	margin: 0 0 14px 0;
	font-size: 17px;
	color: #333;
}

.pod-required {
	color: #b31616;
	font-weight: 700;
}

@media (max-width: 680px) {
	.pod-dialog {
		margin: 4vh 16px;
		padding: 18px;
		max-height: 94vh;
	}

	.pod-instructions {
		padding: 12px;
	}
}
