/**
 * Contact Form 7 — file upload aligned with theme form fields (contact/careers).
 */

.careers-page-contact-form-wrapper .wpcf7-form-control-wrap.wpcf7-file-wrap--styled,
.contact-page-contact-from-wrapper .wpcf7-form-control-wrap.wpcf7-file-wrap--styled {
	display: block;
	width: 100%;
}

.careers-page-contact-form-wrapper .wpcf7-form-control-wrap input[type="file"],
.contact-page-contact-from-wrapper .wpcf7-form-control-wrap input[type="file"] {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	min-height: 48px;
	border: 1px solid #e0dbd3;
	border-radius: 0;
	background: #faf9f7;
	font-family: 'Graphie', sans-serif;
	font-size: 14px;
	color: #37404d;
	cursor: pointer;
	box-sizing: border-box;
	transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
	-webkit-appearance: none;
	appearance: none;
	line-height: normal;
	overflow: hidden;
}

.careers-page-contact-form-wrapper .wpcf7-form-control-wrap input[type="file"]:focus,
.contact-page-contact-from-wrapper .wpcf7-form-control-wrap input[type="file"]:focus {
	outline: none;
	border-color: #c8a96e;
	box-shadow: 0 0 0 3px rgba(200, 169, 110, 0.15);
	background-color: #fff;
}

/* Chromium / Safari 14+ */
.careers-page-contact-form-wrapper .wpcf7-form-control-wrap input[type="file"]::file-selector-button,
.contact-page-contact-from-wrapper .wpcf7-form-control-wrap input[type="file"]::file-selector-button {
	height: 46px;
	margin: 0 12px 0 0;
	padding: 0 18px;
	border: none;
	border-right: 1px solid #e0dbd3;
	border-radius: 0;
	background: #fff;
	font-family: 'Graphie', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #13294b;
	cursor: pointer;
	line-height: 46px;
}

.careers-page-contact-form-wrapper .wpcf7-form-control-wrap input[type="file"]:hover::file-selector-button,
.contact-page-contact-from-wrapper .wpcf7-form-control-wrap input[type="file"]:hover::file-selector-button {
	background: #f5f4f1;
}

/* Safari legacy */
.careers-page-contact-form-wrapper .wpcf7-form-control-wrap input[type="file"]::-webkit-file-upload-button,
.contact-page-contact-from-wrapper .wpcf7-form-control-wrap input[type="file"]::-webkit-file-upload-button {
	height: 46px;
	margin: 0 12px 0 0;
	padding: 0 18px;
	border: none;
	border-right: 1px solid #e0dbd3;
	border-radius: 0;
	background: #fff;
	font-family: 'Graphie', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #13294b;
	cursor: pointer;
	line-height: 46px;
	-webkit-appearance: none;
}

/* Firefox */
.careers-page-contact-form-wrapper .wpcf7-form-control-wrap input[type="file"]::-moz-file-upload-button,
.contact-page-contact-from-wrapper .wpcf7-form-control-wrap input[type="file"]::-moz-file-upload-button {
	height: 46px;
	margin: 0 12px 0 0;
	padding: 0 18px;
	border: none;
	border-right: 1px solid #e0dbd3;
	border-radius: 0;
	background: #fff;
	font-family: 'Graphie', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #13294b;
	cursor: pointer;
	line-height: 46px;
}

.careers-page-contact-form-wrapper .wpcf7-file-chosen-name,
.contact-page-contact-from-wrapper .wpcf7-file-chosen-name {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.5;
	color: #535353;
	font-family: 'Graphie', sans-serif;
	word-break: break-word;
	min-height: 1.25em;
}
