.cdmg-venue-wrap {
position: relative;
min-width: min(100%, 220px);
}
.cdmg-sf-venue-search {
width: 100%;
min-height: 36px;
padding: 0.4rem 0.6rem;
box-sizing: border-box;
}
.cdmg-sf-venue-list {
position: absolute;
z-index: 80;
left: 0;
right: 0;
max-height: 16rem;
overflow: auto;
margin: 0;
padding: 0.25rem 0;
list-style: none;
background: #fff;
border: 1px solid #c3c4c7;
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}
.cdmg-sf-venue-opt {
margin: 0;
padding: 0.45rem 0.7rem;
cursor: pointer;
}
.cdmg-sf-venue-opt:hover {
background: #f0f6fc;
}
.cdmg-sf-venue-opt strong {
display: block;
}
.cdmg-sf-venue-city {
display: block;
font-size: 12px;
color: #64748b;
}
.cdmg-place-wrap select.cdmg-sf-place {
min-width: min(100%, 220px);
}
.cdmg-native-location-hidden {
display: none !important;
}