/*
Theme Name: SQUARE Concepts
Template: Impreza
Version: 1.0
Author:	SQUARE Concepts
*/

/*Check assets/css directory for the styles*/



/* DO NOT ADD CSS HERE! */


/*Location Tag*/

.location-tag {color: white; background: #d67489; border-radius: 30px; text-align: center; font-weight: 700;}

.location-details__wrapper {
    display: flex;
    gap: 1rem;
}
.location-details__wrapper p{margin-bottom: 0px;}

.location-details__wrapper.col {
    flex-direction: column;
}

.location-details__wrapper.row {
    flex-direction: row;
    flex-wrap: wrap;
}

