/**/
.postnord_servicepoint_container{ 
    position:relative; 
    margin-top:12px; 

    .postnord-servicepoints-label{
        position:absolute;
        top:-10px;
        left:12px;
        padding:0 8px;
        font-size:12px;
        /* font-weight:600; */
        background:#fff;
    }
    .postnord_servicepoints{ 
        width:100%; 
        border:0.0625em solid #969087; 
        border-radius:8px; 
        background:#fff; 
        appearance: none; /* Disable the default arrow */
        -webkit-appearance: none; /* For WebKit-based browsers */
        -moz-appearance: none; /* For Firefox */
        padding: 10px 35px 10px 10px;
        background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 20px;
        cursor: pointer;
        &:hover {
            border-color: #005d92;
        }
    }
}

