.store-locations-widget .location {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px;
	font-weight: 400;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
}

.store-locations-widget .location ~ .location {
	margin-top: 15px;
}

.store-locations-widget .location__header {
	margin-right: 50px;
	font-size: 24px;
}

.store-locations-widget .location__header a {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 700;
}

.store-locations-widget .location__address {
	margin: 15px 0;
}

.store-locations-widget .location__contact a {
	margin-right: 15px;
}

/*
 * Flag definition
 * Add more as needed
 */

.location.cc::after {
	content: "";
	display: block;
	position: absolute;
	top: 22px;
	right: 20px;
	width: 48px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: contain;
}

.location.cc--my::after { background-image: url('../images/flags/my.svg'); }
.location.cc--sg::after { background-image: url('../images/flags/sg.svg'); }
.location.cc--th::after { background-image: url('../images/flags/th.svg'); }
.location.cc--vn::after { background-image: url('../images/flags/vn.svg'); }
