/**
 * Booking Stock - WPForms Frontend Styles
 */

.bsd-message {
	padding: 15px;
	margin: 15px 0;
	border-radius: 4px;
	font-size: 14px;
}

.bsd-message.wpforms-confirmation-container-full {
	background: #e7f7e7;
	border-left: 4px solid #46b450;
	color: #333;
}

.bsd-message.wpforms-error-container {
	background: #ffe7e7;
	border-left: 4px solid #dc3232;
	color: #333;
}

[data-bsd-field] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

[data-bsd-field]:disabled {
	background: #f5f5f5;
	cursor: not-allowed;
	opacity: 0.6;
}

[data-bsd-field]:focus {
	border-color: #46b450;
	outline: none;
	box-shadow: 0 0 0 2px rgba(70, 180, 80, 0.1);
}
