.bnx-inquiry-form-wrap {
	max-width: 800px;
	margin: 24px auto 0;
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(0, 119, 182, 0.18);
	border-radius: 16px;
	box-shadow: 0 14px 32px rgba(0, 84, 135, 0.08);
}

.bnx-inquiry-form {
	display: grid;
	gap: 18px;
	margin: 0;
}

.bnx-inquiry-form p {
	margin: 0;
}

.bnx-inquiry-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bnx-inquiry-form label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 8px;
	color: #12324a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.bnx-inquiry-form input[type="text"],
.bnx-inquiry-form input[type="email"],
.bnx-inquiry-form input[type="tel"],
.bnx-inquiry-form select,
.bnx-inquiry-form textarea {
	width: 100%;
	max-width: 100%;
	border: 1px solid #cbd8e3;
	border-radius: 8px;
	background: #fff;
	color: #17324d;
	font-size: 16px;
	line-height: 1.5;
	box-shadow: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.bnx-inquiry-form input[type="text"],
.bnx-inquiry-form input[type="email"],
.bnx-inquiry-form input[type="tel"],
.bnx-inquiry-form select {
	min-height: 46px;
	padding: 10px 13px;
}

.bnx-inquiry-form textarea {
	min-height: 132px;
	padding: 12px 13px;
	resize: vertical;
}

.bnx-inquiry-form input:focus,
.bnx-inquiry-form select:focus,
.bnx-inquiry-form textarea:focus {
	outline: none;
	border-color: #087db7;
	box-shadow: 0 0 0 3px rgba(8, 125, 183, 0.14);
	background-color: #fbfdff;
}

.bnx-inquiry-field-badge {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	margin-left: 0 !important;
	padding: 2px 7px !important;
	border-radius: 999px !important;
	font-size: 11px !important;
	font-weight: 700;
	line-height: 1.3 !important;
	letter-spacing: 0;
}

.bnx-inquiry-field-badge-required {
	background: #d94a4a !important;
	color: #fff !important;
}

.bnx-inquiry-field-badge-optional {
	background: #edf1f5 !important;
	color: #526273 !important;
}

.bnx-inquiry-form button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 48px;
	margin-top: 6px;
	padding: 12px 28px;
	border: 0;
	border-radius: 999px;
	background: #087db7;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(8, 125, 183, 0.18);
	transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.bnx-inquiry-form button[type="submit"]:hover,
.bnx-inquiry-form button[type="submit"]:focus {
	background: #00689e;
	color: #fff;
	box-shadow: 0 12px 24px rgba(0, 104, 158, 0.22);
	transform: translateY(-1px);
}

.bnx-inquiry-consent {
	padding: 14px 16px;
	border: 1px solid #d3e1ea;
	border-radius: 10px;
	background: #f5f9fc;
}

.bnx-inquiry-consent label {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	margin: 0;
	color: #273f52;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
}

.bnx-inquiry-consent input[type="checkbox"] {
	flex: 0 0 auto;
	width: auto;
	margin-top: 0.3em;
}

.bnx-inquiry-consent-link {
	color: #087db7;
	font-weight: 700;
	text-underline-offset: 2px;
}

.bnx-inquiry-marketing-consent {
	padding-bottom: 12px;
}

.bnx-inquiry-marketing-consent__note {
	margin: 8px 0 0 29px !important;
	color: #526273;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
}

.bnx-inquiry-form-submit {
	margin: 0;
}

.bnx-inquiry-notice {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 10px;
	background: #eef8fd;
	border: 1px solid rgba(0, 119, 182, 0.18);
	color: #17324d;
	font-size: 14px;
	line-height: 1.7;
}

.bnx-inquiry-notice-success {
	background: #eef9f4;
	border-color: rgba(0, 137, 83, 0.18);
	color: #176548;
}

.bnx-inquiry-notice-error {
	background: #fff3f3;
	border-color: rgba(217, 74, 74, 0.24);
	color: #8f2d2d;
}

.bnx-inquiry-notice-error ul {
	margin: 0;
	padding-left: 1.3em;
}

.bnx-vendor-inquiries-header {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.bnx-vendor-inquiries-header h2 {
	margin: 0;
}

.bnx-vendor-inquiry-detail {
	display: grid;
	gap: 22px;
	max-width: 960px;
	margin: 24px auto 0;
}

.bnx-vendor-inquiry-detail > h2 {
	margin: 0;
	color: #12324a;
}

.bnx-vendor-inquiry-detail-card,
.bnx-vendor-inquiry-update-form {
	padding: 24px;
	border: 1px solid rgba( 0, 119, 182, 0.18 );
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 26px rgba( 0, 84, 135, 0.06 );
}

.bnx-vendor-inquiry-detail-table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #d7e3eb;
	border-radius: 8px;
	overflow: hidden;
}

.bnx-vendor-inquiry-detail-table th,
.bnx-vendor-inquiry-detail-table td {
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid #dfe8ee;
	text-align: left;
	vertical-align: top;
	line-height: 1.7;
}

.bnx-vendor-inquiry-detail-table tr:last-child th,
.bnx-vendor-inquiry-detail-table tr:last-child td {
	border-bottom: 0;
}

.bnx-vendor-inquiry-detail-table th {
	width: 30%;
	background: #f1f7fb;
	color: #29485f;
	font-weight: 700;
}

.bnx-vendor-inquiry-detail-table td {
	background: #fff;
	color: #233e52;
}

.bnx-vendor-inquiry-detail-table a {
	color: #087db7;
	font-weight: 700;
}

.bnx-vendor-inquiry-update-form {
	display: grid;
	gap: 18px;
	margin: 0;
}

.bnx-vendor-inquiry-update-form h3,
.bnx-vendor-inquiry-update-form p {
	margin: 0;
}

.bnx-vendor-inquiry-update-form h3 {
	color: #12324a;
	font-size: 20px;
}

.bnx-vendor-inquiry-update-form label {
	display: inline-block;
	margin: 0 0 8px;
	color: #12324a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}

.bnx-vendor-inquiry-update-form select,
.bnx-vendor-inquiry-update-form input[type="date"],
.bnx-vendor-inquiry-update-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border: 1px solid #cbd8e3;
	border-radius: 8px;
	background: #fff;
	color: #17324d;
	font-size: 16px;
	line-height: 1.5;
}

.bnx-vendor-inquiry-update-form select,
.bnx-vendor-inquiry-update-form input[type="date"] {
	min-height: 46px;
	padding: 10px 13px;
}

.bnx-vendor-inquiry-update-form textarea {
	min-height: 132px;
	padding: 12px 13px;
	resize: vertical;
}

.bnx-vendor-inquiry-update-form select:focus,
.bnx-vendor-inquiry-update-form input[type="date"]:focus,
.bnx-vendor-inquiry-update-form textarea:focus {
	border-color: #087db7;
	outline: none;
	box-shadow: 0 0 0 3px rgba( 8, 125, 183, 0.14 );
}

.bnx-vendor-inquiry-update-form .description {
	display: block;
	margin-top: 7px;
	color: #607282;
	font-size: 13px;
	line-height: 1.6;
}

.bnx-vendor-inquiry-update-form button[type="submit"],
.bnx-vendor-inquiries-back-button,
.bnx-vendor-inquiries-mypage-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.bnx-vendor-inquiry-update-form button[type="submit"] {
	border: 0;
	background: #087db7;
	color: #fff;
	cursor: pointer;
}

.bnx-vendor-inquiry-update-form button[type="submit"]:hover,
.bnx-vendor-inquiry-update-form button[type="submit"]:focus {
	background: #00689e;
	color: #fff;
}

.bnx-vendor-inquiries-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 0;
}

.bnx-vendor-inquiries-back-button {
	border: 1px solid #087db7;
	background: #fff;
	color: #087db7;
}

.bnx-vendor-inquiries-back-button:hover,
.bnx-vendor-inquiries-back-button:focus {
	background: #eef8fd;
	color: #00689e;
}

.bnx-vendor-inquiries-mypage-button {
	border: 1px solid #d3dce3;
	background: #f4f6f8;
	color: #526273;
}

.bnx-vendor-inquiries-mypage-button:hover,
.bnx-vendor-inquiries-mypage-button:focus {
	background: #e9eef2;
	color: #354657;
}

@media (max-width: 767px) {
	.bnx-inquiry-form-wrap {
		width: min(100%, calc(100vw - 32px));
		margin-top: 18px;
		padding: 20px;
		border-radius: 14px;
	}

	.bnx-inquiry-form {
		gap: 16px;
	}

	.bnx-inquiry-form label {
		font-size: 14px;
	}

	.bnx-inquiry-form button[type="submit"] {
		width: 100%;
		min-width: 0;
	}

	.bnx-vendor-inquiry-detail {
		gap: 18px;
		margin-top: 18px;
	}

	.bnx-vendor-inquiry-detail-card,
	.bnx-vendor-inquiry-update-form {
		padding: 18px;
	}

	.bnx-vendor-inquiry-detail-table,
	.bnx-vendor-inquiry-detail-table tbody,
	.bnx-vendor-inquiry-detail-table tr,
	.bnx-vendor-inquiry-detail-table th,
	.bnx-vendor-inquiry-detail-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.bnx-vendor-inquiry-detail-table {
		border: 0;
		border-radius: 0;
	}

	.bnx-vendor-inquiry-detail-table tr {
		margin-bottom: 12px;
		border: 1px solid #d7e3eb;
		border-radius: 8px;
		overflow: hidden;
	}

	.bnx-vendor-inquiry-detail-table tr:last-child {
		margin-bottom: 0;
	}

	.bnx-vendor-inquiry-detail-table th,
	.bnx-vendor-inquiry-detail-table td {
		border: 0;
	}

	.bnx-vendor-inquiry-detail-table th {
		padding-bottom: 8px;
	}

	.bnx-vendor-inquiry-detail-table td {
		padding-top: 8px;
	}

	.bnx-vendor-inquiries-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bnx-vendor-inquiries-back-button,
	.bnx-vendor-inquiries-mypage-button,
	.bnx-vendor-inquiry-update-form button[type="submit"] {
		width: 100%;
	}
}
