.scheduler-debug {
}

.debug-item-note {
	margin-bottom: 12px;
	font-size: 0.95rem;
	line-height: 1.6;
}

.debug-item-fields {
	display: grid;
	gap: 16px;
	max-width: 100%;
	min-width: 0;
}

.debug-item-group {
	padding: 14px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fafafa;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.debug-item-group-title {
	margin: 0 0 10px;
	font-size: 1rem;
	font-weight: bold;
}

.debug-item-row-header th {
	vertical-align: top;
	padding-top: 14px;
	align-items: flex-start;
}

.debug-item-row {
	display: grid;
	gap: 10px;
	align-items: center;
	margin-bottom: 8px;
	max-width: 100%;
	min-width: 0;
}

.debug-item-row-with-note {
	grid-template-columns: minmax(0, 1fr) 110px;
	align-items: start;
}

.debug-item-row:last-child {
	margin-bottom: 0;
}

.debug-item-label {
	line-height: 1.5;
	min-width: 0;
	word-break: normal;
	overflow-wrap: anywhere;
}

.debug-item-box,
.debug-item-note-input {
	width: 100%;
	box-sizing: border-box;
}

.debug-item-box::-webkit-outer-spin-button,
.debug-item-box::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.debug-item-box {
	width: 72px;
	max-width: 100%;
	-moz-appearance: textfield;
	appearance: textfield;
	text-align: right;
}

.debug-item-unit {
	margin-left: 6px;
	white-space: nowrap;
}

.debug-item-box-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	justify-self: end;
	width: 100%;
	min-width: 0;
}

.debug-item-row-with-note .debug-item-note-input {
	grid-column: 2;
}

@media (max-width: 767px) {
	.debug-item-row {
		grid-template-columns: 1fr;
	}

	.debug-item-box-wrap {
		justify-self: auto;
	}

	.debug-item-row-with-note .debug-item-note-input {
		grid-column: auto;
	}
}
