.jp-address-powered,
.woocommerce-address-autocomplete__branding,
.woocommerce-address-autocomplete-branding {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  color: #6b7280;
  white-space: nowrap;
}

body.woocommerce-checkout .wc-block-components-address-autocomplete-suggestions,
body.woocommerce-checkout .woocommerce-address-autocomplete-suggestions,
body.woocommerce-checkout .woocommerce-address-suggestions {
  left: 0;
  right: 0;
  width: 100% !important;
  min-width: 100%;
  max-width: none !important;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

body.woocommerce-checkout .wc-block-components-address-autocomplete-suggestions .suggestions-list li,
body.woocommerce-checkout .woocommerce-address-autocomplete-suggestions .suggestions-list li {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 1.35;
}
