body.wc-sga-locked #shipping input,
body.wc-sga-locked #shipping select {
  opacity: 0.92;
}
body.wc-sga-locked #shipping input[readonly],
body.wc-sga-locked #shipping select:disabled {
  background: #eeeeee;
  cursor: not-allowed;
}

body .wc-block-components-address-form__address_2 {
    flex: 1 0 calc(50% - 12px) !important;
    clear: both;
}

.wc-sga-edit-wrap {
    width: 100%;
    text-align: right;
    margin: 10px 0 -5px 0;
}

.wc-sga-edit-wrap button {
	border-radius: 5px;
    padding: 0 10px;
}


/* Mensaje error */
#shipping .wc-sga-error {
  grid-column: 1 / -1;
  margin-top: -6px;
  padding: 10px 12px;
  border: 1px solid #d63638;
  background: #fcf0f1;
  border-radius: 6px;
  font-size: 13px;
}

/* Visual cuando está bloqueado (no bloquea por sí solo) */
body.wc-sga-locked #shipping input[readonly],
body.wc-sga-locked #shipping select:disabled {
  background: #f6f7f7;
  cursor: not-allowed;
}

/* Contenedor mapa */
#shipping .wc-sga-map-wrap{
  grid-column: 1 / -1;
  margin-top: 12px;
  display: contents;
  margin-top: 10px;
}

/* el contenedor del mapa NECESITA altura */
#shipping #wc-sga-map{
  width: 100%;
  height: 240px;        /* <- clave */
  min-height: 240px;    /* <- por si el layout intenta colapsarlo */
  display: block;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-top: 20px;
}

#validate-error-shipping_address_2 {
display: none;
}