/*** custom image box ***/
/* Ensure image-wrap behaves correctly with alignment */
.custom-image-box .image-wrap {
    display: inline-block;
    overflow: hidden;
}

/* Circle shape styling */
.custom-image-shape-circle .image-wrap {
    border-radius: 50%;
}

.box-subtitle {
	position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* location */
.cwe-location-name{
	margin: 12px 0;
}
.cwe-location-item .item{
	display: flex;
	gap: 8px;
}
.cwe-location-item .item svg{
	margin-top: 8px;
}
.cwe-location-item .item .cwe-location-address {
	
	flex: fit-content;
}
.cwe-location-btn{
	display: inline-block;
	font-size: 18px;
}