.thryonlab-form-wrapper {
	width: 100%;
}

.thryonlab-contact-form {
	max-width: 900px;
}

.thryonlab-row {
	display: grid;
	gap: 1rem;
	margin-bottom: 1rem;
}

.thryonlab-row--cols-1 {
	grid-template-columns: 1fr;
}

.thryonlab-row--cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.thryonlab-row--cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
	.thryonlab-row--cols-2,
	.thryonlab-row--cols-3 {
		grid-template-columns: 1fr;
	}
}

.thryonlab-field {
	margin-bottom: 0;
}

.thryonlab-options .form-check:last-child {
	margin-bottom: 0;
}

.thryonlab-file-note {
	margin: 6px 0 0;
	font-size: 0.9em;
	color: #666;
	font-style: italic;
}

.thryonlab-submit {
	margin-top: 8px;
}

.thryonlab-contact-form .form-select {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 0.6rem 2.25rem 0.6rem 0.85rem;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
	background-size: 14px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	appearance: none;
	cursor: pointer;
}

.thryonlab-contact-form .form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.thryonlab-contact-form .form-select.is-invalid {
	border-color: #dc3545;
}

.thryonlab-input-wrap {
	position: relative;
}

.thryonlab-input-wrap .form-control,
.thryonlab-input-wrap .form-select {
	padding-right: 2.65rem;
}

.thryonlab-input-icon {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #94a3b8;
	z-index: 2;
}

.thryonlab-form-summary {
	margin-bottom: 16px;
}

.thryonlab-recaptcha-field.thryonlab-field--error .g-recaptcha {
	outline: 2px solid #dc3545;
	outline-offset: 2px;
	border-radius: 0.375rem;
}

@media (max-width: 767.98px) {
	.thryonlab-recaptcha-field,
	.thryonlab-recaptcha-field .g-recaptcha {
		max-width: 100%;
		overflow: hidden;
	}
}

.alert .thryonlab-notice-title {
	margin: 0 0 0.5rem;
	font-weight: 600;
}

.alert ul {
	margin: 0;
	padding-left: 1.25rem;
}

.alert li {
	margin-bottom: 0.25rem;
}

.alert li:last-child {
	margin-bottom: 0;
}

.alert p:last-child {
	margin-bottom: 0;
}
