/* RJ_Request — scoped styles */

.rjr-modal-title {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	color: inherit;
}

.rjr-modal .setting_element {
	min-width: 0;
}

.rjr-modal .rjr-exp-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

/* Identical outer height; line-height matches box for vertical centering of text */
.rjr-modal .rjr-exp-row .rjr-exp-num,
.rjr-modal .rjr-exp-row select.rjr-exp-unit {
	box-sizing: border-box;
	margin: 0;
	font-size: 15px;
	height: 48px;
	min-height: 48px;
	max-height: 48px;
}

.rjr-modal .rjr-exp-row .rjr-exp-num {
	flex: 0 0 auto;
	width: 3.25em;
	text-align: center;
	padding: 0 8px;
	line-height: 48px;
	min-width: 3em !important;
	max-width: 4.5em !important;
	width: 3.25em !important;
}

.rjr-modal .rjr-exp-row select.rjr-exp-unit {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	padding: 0 30px 0 10px;
	line-height: 48px;
	-webkit-appearance: menulist;
	-moz-appearance: auto;
	appearance: auto;
}

.rjr-modal textarea#rjr_description,
.rjr-modal .setting_element textarea.full_area {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	display: block;
}

.rjr-modal .rjr-char-count {
	margin-top: 6px;
}

/* Admin detail modal: long unbroken text */
.rjr-admin-desc {
	overflow-wrap: anywhere;
	word-break: break-word;
	max-width: 100%;
}
