#pmst_country, #pmst_state, #pmst_city, #pmst_address1, #pmst_postal_code, #pmst_apartment {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#pmst-map {
  width: 100%;
  height: 300px;
  min-height: 300px;
  z-index: 0;
}
label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

input[type="text"],
select {
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.pmst-location-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 20px;
        }

        .pmst-location-left,
        .pmst-location-right {
            flex: 1;
            min-width: 300px;
        }

        .pmst-location-left label,
        .pmst-location-right label {
            display: block;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .pmst-location-left input,
        .pmst-location-left select,
        .pmst-location-right input {
            width: 100%;
            padding: 8px;
            box-sizing: border-box;
        }

        #pmst_full_address {
            font-weight: bold;
            background-color: #f9f9f9;
        }

        .pmst-state-zip-row {
            display: flex;
            gap: 10px;
        }

        .pmst-state-zip-row > div {
            flex: 1;
        }

        #pmst-map {
            width: 100%;
            height: 380px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
