/* Custom student signature page */
.ke-student-signature-page .site-main,
.ke-student-signature-page #primary.ke-student-signature {
	padding-top: 0;
	margin-top: 0;
}

.ke-student-signature-page .ke-student-signature {
	max-width: 1008px;
	margin: 0.35rem auto 4rem;
	padding: 0 1rem;
}

.ke-student-signature__inner {
	background: #fff;
	border-radius: 8px;
	padding: 1rem 1.25rem 2rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ke-student-signature__schedule-image {
	margin: 0.5rem 0 1rem;
}

.ke-student-signature__schedule-image .ke-schedule-img-page {
	margin-bottom: 1rem;
}

.ke-student-signature__schedule-image .ke-schedule-img-page:last-child {
	margin-bottom: 0;
}

.ke-student-signature__schedule-image img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

.ke-student-signature__notice {
	padding: 0.75rem 1rem;
	border-radius: 6px;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

.ke-student-signature__notice--success {
	background: #e8f5e9;
	color: #1b5e20;
	border: 1px solid #c8e6c9;
}

.ke-student-signature__notice--error {
	background: #ffebee;
	color: #b71c1c;
	border: 1px solid #ffcdd2;
}

.ke-student-signature__field {
	margin-bottom: 1.1rem;
}

.ke-student-signature__label {
	display: block;
	font-weight: 600;
	font-size: 0.95rem;
	color: #6d2c1f;
	margin-bottom: 0.35rem;
}

.ke-student-signature__label .required {
	color: #c62828;
}

.ke-student-signature__select,
.ke-student-signature__input {
	width: 100%;
	max-width: 100%;
	padding: 0.55rem 0.65rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	box-sizing: border-box;
}

.ke-student-signature__row {
	display: grid;
	gap: 1rem;
}

@media (min-width: 640px) {
	.ke-student-signature__row--3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ke-student-signature__canvas-wrap {
	border: 1px solid #bbb;
	border-radius: 4px;
	background: #fff;
	touch-action: none;
	margin-top: 0.5rem;
	height: 220px;
	position: relative;
}

.ke-student-signature__canvas {
	display: block;
	width: 100%;
	height: 220px;
	vertical-align: middle;
}

.ke-student-signature__clear {
	margin-top: 0.5rem;
	padding: 0.35rem 0.75rem;
	font-size: 0.875rem;
	cursor: pointer;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.ke-student-signature__clear:hover {
	background: #eee;
}

.ke-student-signature__actions {
	margin-top: 1.5rem;
}

.ke-student-signature__submit {
	width: 100%;
	padding: 0.85rem 1rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: #fff;
	background: #424242;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.ke-student-signature__submit:hover {
	background: #333;
}
