.correafiles-wrap {
	max-width: 480px;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fafafa;
	font-family: inherit;
}

.correafiles-wrap p {
	margin: 0 0 14px;
}

.correafiles-wrap label {
	font-weight: 600;
	display: block;
	margin-bottom: 4px;
}

.correafiles-wrap input[type="text"],
.correafiles-wrap input[type="password"],
.correafiles-wrap input[type="file"],
.correafiles-wrap select {
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.correafiles-wrap input[readonly] {
	background: #eee;
	color: #555;
}

.correafiles-key-gate {
	text-align: center;
}

.correafiles-key-gate .correafiles-label {
	font-weight: 600;
	margin-bottom: 10px;
}

.correafiles-key-input {
	max-width: 220px;
	display: inline-block;
	margin-bottom: 10px;
}

.correafiles-msg {
	font-size: 0.9em;
	min-height: 1.2em;
}

.correafiles-msg.is-error {
	color: #c0392b;
}

.correafiles-msg.is-success {
	color: #27ae60;
}

.correafiles-submit-btn[disabled],
.correafiles-key-btn[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}
