/**
Theme Name: ASHA
Author: Agileware
Author URI: https://agileware.com.au
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asha
Template: astra
*/

.crm-hide-title .crm-title {
	display: none;
}

.caldera-grid .select2-container {
	min-width: 100%;
}

/** Description List style fix **/

dd {
	margin: 0 0 0 1.5em;
}

dl {
	margin-bottom: 1.5em;
}

dl.wp-block-description-list-block-description-list.is-style-grid {
	align-items: baseline;
	grid-template-columns: auto 1fr;
}
