.wpforms-container .wpforms-submit-container {
    padding: 0 0 0 0 !important;
    position: relative;
}

.distributor-filter-wrapper {
    display:flex;
    justify-content:center;
    margin-top:2px;
}

#distributor-map{
    height:500px;
    width:100%;
    padding-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

#region-filter {
    display:block;
    margin:10px auto 0 auto;
}

#region-filter {
    text-align: center;
    text-align-last: center;
}

#region-filter {
    appearance:none;
    -webkit-appearance:none;
    padding:0px;
    font-size:12px;
    font-weight:200;
    border-radius:30px;
    border:1px solid #fff;
    background: #0C041C;
    color:#fff;
    cursor:pointer;
    min-width:140px;
    height: 30px;
    transition:all .2s ease;
}

#region-filter{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' d='M5 7l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    background-size:16px;
}

.ct-map-popup{
    padding:10px 14px;
    max-width:220px;
    font-family:Poppins, sans-serif;
}

.ct-map-popup h4{
    margin:0px 0 8px;
    font-size:15px;
    font-weight:600;
}

.ct-popup-row{
    font-size:13px;
    margin-bottom:4px;
    color:#444;
}

.ct-popup-btn{
    display:inline-block;
    margin-top:8px;
    padding:6px 12px;
    background:#ffd54a;
    color:#1d2327;
    font-size:13px;
    border-radius:20px;
    text-decoration:none;
    font-weight:500;
}

.ct-popup-btn:hover{
    background:#ffd54a;
    color:#1d2327;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.16);
}

.gm-ui-hover-effect{
    display:none !important;
}

.ct-popup-close {
    position:absolute;
    top:12px;
    right:14px;
    border:none;
    background:none;
    font-size:22px;
    line-height:1;
    cursor:pointer;
    color:#888;
    transition:all .2s ease;
}

.ct-popup-close:hover{
    color:#000;
    transform:scale(1.1);
}