/**
 * E-Potion — Checkout Rules CSS
 * Bucharest sector dropdown styling.
 */

.ep-buc-note {
	display: none;
	font-size: 12px;
	color: #7a5800;
	background: #fffbeb;
	border: 1px solid #f5d97e;
	border-radius: 5px;
	padding: 7px 11px;
	margin-top: 6px;
	line-height: 1.5;
}
.ep-buc-note.ep-buc-visible {
	display: block;
}

select.ep-buc-select {
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	background: #fff;
	color: #333;
	height: auto;
	appearance: auto;
}
select.ep-buc-select:focus {
	outline: none;
	border-color: #1a5c3a;
	box-shadow: 0 0 0 2px rgba(26, 92, 58, 0.15);
}
