#oodsp-settings .h1 {
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding: 9px 0 4px;
	line-height: 1.3;
	color: #1d2327;
}

#oodsp-settings .header {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#oodsp-settings .header-section {
	width: 200px;
	line-height: 1.3;
	font-weight: 600;
	color: #1d2327;
	text-shadow: none;
	font-size: 14px;
}

#oodsp-settings .form-field input:not([type="checkbox"]) {
	width: 25em;
	font-family: unset;
}

@media screen and (max-width: 782px) {

	#oodsp-settings .form-field input:not([type="checkbox"]) {
		width: 100%;
	}

	.oodsp-notice-section {
		max-width: none !important;
	}
}

.oodsp-notice-section {
	max-width: 542px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left-color: #72aee6 !important;
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	padding: 1px 12px;
	margin: 5px 0 15px;
}

.oodsp-notice-section .oodsp-notice-section-content {
	display: flex;
	flex-direction: row;
}

.oodsp-notice-section .oodsp-notice-section-alert {
	margin: 1em 1em 0 0;
}

.oodsp-white-frame {
	background-color: #fff;
	border: 1px solid #bbbcbf;
	padding: 16px;
	margin: 18px 0;
	min-width: fit-content;
}

.block-buttons {
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 6px;
}

p[hidden] {
	display: none;
}
