/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.acf-field-group[data-width="20"],
.acf-field-group[data-width="25"],
.acf-field-group[data-width="50"]
{
	float:left;
}
.acf-label label, .acf-table label {color:black !important;}
div[data-name="job_location"] > .acf-label > label {
    /* Your CSS styles here */
    color: blue !important; /* Example: Green text */
    font-size: 24px;
    font-weight: bold;
}