.bcms-widget {
    width: 100%;
}

.bcms-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.bcms-widget div {
	background-color: #f2f4f5;
	border-top: 1px solid #d6d9dd;
	border-bottom: 1px solid #d6d9dd;
	margin: 0 -20px 20px;
	margin-bottom: 20px;
	padding: 12px 20px;
}
.bcms-widget div strong {text-transform: uppercase;font-size:13.5px; color: #1e3132;}
.bcms-widget div p { margin:5px 0; font-size:13.5px}
.bcms-save-form > label[for="save_search_name"] {
	font-size: 14px !important;
	margin-bottom: 0 !important;
	font-weight: 500 !important;
}
.bcms-subtitle {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 500;
}

.bcms-save-form {
    display: flex;
    flex-direction: column;
}

.bcms-save-form label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.bcms-save-form input[type="text"] {
    margin-bottom: 10px;
    padding: 6px;
}

.bcms-save-form button {
    width: 100%;
    padding: 8px;
    cursor: pointer;
}

.bcms-dropdown {
    width: 100%;
    padding: 6px;
    margin-top: 6px;
}
