.usos-ui #address-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 1rem;
}

.address-list-item {
    display: grid;
    grid-template-columns: 5fr 1fr;
}

#address-container text-field, #address-country select {
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
}

#address-container .address-element {
    min-height: 4.85rem;
}

#address-container .address-label {
    font-size: 0.9375rem;
    line-height: 1.3;
    padding: 0.45rem 1rem 0 0;
}


#address-type {
    margin: 0 0 1.875rem 0;
}

#address-country {
    display: flex;
    margin: 0 0 1.5rem 0;
}

#address-country select {
    font-size: 0.9375rem;
    line-height: 1.3;
    padding: 0.5rem 1rem;
}

#kody_pocztowe_wrapper
{
    width: 820px;
}#edycja-profilu text-field {
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
}
