/**
 * UWA Delivery Fee Addon — front-end styles.
 * Scoped to the bid-form delivery panel. The delivery-method <select> is left as
 * the theme/native default; only the preferred-delivery-date field is styled.
 */

.uwa-df-panel {
	margin: 14px 0;
}

.uwa-df-panel .uwa-df-method-row,
.uwa-df-panel .uwa-df-date-row {
	margin: 0 0 12px;
}

.uwa-df-panel #uwa_df_date {
	width: 100%;
	max-width: 360px;
	box-sizing: border-box;
	padding: 10px 12px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 44px;
	color: #1d2327;
	background-color: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
}

.uwa-df-panel #uwa_df_date:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
}
